Trace number 4090367

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.09 1798.03

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar7-sub1-20_wcsp.wbo
MD5SUM8392c6f9a9c070c17f5e6e6f3dfa2fdc
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark132644
Best CPU time to get the best result obtained on this benchmark1800.35
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables280
Total number of constraints49254
Number of soft constraints49240
Number of constraints which are clauses49240
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Top cost 38275680
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 3660538699
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4090367-1466070049.wbo
0.09/0.12	c reading problem ... 
1.14/0.62	c ... done. Wall clock time 0.5s.
1.14/0.62	c declared #vars     280
1.14/0.62	c internal #vars     49520
1.14/0.62	c #constraints  49268
1.14/0.62	c constraints type 
1.14/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49254
1.14/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
1.14/0.62	c 49268 constraints processed.
1.14/0.62	c objective function length is 49240 literals
1.73/0.95	c SATISFIABLE
1.73/0.95	c OPTIMIZING...
1.73/0.95	c Got one! Elapsed wall clock time (in seconds):0.828
1.73/0.95	o 312248
16.90/15.67	c cleaning 2580 clauses out of 5169 with flag 24650/5169
58.61/57.30	c cleaning 4294 clauses out of 8588 with flag 76897/11168
105.11/103.74	c cleaning 5647 clauses out of 11293 with flag 127900/18168
170.40/168.85	c cleaning 6823 clauses out of 13646 with flag 197872/26168
241.94/239.91	c cleaning 7907 clauses out of 15824 with flag 274267/35169
353.16/351.10	c cleaning 8955 clauses out of 17917 with flag 379359/45169
460.87/458.85	c cleaning 9979 clauses out of 19961 with flag 491181/56168
564.68/562.67	c cleaning 10983 clauses out of 21982 with flag 590488/68168
660.99/658.98	c cleaning 11996 clauses out of 23999 with flag 694290/81168
793.60/791.52	c cleaning 12997 clauses out of 26003 with flag 828924/95168
947.70/945.61	c cleaning 14003 clauses out of 28006 with flag 976429/110168
1104.41/1102.38	c cleaning 15001 clauses out of 30004 with flag 1136283/126169
1315.89/1313.89	c cleaning 15999 clauses out of 32006 with flag 1311262/143172
1442.89/1440.85	c cleaning 17003 clauses out of 34008 with flag 1442103/161173
1627.40/1625.33	c cleaning 17998 clauses out of 36003 with flag 1610002/180171
1800.09/1798.00	c starts		: 134
1800.09/1798.00	c conflicts		: 196631
1800.09/1798.00	c decisions		: 665119
1800.09/1798.00	c propagations		: 2332263099
1800.09/1798.00	c inspects		: 344613468
1800.09/1798.00	c shortcuts		: 0
1800.09/1798.00	c learnt literals	: 1
1800.09/1798.00	c learnt binary clauses	: 2
1800.09/1798.00	c learnt ternary clauses	: 11
1800.09/1798.00	c learnt constraints	: 196629
1800.09/1798.00	c ignored constraints	: 0
1800.09/1798.00	c root simplifications	: 0
1800.09/1798.00	c removed literals (reason simplification)	: 0
1800.09/1798.00	c reason swapping (by a shorter reason)	: 0
1800.09/1798.00	c Calls to reduceDB	: 15
1800.09/1798.00	c Number of update (reduction) of LBD	: 71656
1800.09/1798.00	c Imported unit clauses	: 0
1800.09/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.00	c number of learned constraints concerned by reduction	: 0
1800.09/1798.00	c number of learning phase by resolution	: 0
1800.09/1798.00	c number of learning phase by cutting planes	: 0
1800.09/1798.00	c speed (assignments/second)	: 1297639.530031514
1800.09/1798.00	c non guided choices	306
1800.09/1798.01	c learnt constraints type 
1800.09/1798.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.09/1798.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34463
1800.09/1798.01	s SATISFIABLE
1800.09/1798.01	c Found 1 solution(s)
1800.09/1798.02	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 
1800.09/1798.02	c objective function=312248
1800.09/1798.02	c Total wall clock time (in seconds): 1797.897

Verifier Data

OK	251943

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

pid=8198
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.24 2.23 2.21 3/195 8201
/proc/meminfo: memFree=29802396/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/8201/stat : 8201 (java) R 8198 8201 6847 0 -1 4202496 421 0 0 0 0 0 0 0 20 0 1 0 9051526 9445376 91 33554432000 1073741824 1073778376 140735595853696 140735595850824 270698323197 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2306 93 75 9 0 38 0

[startup+0.100058 s]
/proc/loadavg: 2.24 2.23 2.21 3/195 8201
/proc/meminfo: memFree=29802396/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 9051526 9787879424 6028 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.24 2.23 2.21 3/195 8201
/proc/meminfo: memFree=29802396/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 4712 0 1 0 23 1 0 0 20 0 18 0 9051526 9787879424 6818 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2389619 6818 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300284 s]
/proc/loadavg: 2.24 2.23 2.21 3/195 8201
/proc/meminfo: memFree=29802396/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 5129 0 1 0 42 1 0 0 20 0 18 0 9051526 9787879424 8124 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2389619 8124 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700236 s]
/proc/loadavg: 2.24 2.23 2.21 3/195 8201
/proc/meminfo: memFree=29802396/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 10869 0 1 0 127 4 0 0 20 0 19 0 9051526 9856040960 39066 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2406260 39066 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.24 2.23 2.21 4/214 8220
/proc/meminfo: memFree=29611828/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9625040 CPUtime=2.77 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 13254 0 1 0 269 8 0 0 20 0 19 0 9051526 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2406260 48549 2281 9 0 2396937 0
[pid=8201/tid=8203] ppid=8198 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/8201/task/8203/stat : 8203 (java) R 8198 8201 6847 0 -1 4202560 2473 0 1 0 140 3 0 0 20 0 19 0 9051527 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095939973480 140095811179030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8201/tid=8204] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8204/stat : 8204 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095929035688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8205] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8205/stat : 8205 (java) S 8198 8201 6847 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095782599720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8206] ppid=8198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8201/task/8206/stat : 8206 (java) S 8198 8201 6847 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095781546664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8207] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8207/stat : 8207 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095780494120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8208] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8208/stat : 8208 (java) S 8198 8201 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095779441064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8209] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8209/stat : 8209 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095778388520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8210] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8210/stat : 8210 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095777335464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8211] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8211/stat : 8211 (java) S 8198 8201 6847 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095776282920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8212] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8212/stat : 8212 (java) S 8198 8201 6847 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095764085608 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8213] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8213/stat : 8213 (java) S 8198 8201 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095763031928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8214] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8214/stat : 8214 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095761978760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8215] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8215/stat : 8215 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095760927504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8216] ppid=8198 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8201/task/8216/stat : 8216 (java) S 8198 8201 6847 0 -1 4202560 4211 0 0 0 56 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095759874360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8217] ppid=8198 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8201/task/8217/stat : 8217 (java) S 8198 8201 6847 0 -1 4202560 5159 0 0 0 60 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095758821816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8218] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8218/stat : 8218 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095757768952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8219] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8219/stat : 8219 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095756716616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8220] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8220/stat : 8220 (java) S 8198 8201 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9051596 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095755662888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.24 2.23 2.21 3/214 8220
/proc/meminfo: memFree=29615300/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9625040 CPUtime=4.37 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 13256 0 1 0 429 8 0 0 20 0 19 0 9051526 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2406260 48549 2281 9 0 2396937 0
[pid=8201/tid=8203] ppid=8198 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/8201/task/8203/stat : 8203 (java) R 8198 8201 6847 0 -1 4202560 2475 0 1 0 299 3 0 0 20 0 19 0 9051527 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095939973704 140095810965304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8201/tid=8204] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8204/stat : 8204 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095929035688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8205] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8205/stat : 8205 (java) S 8198 8201 6847 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095782599720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8206] ppid=8198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8201/task/8206/stat : 8206 (java) S 8198 8201 6847 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095781546664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8207] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8207/stat : 8207 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095780494120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8208] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8208/stat : 8208 (java) S 8198 8201 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095779441064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8209] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8209/stat : 8209 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095778388520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8210] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8210/stat : 8210 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095777335464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8211] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8211/stat : 8211 (java) S 8198 8201 6847 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095776282920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8212] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8212/stat : 8212 (java) S 8198 8201 6847 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095764085608 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8213] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8213/stat : 8213 (java) S 8198 8201 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095763031928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8214] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8214/stat : 8214 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095761978760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8215] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8215/stat : 8215 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095760927504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8216] ppid=8198 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8201/task/8216/stat : 8216 (java) S 8198 8201 6847 0 -1 4202560 4211 0 0 0 56 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095759874360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8217] ppid=8198 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8201/task/8217/stat : 8217 (java) S 8198 8201 6847 0 -1 4202560 5159 0 0 0 60 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095758821816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8218] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8218/stat : 8218 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095757768952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8219] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8219/stat : 8219 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095756716616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8220] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8220/stat : 8220 (java) S 8198 8201 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9051596 9856040960 48549 33554432000 1073741824 1073778376 140735595853696 140095755662888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.30 2.24 2.21 4/214 8220
/proc/meminfo: memFree=29615920/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9625040 CPUtime=7.58 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 13257 0 1 0 750 8 0 0 20 0 19 0 9051526 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2406260 48265 2281 9 0 2396937 0
[pid=8201/tid=8203] ppid=8198 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/8201/task/8203/stat : 8203 (java) R 8198 8201 6847 0 -1 4202560 2476 0 1 0 618 3 0 0 20 0 19 0 9051527 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095939973584 140095810963924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8201/tid=8204] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8204/stat : 8204 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095929035688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8205] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8205/stat : 8205 (java) S 8198 8201 6847 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095782599720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8206] ppid=8198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8201/task/8206/stat : 8206 (java) S 8198 8201 6847 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 9051528 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095781546664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8207] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8207/stat : 8207 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095780494120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8208] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8208/stat : 8208 (java) S 8198 8201 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095779441064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8209] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8209/stat : 8209 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095778388520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8210] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8210/stat : 8210 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095777335464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8211] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8211/stat : 8211 (java) S 8198 8201 6847 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095776282920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8212] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8212/stat : 8212 (java) S 8198 8201 6847 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095764085608 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8213] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8213/stat : 8213 (java) S 8198 8201 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095763031928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8214] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8214/stat : 8214 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095761978760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8215] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8215/stat : 8215 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095760927504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8216] ppid=8198 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8201/task/8216/stat : 8216 (java) S 8198 8201 6847 0 -1 4202560 4211 0 0 0 56 0 0 0 20 0 19 0 9051533 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095759874360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8217] ppid=8198 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8201/task/8217/stat : 8217 (java) S 8198 8201 6847 0 -1 4202560 5159 0 0 0 61 0 0 0 20 0 19 0 9051533 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095758821816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8218] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8218/stat : 8218 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095757768952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8219] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8219/stat : 8219 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095756716616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8220] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8220/stat : 8220 (java) S 8198 8201 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9051596 9856040960 48265 33554432000 1073741824 1073778376 140735595853696 140095755662888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9625040


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

[pid=8201/tid=8220] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8220/stat : 8220 (java) S 8198 8201 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9051596 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095755662888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.39
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.35 2.26 2.20 3/213 8349
/proc/meminfo: memFree=29794848/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9625040 CPUtime=1724.39 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 22068 0 1 0 172413 26 0 0 20 0 19 0 9051526 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2406260 52559 2287 9 0 2396937 0
[pid=8201/tid=8203] ppid=8198 vsize=9625040 CPUtime=1717.82 cores=0,2,4,6
/proc/8201/task/8203/stat : 8203 (java) R 8198 8201 6847 0 -1 4202560 2483 0 1 0 171752 30 0 0 20 0 19 0 9051527 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095939964640 140095811188125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8201/tid=8204] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8204/stat : 8204 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095929035688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8205] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8205/stat : 8205 (java) S 8198 8201 6847 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095782599720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8206] ppid=8198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8201/task/8206/stat : 8206 (java) S 8198 8201 6847 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095781546664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8207] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8207/stat : 8207 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095780494120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8208] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8208/stat : 8208 (java) S 8198 8201 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095779441064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8209] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8209/stat : 8209 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095778388520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8210] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8210/stat : 8210 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095777335464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8211] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8211/stat : 8211 (java) S 8198 8201 6847 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095776282920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8212] ppid=8198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8201/task/8212/stat : 8212 (java) S 8198 8201 6847 0 -1 4202560 74 0 0 0 1 0 0 0 20 0 19 0 9051530 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095764085608 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8213] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8213/stat : 8213 (java) S 8198 8201 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095763031928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8214] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8214/stat : 8214 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095761978760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8215] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8215/stat : 8215 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095760927504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8216] ppid=8198 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/8201/task/8216/stat : 8216 (java) S 8198 8201 6847 0 -1 4202560 8596 0 0 0 100 3 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095759874360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8217] ppid=8198 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/8201/task/8217/stat : 8217 (java) S 8198 8201 6847 0 -1 4202560 9479 0 0 0 87 2 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095758821816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8218] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8218/stat : 8218 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095757768952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8219] ppid=8198 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8201/task/8219/stat : 8219 (java) S 8198 8201 6847 0 -1 4202560 99 0 0 0 22 19 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095756716616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8220] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8220/stat : 8220 (java) S 8198 8201 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9051596 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095755662888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.25 2.19 3/214 8353
/proc/meminfo: memFree=29793936/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9625040 CPUtime=1784.39 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 22072 0 1 0 178412 27 0 0 20 0 19 0 9051526 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2406260 52559 2287 9 0 2396937 0
[pid=8201/tid=8203] ppid=8198 vsize=9625040 CPUtime=1777.67 cores=0,2,4,6
/proc/8201/task/8203/stat : 8203 (java) R 8198 8201 6847 0 -1 4202560 2483 0 1 0 177736 31 0 0 20 0 19 0 9051527 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095939964640 140095811188064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8201/tid=8204] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8204/stat : 8204 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095929035688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8205] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8205/stat : 8205 (java) S 8198 8201 6847 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095782599720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8206] ppid=8198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8201/task/8206/stat : 8206 (java) S 8198 8201 6847 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095781546664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8207] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8207/stat : 8207 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095780494120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8208] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8208/stat : 8208 (java) S 8198 8201 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095779441064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8209] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8209/stat : 8209 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095778388520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8210] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8210/stat : 8210 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095777335464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8211] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8211/stat : 8211 (java) S 8198 8201 6847 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095776282920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8212] ppid=8198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8201/task/8212/stat : 8212 (java) S 8198 8201 6847 0 -1 4202560 74 0 0 0 1 0 0 0 20 0 19 0 9051530 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095764085608 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8213] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8213/stat : 8213 (java) S 8198 8201 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095763031928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8214] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8214/stat : 8214 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095761978760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8215] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8215/stat : 8215 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095760927504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8216] ppid=8198 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/8201/task/8216/stat : 8216 (java) S 8198 8201 6847 0 -1 4202560 8596 0 0 0 100 3 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095759874360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8217] ppid=8198 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/8201/task/8217/stat : 8217 (java) S 8198 8201 6847 0 -1 4202560 9479 0 0 0 87 2 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095758821816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8218] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8218/stat : 8218 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095757768952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8219] ppid=8198 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/8201/task/8219/stat : 8219 (java) S 8198 8201 6847 0 -1 4202560 103 0 0 0 22 20 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095756716616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8220] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8220/stat : 8220 (java) S 8198 8201 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9051596 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095755662888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.35 2.27 2.20 4/214 8353
/proc/meminfo: memFree=29794564/32872528 swapFree=1541688/1694988
[pid=8201] ppid=8198 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/8201/stat : 8201 (java) S 8198 8201 6847 0 -1 4202496 22072 0 1 0 179982 27 0 0 20 0 19 0 9051526 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140735595844832 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8201/statm: 2406260 52559 2287 9 0 2396937 0
[pid=8201/tid=8203] ppid=8198 vsize=9625040 CPUtime=1793.33 cores=0,2,4,6
/proc/8201/task/8203/stat : 8203 (java) R 8198 8201 6847 0 -1 4202560 2483 0 1 0 179302 31 0 0 20 0 19 0 9051527 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095939964640 140095810916593 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8201/tid=8204] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8204/stat : 8204 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095929035688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8205] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8205/stat : 8205 (java) S 8198 8201 6847 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095782599720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8206] ppid=8198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8201/task/8206/stat : 8206 (java) S 8198 8201 6847 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095781546664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8207] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8207/stat : 8207 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095780494120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8208] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8208/stat : 8208 (java) S 8198 8201 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095779441064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8209] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8209/stat : 8209 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095778388520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8210] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8210/stat : 8210 (java) S 8198 8201 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095777335464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8211] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8211/stat : 8211 (java) S 8198 8201 6847 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9051528 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095776282920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8201/tid=8212] ppid=8198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8201/task/8212/stat : 8212 (java) S 8198 8201 6847 0 -1 4202560 74 0 0 0 1 0 0 0 20 0 19 0 9051530 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095764085608 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8213] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8213/stat : 8213 (java) S 8198 8201 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095763031928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8214] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8214/stat : 8214 (java) S 8198 8201 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9051530 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095761978760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8215] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8215/stat : 8215 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095760927504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8216] ppid=8198 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/8201/task/8216/stat : 8216 (java) S 8198 8201 6847 0 -1 4202560 8596 0 0 0 100 3 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095759874360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8217] ppid=8198 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/8201/task/8217/stat : 8217 (java) S 8198 8201 6847 0 -1 4202560 9479 0 0 0 87 2 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095758821816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8218] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8218/stat : 8218 (java) S 8198 8201 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095757768952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8201/tid=8219] ppid=8198 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/8201/task/8219/stat : 8219 (java) S 8198 8201 6847 0 -1 4202560 103 0 0 0 22 21 0 0 20 0 19 0 9051533 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095756716616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8201/tid=8220] ppid=8198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8201/task/8220/stat : 8220 (java) S 8198 8201 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9051596 9856040960 52559 33554432000 1073741824 1073778376 140735595853696 140095755662888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 8201 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1798.03
CPU time (s): 1800.09
CPU user time (s): 1799.82
CPU system time (s): 0.27
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.32
system time used= 0.711891
maximum resident set size= 210364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22111
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38095
involuntary context switches= 2116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0425 second user time and 12.8041 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-16 11:40:49
IDJOB=4090367
IDBENCH=79551
IDSOLVER=2551
FILE ID=node125/4090367-1466070049
RUNJOBID= node125-1466062124-6863
PBS_JOBID= 19904014
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 8392c6f9a9c070c17f5e6e6f3dfa2fdc
RANDOM SEED=1465508137

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29803040 kB
Buffers:           11792 kB
Cached:            47344 kB
SwapCached:         2676 kB
Active:           639588 kB
Inactive:          34956 kB
Active(anon):     615840 kB
Inactive(anon):     2116 kB
Active(file):      23748 kB
Inactive(file):    32840 kB
Unevictable:     1694988 kB
Mlocked:         1541688 kB
SwapTotal:      67108856 kB
SwapFree:       67096828 kB
Dirty:              2356 kB
Writeback:             0 kB
AnonPages:       2309216 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             565020 kB
SReclaimable:       8676 kB
SUnreclaim:       556344 kB
KernelStack:        1608 kB
PageTables:         8484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2582660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 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= 71736 MiB
End job on node125 at 2016-06-16 12:10:47