Trace number 4090533

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.05 1796.74

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_20_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM1f875ef306d18e6f86db860a031faa4e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark2.26865
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables400
Total number of constraints60
Number of soft constraints16
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Top cost 813
Min constraint cost 1
Max constraint cost 95
Sum of constraints costs 812
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

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-4090533-1466062149.wbo
0.10/0.11	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.04s.
0.10/0.15	c declared #vars     400
0.10/0.15	c internal #vars     416
0.10/0.15	c #constraints  60
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 18
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.10/0.15	c 60 constraints processed.
0.10/0.15	c objective function length is 16 literals
0.29/0.26	c SATISFIABLE
0.29/0.26	c OPTIMIZING...
0.29/0.26	c Got one! Elapsed wall clock time (in seconds):0.146
0.29/0.26	o 214
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.166
0.29/0.28	o 133
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.182
0.29/0.29	o 96
0.85/0.55	c cleaning 2955 clauses out of 5918 with flag 36526/5918
1.40/1.04	c cleaning 4474 clauses out of 8964 with flag 80150/11919
2.00/1.63	c cleaning 5737 clauses out of 11490 with flag 128666/18919
2.62/2.30	c cleaning 6857 clauses out of 13752 with flag 186173/26918
3.54/3.11	c cleaning 7938 clauses out of 15895 with flag 252817/35918
4.13/3.77	c cleaning 8954 clauses out of 17956 with flag 331862/45917
5.13/4.79	c cleaning 9985 clauses out of 20002 with flag 424930/56917
6.73/6.31	c cleaning 10996 clauses out of 22017 with flag 521622/68917
8.53/8.13	c cleaning 11997 clauses out of 24021 with flag 644626/81917
9.93/9.51	c cleaning 12988 clauses out of 26024 with flag 761915/95917
11.83/11.46	c cleaning 14008 clauses out of 28037 with flag 883774/110918
13.65/13.28	c cleaning 15015 clauses out of 30030 with flag 1022381/126919
15.34/14.98	c cleaning 16000 clauses out of 32013 with flag 1169795/143917
17.44/17.02	c cleaning 16998 clauses out of 34014 with flag 1314259/161918
19.84/19.43	c cleaning 17998 clauses out of 36015 with flag 1472182/180917
22.83/22.40	c cleaning 19001 clauses out of 38017 with flag 1643353/200917
25.93/25.52	c cleaning 19998 clauses out of 40017 with flag 1830250/221918
28.33/27.92	c cleaning 20978 clauses out of 42018 with flag 2016221/243917
31.24/30.86	c cleaning 22016 clauses out of 44040 with flag 2204520/266917
33.94/33.59	c cleaning 23000 clauses out of 46027 with flag 2416220/290920
37.33/36.96	c cleaning 24004 clauses out of 48025 with flag 2636970/315918
42.24/41.82	c cleaning 25002 clauses out of 50020 with flag 2875761/341917
46.33/45.90	c cleaning 25997 clauses out of 52020 with flag 3136741/368919
51.34/50.96	c cleaning 27001 clauses out of 54022 with flag 3414301/396918
55.47/55.02	c cleaning 27986 clauses out of 56021 with flag 3664940/425918
60.76/60.31	c cleaning 28993 clauses out of 58035 with flag 3953123/455918
66.36/65.99	c cleaning 30013 clauses out of 60041 with flag 4254426/486917
72.46/72.04	c cleaning 31007 clauses out of 62029 with flag 4548355/518918
78.76/78.30	c cleaning 32005 clauses out of 64021 with flag 4865842/551917
84.96/84.50	c cleaning 32973 clauses out of 66017 with flag 5187800/585918
89.56/89.16	c cleaning 34016 clauses out of 68043 with flag 5484831/620917
95.86/95.43	c cleaning 35004 clauses out of 70027 with flag 5797849/656917
103.45/103.06	c cleaning 35973 clauses out of 72024 with flag 6177498/693918
111.45/111.09	c cleaning 37012 clauses out of 74052 with flag 6528684/731919
118.55/118.14	c cleaning 37990 clauses out of 76038 with flag 6885448/770917
125.55/125.17	c cleaning 39013 clauses out of 78049 with flag 7295665/810918
133.82/133.34	c cleaning 39996 clauses out of 80035 with flag 7741062/851917
143.02/142.53	c cleaning 41005 clauses out of 82039 with flag 8188629/893917
150.72/150.27	c cleaning 41984 clauses out of 84034 with flag 8564393/936917
158.32/157.80	c cleaning 42986 clauses out of 86050 with flag 8993000/980917
167.42/166.95	c cleaning 44014 clauses out of 88064 with flag 9452463/1025917
174.82/174.38	c cleaning 45001 clauses out of 90050 with flag 9882317/1071917
183.24/182.72	c cleaning 46005 clauses out of 92049 with flag 10318792/1118917
194.73/194.22	c cleaning 47016 clauses out of 94044 with flag 10789606/1166917
204.23/203.70	c cleaning 47983 clauses out of 96028 with flag 11245350/1215917
213.13/212.67	c cleaning 48999 clauses out of 98046 with flag 11708426/1265918
225.72/225.17	c cleaning 50006 clauses out of 100046 with flag 12185294/1316917
243.92/243.30	c cleaning 51008 clauses out of 102040 with flag 12687174/1368917
256.02/255.41	c cleaning 51987 clauses out of 104032 with flag 13240897/1421917
269.53/268.91	c cleaning 52997 clauses out of 106045 with flag 13808150/1475917
283.13/282.54	c cleaning 54003 clauses out of 108051 with flag 14398071/1530920
294.93/294.34	c cleaning 55005 clauses out of 110045 with flag 14999424/1586917
309.02/308.40	c cleaning 56006 clauses out of 112042 with flag 15581552/1643919
325.92/325.35	c cleaning 57013 clauses out of 114035 with flag 16174823/1701918
341.90/341.13	c cleaning 57999 clauses out of 116022 with flag 16788507/1760918
353.80/353.01	c cleaning 58980 clauses out of 118023 with flag 17385253/1820918
368.80/368.04	c cleaning 60003 clauses out of 120044 with flag 18087224/1881919
383.20/382.43	c cleaning 60994 clauses out of 122041 with flag 18729193/1943919
398.70/397.94	c cleaning 61996 clauses out of 124045 with flag 19357001/2006917
413.62/412.83	c cleaning 63020 clauses out of 126050 with flag 19961820/2070918
432.13/431.34	c cleaning 63997 clauses out of 128032 with flag 20690202/2135920
450.44/449.54	c cleaning 64996 clauses out of 130032 with flag 21363016/2201917
473.74/472.84	c cleaning 65992 clauses out of 132038 with flag 22090035/2268919
500.73/499.84	c cleaning 67009 clauses out of 134044 with flag 22804765/2336917
535.73/534.88	c cleaning 68007 clauses out of 136035 with flag 23429679/2405917
568.63/567.76	c cleaning 69002 clauses out of 138029 with flag 24093051/2475918
591.63/590.78	c cleaning 69985 clauses out of 140026 with flag 24816953/2546917
622.17/621.09	c cleaning 71011 clauses out of 142042 with flag 25671695/2618918
647.07/645.98	c cleaning 72012 clauses out of 144035 with flag 26479244/2691922
679.77/678.69	c cleaning 73004 clauses out of 146018 with flag 27316204/2765917
720.59/719.45	c cleaning 74000 clauses out of 148016 with flag 28157090/2840919
761.49/760.31	c cleaning 74988 clauses out of 150016 with flag 29048371/2916919
804.79/803.70	c cleaning 76009 clauses out of 152028 with flag 29956446/2993919
852.63/850.84	c cleaning 76999 clauses out of 154017 with flag 30817816/3071917
879.19/877.07	c cleaning 78005 clauses out of 156017 with flag 31646738/3150917
918.29/916.11	c cleaning 78994 clauses out of 158012 with flag 32508075/3230917
956.48/954.30	c cleaning 80003 clauses out of 160019 with flag 33320676/3311918
990.49/988.02	c cleaning 81000 clauses out of 162015 with flag 34216839/3393917
1020.88/1018.46	c cleaning 81992 clauses out of 164017 with flag 35094621/3476919
1058.69/1056.23	c cleaning 83009 clauses out of 166027 with flag 35900334/3560921
1090.45/1087.77	c cleaning 83996 clauses out of 168015 with flag 36835359/3645918
1127.45/1124.70	c cleaning 85006 clauses out of 170018 with flag 37746238/3731917
1167.76/1165.08	c cleaning 85986 clauses out of 172012 with flag 38771599/3818917
1223.79/1220.87	c cleaning 87010 clauses out of 174027 with flag 39922466/3906918
1264.71/1261.76	c cleaning 88000 clauses out of 176016 with flag 40874777/3995917
1312.90/1309.99	c cleaning 89004 clauses out of 178016 with flag 41896875/4085917
1364.79/1361.76	c cleaning 89995 clauses out of 180012 with flag 42955109/4176917
1419.80/1416.77	c cleaning 91009 clauses out of 182018 with flag 44037979/4268918
1476.33/1473.15	c cleaning 91995 clauses out of 184008 with flag 45156656/4361917
1539.64/1536.41	c cleaning 92998 clauses out of 186014 with flag 46360720/4455918
1600.95/1597.79	c cleaning 93998 clauses out of 188015 with flag 47421273/4550917
1665.34/1662.09	c cleaning 95004 clauses out of 190019 with flag 48476993/4646919
1741.94/1738.61	c cleaning 96004 clauses out of 192013 with flag 49640569/4743917
1800.05/1796.70	c starts		: 11965
1800.05/1796.70	c conflicts		: 4822302
1800.05/1796.70	c decisions		: 6451645
1800.05/1796.70	c propagations		: 124915140
1800.05/1796.70	c inspects		: 32706121936
1800.05/1796.70	c shortcuts		: 0
1800.05/1796.70	c learnt literals	: 1
1800.05/1796.70	c learnt binary clauses	: 3
1800.05/1796.70	c learnt ternary clauses	: 2
1800.05/1796.70	c learnt constraints	: 4822301
1800.05/1796.70	c ignored constraints	: 0
1800.05/1796.70	c root simplifications	: 0
1800.05/1796.70	c removed literals (reason simplification)	: 0
1800.05/1796.70	c reason swapping (by a shorter reason)	: 0
1800.05/1796.70	c Calls to reduceDB	: 93
1800.05/1796.70	c Number of update (reduction) of LBD	: 2757170
1800.05/1796.70	c Imported unit clauses	: 0
1800.05/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.70	c number of learned constraints concerned by reduction	: 0
1800.05/1796.70	c number of learning phase by resolution	: 0
1800.05/1796.70	c number of learning phase by cutting planes	: 0
1800.05/1796.70	c speed (assignments/second)	: 69530.60673546894
1800.05/1796.70	c non guided choices	13487
1800.05/1796.73	c learnt constraints type 
1800.05/1796.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.05/1796.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 174392
1800.05/1796.73	s SATISFIABLE
1800.05/1796.73	c Found 3 solution(s)
1800.05/1796.73	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 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 
1800.05/1796.73	c objective function=96
1800.05/1796.73	c Total wall clock time (in seconds): 1796.623

Verifier Data

OK	96

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-4090533-1466062149/watcher-4090533-1466062149 -o /tmp/evaluation-result-4090533-1466062149/solver-4090533-1466062149 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7217 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090533-1466062149.wbo 

pid=7522
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: 1.07 0.34 0.16 3/193 7525
/proc/meminfo: memFree=30912704/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (java) R 7522 7525 7201 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 8263909 278528 33 33554432000 1073741824 1073778376 140735849985024 140734329494696 271778409767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7525/statm: 68 33 25 9 0 25 0

[startup+0.10015 s]
/proc/loadavg: 1.07 0.34 0.16 3/193 7525
/proc/meminfo: memFree=30912704/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 4397 0 1 0 9 1 0 0 20 0 18 0 8263909 9787879424 6028 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 1.07 0.34 0.16 3/193 7525
/proc/meminfo: memFree=30912704/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 5739 0 1 0 27 2 0 0 20 0 19 0 8263909 9856040960 6800 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2406260 6800 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300219 s]
/proc/loadavg: 1.07 0.34 0.16 3/193 7525
/proc/meminfo: memFree=30912704/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 8019 0 1 0 53 2 0 0 20 0 19 0 8263909 9856040960 9113 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2406260 9113 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700215 s]
/proc/loadavg: 1.07 0.34 0.16 3/193 7525
/proc/meminfo: memFree=30912704/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 9284 0 1 0 106 2 0 0 20 0 19 0 8263909 9856040960 9881 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2406260 9881 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.07 0.34 0.16 3/212 7544
/proc/meminfo: memFree=30877032/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 9289 0 1 0 188 2 0 0 20 0 19 0 8263909 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2406260 10396 2256 9 0 2396937 0
[pid=7525/tid=7527] ppid=7522 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7525/task/7527/stat : 7527 (java) R 7522 7525 7201 0 -1 4202560 2411 0 1 0 146 1 0 0 20 0 19 0 8263910 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760802975440 139760669050201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7528] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7528/stat : 7528 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760792045992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7529] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7529/stat : 7529 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760790993448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7530] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7530/stat : 7530 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760789940392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7525/tid=7531] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7531/stat : 7531 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760788887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7532] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7532/stat : 7532 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760787835816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7533] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7533/stat : 7533 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760640932904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7534] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7534/stat : 7534 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760639879848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7535] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7535/stat : 7535 (java) S 7522 7525 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760638827304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7536] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7536/stat : 7536 (java) S 7522 7525 7201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8263912 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760626628968 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7537] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7537/stat : 7537 (java) S 7522 7525 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760625575288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7538] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7538/stat : 7538 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760624522120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7539] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7539/stat : 7539 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760623470864 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7540] ppid=7522 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7525/task/7540/stat : 7540 (java) S 7522 7525 7201 0 -1 4202560 2484 0 0 0 18 0 0 0 20 0 19 0 8263915 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760622418744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7541] ppid=7522 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7525/task/7541/stat : 7541 (java) S 7522 7525 7201 0 -1 4202560 3121 0 0 0 21 0 0 0 20 0 19 0 8263915 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760621366200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7542] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7542/stat : 7542 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760620313336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7543] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7543/stat : 7543 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760619261000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7544] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7544/stat : 7544 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263925 9856040960 10396 33554432000 1073741824 1073778376 140735849985024 139760618206248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 1.07 0.34 0.16 3/212 7544
/proc/meminfo: memFree=30867852/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 9293 0 1 0 352 2 0 0 20 0 19 0 8263909 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2406260 11933 2257 9 0 2396937 0
[pid=7525/tid=7527] ppid=7522 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7525/task/7527/stat : 7527 (java) R 7522 7525 7201 0 -1 4202560 2414 0 1 0 305 1 0 0 20 0 19 0 8263910 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760802984360 139760668929085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7528] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7528/stat : 7528 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760792045992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7529] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7529/stat : 7529 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760790993448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7530] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7530/stat : 7530 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760789940392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7525/tid=7531] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7531/stat : 7531 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760788887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7532] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7532/stat : 7532 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760787835816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7533] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7533/stat : 7533 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760640932904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7534] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7534/stat : 7534 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760639879848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7535] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7535/stat : 7535 (java) S 7522 7525 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760638827304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7536] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7536/stat : 7536 (java) S 7522 7525 7201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8263912 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760626628968 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7537] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7537/stat : 7537 (java) S 7522 7525 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760625575288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7538] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7538/stat : 7538 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760624522120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7539] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7539/stat : 7539 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760623470864 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7540] ppid=7522 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7525/task/7540/stat : 7540 (java) S 7522 7525 7201 0 -1 4202560 2484 0 0 0 18 0 0 0 20 0 19 0 8263915 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760622418744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7541] ppid=7522 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7525/task/7541/stat : 7541 (java) S 7522 7525 7201 0 -1 4202560 3122 0 0 0 24 0 0 0 20 0 19 0 8263915 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760621366200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7542] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7542/stat : 7542 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760620313336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7543] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7543/stat : 7543 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760619261000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7544] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7544/stat : 7544 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263925 9856040960 11933 33554432000 1073741824 1073778376 140735849985024 139760618206248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 1.14 0.37 0.17 3/213 7545
/proc/meminfo: memFree=30847444/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 9299 0 1 0 671 2 0 0 20 0 19 0 8263909 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2406260 13982 2258 9 0 2396937 0
[pid=7525/tid=7527] ppid=7522 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7525/task/7527/stat : 7527 (java) R 7522 7525 7201 0 -1 4202560 2419 0 1 0 624 1 0 0 20 0 19 0 8263910 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760802975440 139760669138147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7528] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7528/stat : 7528 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760792045992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7529] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7529/stat : 7529 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760790993448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7530] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7530/stat : 7530 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760789940392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7525/tid=7531] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7531/stat : 7531 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760788887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7532] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7532/stat : 7532 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760787835816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7533] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7533/stat : 7533 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760640932904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7534] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7534/stat : 7534 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760639879848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7535] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7535/stat : 7535 (java) S 7522 7525 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8263911 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760638827304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7536] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7536/stat : 7536 (java) S 7522 7525 7201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8263912 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760626628968 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7537] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7537/stat : 7537 (java) S 7522 7525 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760625575288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7538] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7538/stat : 7538 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760624522120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7539] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7539/stat : 7539 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760623470864 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7540] ppid=7522 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7525/task/7540/stat : 7540 (java) S 7522 7525 7201 0 -1 4202560 2484 0 0 0 18 0 0 0 20 0 19 0 8263915 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760622418744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7541] ppid=7522 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7525/task/7541/stat : 7541 (java) S 7522 7525 7201 0 -1 4202560 3122 0 0 0 24 0 0 0 20 0 19 0 8263915 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760621366200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7542] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7542/stat : 7542 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760620313336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7543] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7543/stat : 7543 (java) S 7522 7525 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760619261000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7544] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7544/stat : 7544 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263925 9856040960 13982 33554432000 1073741824 1073778376 140735849985024 139760618206248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=7525/tid=7544] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7544/stat : 7544 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263925 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760618206248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.09 1.83 3/213 7654
/proc/meminfo: memFree=29860288/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9625040 CPUtime=1785.65 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 24571 0 1 0 178484 81 0 0 20 0 19 0 8263909 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2406260 172505 2280 9 0 2396937 0
[pid=7525/tid=7527] ppid=7522 vsize=9625040 CPUtime=1776.66 cores=0,2,4,6
/proc/7525/task/7527/stat : 7527 (java) R 7522 7525 7201 0 -1 4202560 2491 0 1 0 177635 31 0 0 20 0 19 0 8263910 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760802975440 139760668933295 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7528] ppid=7522 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7525/task/7528/stat : 7528 (java) S 7522 7525 7201 0 -1 4202560 393 0 0 0 26 7 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760792045992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7525/tid=7529] ppid=7522 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7525/task/7529/stat : 7529 (java) S 7522 7525 7201 0 -1 4202560 358 0 0 0 29 7 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760790993448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7530] ppid=7522 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7525/task/7530/stat : 7530 (java) S 7522 7525 7201 0 -1 4202560 187 0 0 0 20 5 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760789940392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7531] ppid=7522 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7525/task/7531/stat : 7531 (java) S 7522 7525 7201 0 -1 4202560 284 0 0 0 23 6 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760788887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7532] ppid=7522 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7525/task/7532/stat : 7532 (java) S 7522 7525 7201 0 -1 4202560 164 0 0 0 23 7 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760787835816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7533] ppid=7522 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/7525/task/7533/stat : 7533 (java) S 7522 7525 7201 0 -1 4202560 192 0 0 0 32 8 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760640932904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7534] ppid=7522 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7525/task/7534/stat : 7534 (java) S 7522 7525 7201 0 -1 4202560 147 0 0 0 27 5 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760639879848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7535] ppid=7522 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/7525/task/7535/stat : 7535 (java) S 7522 7525 7201 0 -1 4202560 373 0 0 0 32 10 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760638827304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7525/tid=7536] ppid=7522 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/7525/task/7536/stat : 7536 (java) S 7522 7525 7201 0 -1 4202560 184 0 0 0 13 0 0 0 20 0 19 0 8263912 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760626628968 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7537] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7537/stat : 7537 (java) S 7522 7525 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760625575288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7538] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7538/stat : 7538 (java) S 7522 7525 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760624522120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7539] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7539/stat : 7539 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760623470864 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7540] ppid=7522 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7525/task/7540/stat : 7540 (java) S 7522 7525 7201 0 -1 4202560 2486 0 0 0 20 0 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760622418744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7541] ppid=7522 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7525/task/7541/stat : 7541 (java) S 7522 7525 7201 0 -1 4202560 15948 0 0 0 103 2 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760621366200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7542] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7542/stat : 7542 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760620313336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7543] ppid=7522 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7525/task/7543/stat : 7543 (java) S 7522 7525 7201 0 -1 4202560 104 0 0 0 26 29 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760619261000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7544] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7544/stat : 7544 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263925 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760618206248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.00 2.08 1.83 4/213 7654
/proc/meminfo: memFree=29867424/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 24571 0 1 0 179924 81 0 0 20 0 19 0 8263909 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2406260 172505 2280 9 0 2396937 0
[pid=7525/tid=7527] ppid=7522 vsize=9625040 CPUtime=1791.02 cores=0,2,4,6
/proc/7525/task/7527/stat : 7527 (java) R 7522 7525 7201 0 -1 4202560 2491 0 1 0 179071 31 0 0 20 0 19 0 8263910 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760802975440 139760668974360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7528] ppid=7522 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7525/task/7528/stat : 7528 (java) S 7522 7525 7201 0 -1 4202560 393 0 0 0 26 7 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760792045992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7525/tid=7529] ppid=7522 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7525/task/7529/stat : 7529 (java) S 7522 7525 7201 0 -1 4202560 358 0 0 0 29 7 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760790993448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7530] ppid=7522 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7525/task/7530/stat : 7530 (java) S 7522 7525 7201 0 -1 4202560 187 0 0 0 20 5 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760789940392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7531] ppid=7522 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7525/task/7531/stat : 7531 (java) S 7522 7525 7201 0 -1 4202560 284 0 0 0 23 6 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760788887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7532] ppid=7522 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7525/task/7532/stat : 7532 (java) S 7522 7525 7201 0 -1 4202560 164 0 0 0 23 7 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760787835816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7533] ppid=7522 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/7525/task/7533/stat : 7533 (java) S 7522 7525 7201 0 -1 4202560 192 0 0 0 32 8 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760640932904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7534] ppid=7522 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7525/task/7534/stat : 7534 (java) S 7522 7525 7201 0 -1 4202560 147 0 0 0 27 5 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760639879848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7535] ppid=7522 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/7525/task/7535/stat : 7535 (java) S 7522 7525 7201 0 -1 4202560 373 0 0 0 32 10 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760638827304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7525/tid=7536] ppid=7522 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/7525/task/7536/stat : 7536 (java) S 7522 7525 7201 0 -1 4202560 184 0 0 0 13 0 0 0 20 0 19 0 8263912 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760626628968 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7537] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7537/stat : 7537 (java) S 7522 7525 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760625575288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7538] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7538/stat : 7538 (java) S 7522 7525 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760624522120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7539] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7539/stat : 7539 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760623470864 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7540] ppid=7522 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7525/task/7540/stat : 7540 (java) S 7522 7525 7201 0 -1 4202560 2486 0 0 0 20 0 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760622418744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7541] ppid=7522 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7525/task/7541/stat : 7541 (java) S 7522 7525 7201 0 -1 4202560 15948 0 0 0 103 2 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760621366200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7542] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7542/stat : 7542 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760620313336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7543] ppid=7522 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7525/task/7543/stat : 7543 (java) S 7522 7525 7201 0 -1 4202560 104 0 0 0 26 30 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760619261000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7544] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7544/stat : 7544 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263925 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760618206248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1796.7 s]
/proc/loadavg: 2.00 2.08 1.83 4/213 7654
/proc/meminfo: memFree=29867424/32872528 swapFree=1103228/1182944
[pid=7525] ppid=7522 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/7525/stat : 7525 (java) S 7522 7525 7201 0 -1 4202496 24571 0 1 0 179924 81 0 0 20 0 19 0 8263909 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 140735849976160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7525/statm: 2406260 172505 2280 9 0 2396937 0
[pid=7525/tid=7527] ppid=7522 vsize=9625040 CPUtime=1791.02 cores=0,2,4,6
/proc/7525/task/7527/stat : 7527 (java) R 7522 7525 7201 0 -1 4202560 2491 0 1 0 179071 31 0 0 20 0 19 0 8263910 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760802975440 139760668974360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7528] ppid=7522 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7525/task/7528/stat : 7528 (java) S 7522 7525 7201 0 -1 4202560 393 0 0 0 26 7 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760792045992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7525/tid=7529] ppid=7522 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7525/task/7529/stat : 7529 (java) S 7522 7525 7201 0 -1 4202560 358 0 0 0 29 7 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760790993448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7530] ppid=7522 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7525/task/7530/stat : 7530 (java) S 7522 7525 7201 0 -1 4202560 187 0 0 0 20 5 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760789940392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7531] ppid=7522 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7525/task/7531/stat : 7531 (java) S 7522 7525 7201 0 -1 4202560 284 0 0 0 23 6 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760788887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7532] ppid=7522 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7525/task/7532/stat : 7532 (java) S 7522 7525 7201 0 -1 4202560 164 0 0 0 23 7 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760787835816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7533] ppid=7522 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/7525/task/7533/stat : 7533 (java) S 7522 7525 7201 0 -1 4202560 192 0 0 0 32 8 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760640932904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7534] ppid=7522 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7525/task/7534/stat : 7534 (java) S 7522 7525 7201 0 -1 4202560 147 0 0 0 27 5 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760639879848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7535] ppid=7522 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/7525/task/7535/stat : 7535 (java) S 7522 7525 7201 0 -1 4202560 373 0 0 0 32 10 0 0 20 0 19 0 8263911 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760638827304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7525/tid=7536] ppid=7522 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/7525/task/7536/stat : 7536 (java) S 7522 7525 7201 0 -1 4202560 184 0 0 0 13 0 0 0 20 0 19 0 8263912 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760626628968 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7537] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7537/stat : 7537 (java) S 7522 7525 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760625575288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7538] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7538/stat : 7538 (java) S 7522 7525 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8263913 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760624522120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7539] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7539/stat : 7539 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760623470864 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7540] ppid=7522 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7525/task/7540/stat : 7540 (java) S 7522 7525 7201 0 -1 4202560 2486 0 0 0 20 0 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760622418744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7525/tid=7541] ppid=7522 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7525/task/7541/stat : 7541 (java) S 7522 7525 7201 0 -1 4202560 15948 0 0 0 103 2 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760621366200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7542] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7542/stat : 7542 (java) S 7522 7525 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760620313336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7525/tid=7543] ppid=7522 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7525/task/7543/stat : 7543 (java) S 7522 7525 7201 0 -1 4202560 104 0 0 0 26 30 0 0 20 0 19 0 8263915 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760619261000 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7525/tid=7544] ppid=7522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7525/task/7544/stat : 7544 (java) S 7522 7525 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263925 9856040960 172505 33554432000 1073741824 1073778376 140735849985024 139760618206248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7525 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=658170
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=352794
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.74
CPU time (s): 1800.05
CPU user time (s): 1799.24
CPU system time (s): 0.81
CPU usage (%): 100.184
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.35279
maximum resident set size= 702892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24621
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38290
involuntary context switches= 11600

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1335 second user time and 13.6719 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 09:29:09
IDJOB=4090533
IDBENCH=78667
IDSOLVER=2551
FILE ID=node115/4090533-1466062149
RUNJOBID= node115-1466062134-7217
PBS_JOBID= 19904021
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090533-1466062149/watcher-4090533-1466062149 -o /tmp/evaluation-result-4090533-1466062149/solver-4090533-1466062149 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7217 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090533-1466062149.wbo

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

MD5SUM BENCH= 1f875ef306d18e6f86db860a031faa4e
RANDOM SEED=404737158

node115.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		: 2667.103
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	: 5334.20
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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:        30912984 kB
Buffers:            2932 kB
Cached:            37720 kB
SwapCached:         2124 kB
Active:            56856 kB
Inactive:          20620 kB
Active(anon):      37556 kB
Inactive(anon):     1624 kB
Active(file):      19300 kB
Inactive(file):    18996 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099080 kB
Dirty:              1832 kB
Writeback:             0 kB
AnonPages:       1216796 kB
Mapped:            15236 kB
Shmem:                 0 kB
Slab:             565692 kB
SReclaimable:       8496 kB
SUnreclaim:       557196 kB
KernelStack:        1592 kB
PageTables:         6328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1870932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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 node115 at 2016-06-16 09:59:06