Trace number 4109608

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 PB16OPTIMUM 6.50301 5.36106

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224929--soft-33-100-0.wbo
MD5SUM6dec18dfef172675cbaede25bd0c1c14
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark7.26889
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1264
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109608-1466343667.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.055s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     233
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 64 literals
0.56/0.35	c SATISFIABLE
0.56/0.35	c OPTIMIZING...
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.239
0.56/0.35	o 926
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.256
0.56/0.37	o 922
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.262
0.56/0.37	o 913
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.269
0.56/0.38	o 856
0.56/0.40	c Got one! Elapsed wall clock time (in seconds):0.282
0.56/0.40	o 853
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.311
0.70/0.42	o 849
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.319
0.70/0.43	o 712
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.324
0.70/0.44	o 564
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.70/0.44	o 543
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.338
0.70/0.45	o 540
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.347
0.70/0.46	o 517
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.352
0.70/0.46	o 482
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.363
0.70/0.48	o 114
0.85/0.50	c Got one! Elapsed wall clock time (in seconds):0.388
0.85/0.50	o 109
0.95/0.66	c cleaning 4161 clauses out of 8324 with flag 9672/8324
1.32/0.91	c cleaning 5075 clauses out of 10163 with flag 31596/14324
1.32/0.94	c Got one! Elapsed wall clock time (in seconds):0.825
1.32/0.94	o 63
1.52/1.08	c Got one! Elapsed wall clock time (in seconds):0.963
1.52/1.08	o 62
1.63/1.17	c cleaning 5777 clauses out of 11565 with flag 6533/20801
1.63/1.19	c Got one! Elapsed wall clock time (in seconds):1.075
1.63/1.19	o 58
1.77/1.25	c Got one! Elapsed wall clock time (in seconds):1.139
1.77/1.25	o 54
1.97/1.42	c cleaning 5999 clauses out of 11997 with flag 14900/27010
1.97/1.47	c Got one! Elapsed wall clock time (in seconds):1.359
1.97/1.47	o 23
2.09/1.54	c Got one! Elapsed wall clock time (in seconds):1.43
2.09/1.54	o 20
2.19/1.63	c cleaning 5831 clauses out of 11669 with flag 6518/32681
2.29/1.73	c Got one! Elapsed wall clock time (in seconds):1.621
2.29/1.73	o 16
2.39/1.82	c cleaning 5577 clauses out of 11153 with flag 6769/37997
2.60/2.05	c cleaning 5783 clauses out of 11576 with flag 27432/43997
2.81/2.30	c cleaning 6395 clauses out of 12792 with flag 50989/50998
2.91/2.39	c Got one! Elapsed wall clock time (in seconds):2.275
2.91/2.39	o 10
3.00/2.47	c Got one! Elapsed wall clock time (in seconds):2.357
3.00/2.47	o 9
3.10/2.52	c cleaning 6113 clauses out of 12247 with flag 3961/56848
3.20/2.61	c Got one! Elapsed wall clock time (in seconds):2.497
3.20/2.61	o 8
3.31/2.73	c cleaning 5946 clauses out of 11895 with flag 11591/62610
3.51/2.96	c cleaning 5969 clauses out of 11947 with flag 35371/68609
3.81/3.23	c cleaning 6484 clauses out of 12977 with flag 61885/75610
4.11/3.57	c cleaning 7244 clauses out of 14492 with flag 96234/83611
4.51/3.98	c cleaning 8123 clauses out of 16245 with flag 137291/92609
5.03/4.49	c cleaning 9058 clauses out of 18119 with flag 180240/102611
5.99/5.10	c cleaning 10023 clauses out of 20053 with flag 229863/113609
6.38/5.32	c starts		: 77
6.38/5.32	c conflicts		: 118055
6.38/5.32	c decisions		: 176948
6.38/5.32	c propagations		: 2522834
6.38/5.32	c inspects		: 62575474
6.38/5.32	c shortcuts		: 0
6.38/5.32	c learnt literals	: 41
6.38/5.32	c learnt binary clauses	: 8
6.38/5.32	c learnt ternary clauses	: 155
6.38/5.32	c learnt constraints	: 118013
6.38/5.32	c ignored constraints	: 0
6.38/5.32	c root simplifications	: 0
6.38/5.32	c removed literals (reason simplification)	: 0
6.38/5.32	c reason swapping (by a shorter reason)	: 0
6.38/5.32	c Calls to reduceDB	: 16
6.38/5.32	c Number of update (reduction) of LBD	: 26005
6.38/5.32	c Imported unit clauses	: 0
6.38/5.32	c number of reductions to clauses (during analyze)	: 0
6.38/5.32	c number of learned constraints concerned by reduction	: 0
6.38/5.32	c number of learning phase by resolution	: 0
6.38/5.32	c number of learning phase by cutting planes	: 0
6.38/5.32	c speed (assignments/second)	: 489870.67961165047
6.38/5.32	c non guided choices	1100
6.38/5.32	c learnt constraints type 
6.38/5.32	s OPTIMUM FOUND
6.38/5.32	c Found 24 solution(s)
6.38/5.32	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 
6.38/5.32	c objective function=8
6.38/5.32	c Total wall clock time (in seconds): 5.21

Verifier Data

OK	8

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-4109608-1466343667/watcher-4109608-1466343667 -o /tmp/evaluation-result-4109608-1466343667/solver-4109608-1466343667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109608-1466343667.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.13 1.86 3/193 6664
/proc/meminfo: memFree=31288800/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36413481 98570240 977 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 24065 977 743 9 0 16771 0
[pid=6664/tid=6665] ppid=6661 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36413481 98570240 977 33554432000 1073741824 1073778376 140735428769360 139955532566056 242167399808 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.08 2.13 1.86 3/193 6664
/proc/meminfo: memFree=31288800/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 4460 0 1 0 9 1 0 0 20 0 18 0 36413481 9787879424 5571 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2389619 5571 2125 9 0 2380296 0
[pid=6664/tid=6665] ppid=6661 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2427 0 1 0 7 0 0 0 20 0 18 0 36413481 9787879424 5571 33554432000 1073741824 1073778376 140735428769360 139955532569504 242170782989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200254 s]
/proc/loadavg: 2.08 2.13 1.86 3/193 6664
/proc/meminfo: memFree=31288800/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 5483 0 1 0 24 1 0 0 20 0 19 0 36413481 9856040960 7279 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2406260 7280 2221 9 0 2396937 0
[pid=6664/tid=6665] ppid=6661 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2460 0 1 0 17 0 0 0 20 0 19 0 36413481 9856040960 7281 33554432000 1073741824 1073778376 140735428769360 139955532571264 139955472375068 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300261 s]
/proc/loadavg: 2.08 2.13 1.86 3/193 6664
/proc/meminfo: memFree=31288800/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 7813 0 1 0 54 2 0 0 20 0 19 0 36413481 9856040960 8485 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2406260 8485 2244 9 0 2396937 0
[pid=6664/tid=6665] ppid=6661 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2462 0 1 0 27 0 0 0 20 0 19 0 36413481 9856040960 8485 33554432000 1073741824 1073778376 140735428769360 139955532571264 139955472700429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700168 s]
/proc/loadavg: 2.08 2.13 1.86 3/193 6664
/proc/meminfo: memFree=31288800/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 8831 0 1 0 106 2 0 0 20 0 19 0 36413481 9856040960 9033 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2406260 9033 2258 9 0 2396937 0
[pid=6664/tid=6665] ppid=6661 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2463 0 1 0 67 0 0 0 20 0 19 0 36413481 9856040960 9033 33554432000 1073741824 1073778376 140735428769360 139955532571264 139955472750048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.08 2.13 1.86 4/213 6684
/proc/meminfo: memFree=31228116/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 12120 0 1 0 206 3 0 0 20 0 19 0 36413481 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2406260 11954 2260 9 0 2396937 0
[pid=6664/tid=6665] ppid=6661 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2466 0 1 0 147 0 0 0 20 0 19 0 36413481 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955532562736 139955472808446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6667] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6667/stat : 6667 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955471301672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6668] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6668/stat : 6668 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955470248872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6669] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6669/stat : 6669 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955374078760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6670] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6670/stat : 6670 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955373025960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6671] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6671/stat : 6671 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955371973160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6672] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6672/stat : 6672 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955370920360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6673] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6673/stat : 6673 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955369867560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6674] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6674/stat : 6674 (java) S 6661 6664 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955368814760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6675] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6675/stat : 6675 (java) S 6661 6664 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413483 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955356617704 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6676] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6676/stat : 6676 (java) S 6661 6664 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955355563768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6677] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6677/stat : 6677 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955354510856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6678] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6678/stat : 6678 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955353459344 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6679] ppid=6661 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/6664/task/6679/stat : 6679 (java) S 6661 6664 5514 0 -1 4202560 2875 0 0 0 22 0 0 0 20 0 19 0 36413486 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955352406456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6680] ppid=6661 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/6664/task/6680/stat : 6680 (java) S 6661 6664 5514 0 -1 4202560 5507 0 0 0 34 2 0 0 20 0 19 0 36413486 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955351353656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6681] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6681/stat : 6681 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955350301048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6682] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6682/stat : 6682 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955349248456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6684] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6684/stat : 6684 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413498 9856040960 11954 33554432000 1073741824 1073778376 140735428769360 139955348194984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.08 2.13 1.86 3/213 6684
/proc/meminfo: memFree=31217028/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 12130 0 1 0 368 3 0 0 20 0 19 0 36413481 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2406260 14517 2261 9 0 2396937 0
[pid=6664/tid=6665] ppid=6661 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2473 0 1 0 306 1 0 0 20 0 19 0 36413481 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955532571056 139955472750317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6667] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6667/stat : 6667 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955471301672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6668] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6668/stat : 6668 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955470248872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6669] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6669/stat : 6669 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955374078760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6670] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6670/stat : 6670 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955373025960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6671] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6671/stat : 6671 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955371973160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6672] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6672/stat : 6672 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955370920360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6673] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6673/stat : 6673 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955369867560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6674] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6674/stat : 6674 (java) S 6661 6664 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955368814760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6675] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6675/stat : 6675 (java) S 6661 6664 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413483 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955356617704 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6676] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6676/stat : 6676 (java) S 6661 6664 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955355563768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6677] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6677/stat : 6677 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955354510856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6678] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6678/stat : 6678 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955353459344 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6679] ppid=6661 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/6664/task/6679/stat : 6679 (java) S 6661 6664 5514 0 -1 4202560 2875 0 0 0 22 0 0 0 20 0 19 0 36413486 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955352406456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6680] ppid=6661 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/6664/task/6680/stat : 6680 (java) S 6661 6664 5514 0 -1 4202560 5510 0 0 0 37 2 0 0 20 0 19 0 36413486 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955351353656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6681] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6681/stat : 6681 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955350301048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6682] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6682/stat : 6682 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955349248456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6684] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6684/stat : 6684 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413498 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955348194984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

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

[startup+3.20095 s]
/proc/loadavg: 2.08 2.13 1.86 3/213 6684
/proc/meminfo: memFree=31217028/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9625040 CPUtime=3.81 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 12130 0 1 0 378 3 0 0 20 0 19 0 36413481 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2406260 14517 2261 9 0 2396937 0
[pid=6664/tid=6665] ppid=6661 vsize=9625040 CPUtime=3.17 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2473 0 1 0 316 1 0 0 20 0 19 0 36413481 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955532571056 139955472750344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6667] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6667/stat : 6667 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955471301672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6668] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6668/stat : 6668 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955470248872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6669] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6669/stat : 6669 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955374078760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6670] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6670/stat : 6670 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955373025960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6671] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6671/stat : 6671 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955371973160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6672] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6672/stat : 6672 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955370920360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6673] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6673/stat : 6673 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955369867560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6674] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6674/stat : 6674 (java) S 6661 6664 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955368814760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6675] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6675/stat : 6675 (java) S 6661 6664 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413483 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955356617704 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6676] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6676/stat : 6676 (java) S 6661 6664 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 14517 33554432000 1073741824 1073778376 140735428769360 139955355563768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=6664/tid=6669] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6669/stat : 6669 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955374078760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6670] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6670/stat : 6670 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955373025960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6671] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6671/stat : 6671 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955371973160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6672] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6672/stat : 6672 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955370920360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6673] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6673/stat : 6673 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955369867560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6674] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6674/stat : 6674 (java) S 6661 6664 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955368814760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6675] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6675/stat : 6675 (java) S 6661 6664 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413483 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955356617704 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6676] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6676/stat : 6676 (java) S 6661 6664 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955355563768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6677] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6677/stat : 6677 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955354510856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6678] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6678/stat : 6678 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955353459344 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6679] ppid=6661 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/6664/task/6679/stat : 6679 (java) S 6661 6664 5514 0 -1 4202560 2875 0 0 0 22 0 0 0 20 0 19 0 36413486 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955352406456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6680] ppid=6661 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/6664/task/6680/stat : 6680 (java) S 6661 6664 5514 0 -1 4202560 5510 0 0 0 37 2 0 0 20 0 19 0 36413486 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955351353656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6681] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6681/stat : 6681 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955350301048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6682] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6682/stat : 6682 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955349248456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6684] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6684/stat : 6684 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413498 9856040960 15541 33554432000 1073741824 1073778376 140735428769360 139955348194984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9625040

[startup+4.8008 s]
/proc/loadavg: 2.07 2.12 1.86 3/213 6684
/proc/meminfo: memFree=31193688/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9625040 CPUtime=5.63 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 14615 0 1 0 559 4 0 0 20 0 19 0 36413481 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2406260 17958 2262 9 0 2396937 0
[pid=6664/tid=6665] ppid=6661 vsize=9625040 CPUtime=4.78 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2478 0 1 0 476 2 0 0 20 0 19 0 36413481 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955532562112 139955472761854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6667] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6667/stat : 6667 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955471301672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6668] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6668/stat : 6668 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955470248872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6669] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6669/stat : 6669 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955374078760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6670] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6670/stat : 6670 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955373025960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6671] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6671/stat : 6671 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955371973160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6672] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6672/stat : 6672 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955370920360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6673] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6673/stat : 6673 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955369867560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6674] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6674/stat : 6674 (java) S 6661 6664 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955368814760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6675] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6675/stat : 6675 (java) S 6661 6664 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413483 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955356617704 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6676] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6676/stat : 6676 (java) S 6661 6664 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955355563768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6677] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6677/stat : 6677 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955354510856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6678] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6678/stat : 6678 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955353459344 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6679] ppid=6661 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/6664/task/6679/stat : 6679 (java) S 6661 6664 5514 0 -1 4202560 2876 0 0 0 23 0 0 0 20 0 19 0 36413486 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955352406456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6680] ppid=6661 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/6664/task/6680/stat : 6680 (java) S 6661 6664 5514 0 -1 4202560 7988 0 0 0 56 2 0 0 20 0 19 0 36413486 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955351353656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6681] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6681/stat : 6681 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955350301048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6682] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6682/stat : 6682 (java) S 6661 6664 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955349248456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6684] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6684/stat : 6684 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413498 9856040960 17958 33554432000 1073741824 1073778376 140735428769360 139955348194984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 9625040

[startup+5.20075 s]
/proc/loadavg: 2.07 2.12 1.86 3/213 6684
/proc/meminfo: memFree=31193688/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9625040 CPUtime=6.19 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 15347 0 1 0 615 4 0 0 20 0 19 0 36413481 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2406260 18729 2262 9 0 2396937 0
[pid=6664/tid=6665] ppid=6661 vsize=9625040 CPUtime=5.18 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2480 0 1 0 516 2 0 0 20 0 19 0 36413481 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955532562112 139955472761854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6667] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6667/stat : 6667 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955471301672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6668] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6668/stat : 6668 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955470248872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6669] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6669/stat : 6669 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955374078760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6670] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6670/stat : 6670 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955373025960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6671] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6671/stat : 6671 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955371973160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6672] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6672/stat : 6672 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955370920360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6673] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6673/stat : 6673 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955369867560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6674] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6674/stat : 6674 (java) S 6661 6664 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955368814760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6675] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6675/stat : 6675 (java) S 6661 6664 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413483 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955356617704 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6676] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6676/stat : 6676 (java) S 6661 6664 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955355563768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6677] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6677/stat : 6677 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955354510856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6678] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6678/stat : 6678 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955353459344 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6679] ppid=6661 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6664/task/6679/stat : 6679 (java) S 6661 6664 5514 0 -1 4202560 2876 0 0 0 25 0 0 0 20 0 19 0 36413486 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955352406456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6680] ppid=6661 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/6664/task/6680/stat : 6680 (java) R 6661 6664 5514 0 -1 4202560 8718 0 0 0 70 2 0 0 20 0 19 0 36413486 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955351341224 139955535476812 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6681] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6681/stat : 6681 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955350301048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6682] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6682/stat : 6682 (java) S 6661 6664 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955349248456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6684] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6684/stat : 6684 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413498 9856040960 18729 33554432000 1073741824 1073778376 140735428769360 139955348194984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 9625040

[startup+5.30075 s]
/proc/loadavg: 2.07 2.12 1.86 3/213 6684
/proc/meminfo: memFree=31193688/32872528 swapFree=338416/354768
[pid=6664] ppid=6661 vsize=9625040 CPUtime=6.38 cores=0,2,4,6
/proc/6664/stat : 6664 (java) S 6661 6664 5514 0 -1 4202496 15822 0 1 0 634 4 0 0 20 0 19 0 36413481 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 140735428760496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6664/statm: 2406260 19040 2262 9 0 2396937 0
[pid=6664/tid=6665] ppid=6661 vsize=9625040 CPUtime=5.28 cores=0,2,4,6
/proc/6664/task/6665/stat : 6665 (java) R 6661 6664 5514 0 -1 4202560 2480 0 1 0 526 2 0 0 20 0 19 0 36413481 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955532562112 139955472714088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6667] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6667/stat : 6667 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955471301672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6668] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6668/stat : 6668 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955470248872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6669] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6669/stat : 6669 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955374078760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6670] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6670/stat : 6670 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955373025960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6671] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6671/stat : 6671 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955371973160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6672] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6672/stat : 6672 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955370920360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6673] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6673/stat : 6673 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955369867560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6674] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6674/stat : 6674 (java) S 6661 6664 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413482 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955368814760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6675] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6675/stat : 6675 (java) S 6661 6664 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413483 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955356617704 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6676] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6676/stat : 6676 (java) S 6661 6664 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955355563768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6677] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6677/stat : 6677 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413484 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955354510856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6664/tid=6678] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6678/stat : 6678 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955353459344 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6679] ppid=6661 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6664/task/6679/stat : 6679 (java) S 6661 6664 5514 0 -1 4202560 2876 0 0 0 25 0 0 0 20 0 19 0 36413486 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955352406456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6664/tid=6680] ppid=6661 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/6664/task/6680/stat : 6680 (java) R 6661 6664 5514 0 -1 4202560 9193 0 0 0 80 2 0 0 20 0 19 0 36413486 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955351340936 139955539545464 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6681] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6681/stat : 6681 (java) S 6661 6664 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955350301048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6664/tid=6682] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6682/stat : 6682 (java) S 6661 6664 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413486 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955349248456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6664/tid=6684] ppid=6661 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6664/task/6684/stat : 6684 (java) S 6661 6664 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413498 9856040960 19040 33554432000 1073741824 1073778376 140735428769360 139955348194984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 5.36106
CPU time (s): 6.50301
CPU user time (s): 6.43002
CPU system time (s): 0.072988
CPU usage (%): 121.301
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.43002
system time used= 0.072988
maximum resident set size= 76932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16668
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 390
involuntary context switches= 170

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026995 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:41:08
IDJOB=4109608
IDBENCH=78868
IDSOLVER=2551
FILE ID=node126/4109608-1466343667
RUNJOBID= node126-1466341816-5530
PBS_JOBID= 19922027
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224929--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109608-1466343667/watcher-4109608-1466343667 -o /tmp/evaluation-result-4109608-1466343667/solver-4109608-1466343667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109608-1466343667.wbo

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

MD5SUM BENCH= 6dec18dfef172675cbaede25bd0c1c14
RANDOM SEED=1942997415

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31289344 kB
Buffers:          173768 kB
Cached:           277476 kB
SwapCached:         1796 kB
Active:           143256 kB
Inactive:         345360 kB
Active(anon):      37812 kB
Inactive(anon):     1916 kB
Active(file):     105444 kB
Inactive(file):   343444 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1776 kB
Writeback:             0 kB
AnonPages:        391236 kB
Mapped:            16952 kB
Shmem:                 0 kB
Slab:             609684 kB
SReclaimable:      52792 kB
SUnreclaim:       556892 kB
KernelStack:        1608 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71740 MiB
End job on node126 at 2016-06-19 15:41:13