Trace number 4486412

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S2SAT (TO)66 3600.13 1837.07

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUM01f07e427327757fda434ad4b1d2038d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark3584.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3563.16/1800.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3563.16/1800.01	c numVar: 540
3563.16/1800.01	c numCon: 4476
3563.16/1800.01	c numEqual: 150
3563.16/1800.01	c intSize: 9
3563.16/1800.01	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3563.16/1800.01	c ------------------- Paras list -------------------
3563.16/1800.01	c Name                	 Type      	 Now       	 Default   	 Comment
3563.16/1800.01	c timeout             	 double    	 3600.000000	 3600      	 
3563.16/1800.01	c mip_time            	 double    	 0.500000  	 0.5       	 
3563.16/1800.01	c ls_time             	 double    	 10.000000 	 10        	 
3563.16/1800.01	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3563.16/1800.01	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3563.16/1800.01	c random_seed         	 int       	 0         	 0         	 
3563.16/1800.01	c sample_size         	 int       	 50        	 50        	 
3563.16/1800.01	c sub_score           	 int       	 1         	 1         	 
3563.16/1800.01	c tabu_base           	 int       	 3         	 3         	 
3563.16/1800.01	c tabu_variation      	 int       	 1         	 1         	 
3563.16/1800.01	c sub_div             	 int       	 4         	 4         	 
3563.16/1800.01	c nbcore              	 int       	 2         	 1         	 
3563.16/1800.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3563.16/1800.01	c print_sol           	 int       	 1         	 1         	 
3563.16/1800.01	c tmpdir              	 string		 .         	 "."       	 
3563.16/1800.01	c home                	 string		 HOME	 "."       	 
3563.16/1800.01	c benchname           	 string		 HOME/instance-4486412-1751308503.opb	 ""        	 
3563.16/1800.01	c --------------------------------------------------
3563.16/1800.01	c Local Search solver
3563.16/1800.01	c LS find feasible solution for PBO with objective value 84
3563.16/1800.01	c MIP solver
3563.16/1800.01	c MIP solver find feasible solution
3563.16/1800.01	c MIP solver objective value: 66
3563.37/1800.24	c MIP find feasible solution for PBO with objective value 66
3563.37/1800.24	c copy file: 0
3563.37/1800.24	c gen ub file: HOME/instance-4486412-1751308503.opb_ub.opb
3563.37/1800.24	c use Exact solver
3600.04/1837.01	o 66
3600.04/1837.01	s SATISFIABLE
3600.04/1837.01	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 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 x425 -x426 x427 -x428 -x429 -x430 x431 x432 x433 -x434 -x435 -x436 -x437 x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 x455 -x456 x457 -x458 -x459 -x460 -x461 -x462 x463 -x464 -x465 -x466 x467 -x468 x469 -x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 -x484 x485 -x486 -x487 -x488 x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 x499 -x500 x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 x509 -x510 x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 -x524 x525 -x526 -x527 x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 x540 
3600.04/1837.01	c Total time: 1837

Verifier Data

OK	66

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61921 MiB free)
  memory of node 1: 64507 MiB (63687 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486412-1751308503/watcher-4486412-1751308503 -o /tmp/evaluation-result-4486412-1751308503/solver-4486412-1751308503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751302914-42552 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4486412-1751308503.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=43876, runsolver pid=43873

[startup+0.100064 s]*
/proc/loadavg: 6.32 6.86 6.94 7/265 43877
/proc/meminfo: memFree=128619484/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=43408 memory=9088 CPUtime=0.09 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1213 0 0 0 9 0 0 0 20 0 1 0 46530602 44449792 2272 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 10852 2272 1216 6655 0 1087 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43408 KiB
Current children cumulated memory: 9088 KiB

[startup+0.205827 s]*
/proc/loadavg: 6.32 6.86 6.94 7/265 43877
/proc/meminfo: memFree=128619244/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=43408 memory=9088 CPUtime=0.2 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1213 0 0 0 20 0 0 0 20 0 1 0 46530602 44449792 2272 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 10852 2272 1216 6655 0 1087 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43408 KiB
Current children cumulated memory: 9088 KiB

[startup+0.30564 s]*
/proc/loadavg: 6.32 6.86 6.94 7/265 43877
/proc/meminfo: memFree=128619244/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=43408 memory=9088 CPUtime=0.29 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1213 0 0 0 29 0 0 0 20 0 1 0 46530602 44449792 2272 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 10852 2272 1216 6655 0 1087 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 43408 KiB
Current children cumulated memory: 9088 KiB

[startup+0.700217 s]
/proc/loadavg: 6.32 6.86 6.94 7/265 43877
/proc/meminfo: memFree=128619244/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=43408 memory=9088 CPUtime=0.68 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1213 0 0 0 68 0 0 0 20 0 1 0 46530602 44449792 2272 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 10852 2272 1216 6655 0 1087 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 43408 KiB
Current children cumulated memory: 9088 KiB

[startup+1.50018 s]
/proc/loadavg: 6.32 6.86 6.94 7/265 43877
/proc/meminfo: memFree=128619244/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=43408 memory=9088 CPUtime=1.48 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1213 0 0 0 148 0 0 0 20 0 1 0 46530602 44449792 2272 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 10852 2272 1216 6655 0 1087 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43408 KiB
Current children cumulated memory: 9088 KiB

[startup+3.10545 s]
/proc/loadavg: 6.30 6.85 6.94 7/265 43877
/proc/meminfo: memFree=128619496/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=43408 memory=9088 CPUtime=3.08 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1213 0 0 0 308 0 0 0 20 0 1 0 46530602 44449792 2272 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 10852 2272 1216 6655 0 1087 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 43408 KiB
Current children cumulated memory: 9088 KiB

[startup+6.30015 s]
/proc/loadavg: 6.30 6.85 6.94 7/265 43878
/proc/meminfo: memFree=128627592/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=43408 memory=9088 CPUtime=6.27 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1213 0 0 0 627 0 0 0 20 0 1 0 46530602 44449792 2272 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 10852 2272 1216 6655 0 1087 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 43408 KiB
Current children cumulated memory: 9088 KiB

[startup+12.7002 s]
/proc/loadavg: 6.27 6.83 6.93 8/266 43879
/proc/meminfo: memFree=128601888/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=143036 memory=52680 CPUtime=15.25 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 9667 0 0 0 1524 1 0 0 20 0 2 0 46530602 146468864 13170 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 35759 13170 3520 6655 0 11408 0
[pid=43876/tid=43879] ppid=43873 vsize=143036 memory=6380 CPUtime=2.59 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 2072 0 0 0 259 0 0 0 20 0 2 0 46531604 146468864 13170 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 143036 KiB
Current children cumulated memory: 52680 KiB

[startup+25.5002 s]
/proc/loadavg: 6.50 6.86 6.94 8/266 43928
/proc/meminfo: memFree=128992996/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=149648 memory=65864 CPUtime=40.68 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 24274 0 0 0 4065 3 0 0 20 0 2 0 46530602 153239552 16466 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 37412 16466 3520 6655 0 14811 0
[pid=43876/tid=43879] ppid=43873 vsize=149648 memory=56264 CPUtime=15.25 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 8071 0 0 0 1525 0 0 0 20 0 2 0 46531604 153239552 16466 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 40.68 s
Current children cumulated vsize: 149648 KiB
Current children cumulated memory: 65864 KiB

[startup+51.1058 s]
/proc/loadavg: 6.75 6.89 6.95 9/268 43978
/proc/meminfo: memFree=128931736/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=173760 memory=98120 CPUtime=90.75 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 43963 0 0 0 9070 5 0 0 20 0 2 0 46530602 177930240 24530 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 43440 24530 3520 6655 0 23749 0
[pid=43876/tid=43879] ppid=43873 vsize=173760 memory=96584 CPUtime=40.3 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 15456 0 0 0 4028 2 0 0 20 0 2 0 46531604 177930240 24530 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 90.75 s
Current children cumulated vsize: 173760 KiB
Current children cumulated memory: 98120 KiB

[startup+102.3 s]
/proc/loadavg: 7.58 7.09 7.02 9/269 43985
/proc/meminfo: memFree=128806728/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=206608 memory=163528 CPUtime=192.46 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 82770 0 0 0 19234 12 0 0 20 0 2 0 46530602 211566592 40882 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 51652 40882 3520 6655 0 39856 0
[pid=43876/tid=43879] ppid=43873 vsize=206608 memory=14720 CPUtime=90.95 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 34592 0 0 0 9090 5 0 0 20 0 2 0 46531604 211566592 40882 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 192.46 s
Current children cumulated vsize: 206608 KiB
Current children cumulated memory: 163528 KiB

[startup+162.3 s]
/proc/loadavg: 7.95 7.29 7.09 9/269 43987
/proc/meminfo: memFree=128633840/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=333432 memory=279080 CPUtime=311.65 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 123814 0 0 0 31147 18 0 0 20 0 2 0 46530602 341434368 69770 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 83358 69770 3520 6655 0 68800 0
[pid=43876/tid=43879] ppid=43873 vsize=333432 memory=14720 CPUtime=150.31 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 53756 0 0 0 15023 8 0 0 20 0 2 0 46531604 341434368 69770 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 311.65 s
Current children cumulated vsize: 333432 KiB
Current children cumulated memory: 279080 KiB

[startup+222.3 s]
/proc/loadavg: 8.03 7.44 7.16 9/269 43989
/proc/meminfo: memFree=128444056/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=474796 memory=431812 CPUtime=430.85 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 189414 0 0 0 43055 30 0 0 20 0 2 0 46530602 486191104 107953 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 118699 107953 3520 6655 0 107070 0
[pid=43876/tid=43879] ppid=43873 vsize=474796 memory=348100 CPUtime=209.69 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 90763 0 0 0 20953 16 0 0 20 0 2 0 46531604 486191104 107953 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 430.85 s
Current children cumulated vsize: 474796 KiB
Current children cumulated memory: 431812 KiB

[startup+282.3 s]
/proc/loadavg: 8.20 7.59 7.23 9/269 43991
/proc/meminfo: memFree=128207152/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=601604 memory=556740 CPUtime=550.05 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 224176 0 0 0 54965 40 0 0 20 0 2 0 46530602 616042496 139185 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 150401 139185 3520 6655 0 138095 0
[pid=43876/tid=43879] ppid=43873 vsize=601604 memory=13824 CPUtime=269.06 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 108632 0 0 0 26885 21 0 0 20 0 2 0 46531604 616042496 139185 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 550.05 s
Current children cumulated vsize: 601604 KiB
Current children cumulated memory: 556740 KiB

[startup+342.3 s]
/proc/loadavg: 8.13 7.68 7.28 9/267 43993
/proc/meminfo: memFree=127949692/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=815328 memory=718232 CPUtime=669.22 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 282000 0 0 0 66868 54 0 0 20 0 2 0 46530602 834895872 179558 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 203832 179558 3520 6655 0 178688 0
[pid=43876/tid=43879] ppid=43873 vsize=815328 memory=570820 CPUtime=328.41 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 135765 0 0 0 32812 29 0 0 20 0 2 0 46531604 834895872 179558 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 669.22 s
Current children cumulated vsize: 815328 KiB
Current children cumulated memory: 718232 KiB

[startup+402.3 s]

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

[pid=43876] ppid=43873 vsize=1248064 memory=1186752 CPUtime=2336.6 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 766787 0 0 0 233527 133 0 0 20 0 2 0 46530602 1278017536 296688 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 312016 296688 3520 6655 0 294828 0
[pid=43876/tid=43879] ppid=43873 vsize=1248064 memory=1164096 CPUtime=1163.61 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 391558 0 0 0 116289 72 0 0 20 0 2 0 46531604 1278017536 296688 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 2336.6 s
Current children cumulated vsize: 1248064 KiB
Current children cumulated memory: 1186752 KiB

[startup+1242.3 s]
/proc/loadavg: 8.12 8.06 7.80 9/267 44082
/proc/meminfo: memFree=126245720/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=1366716 memory=1287788 CPUtime=2455.75 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 810585 0 0 0 245432 143 0 0 20 0 2 0 46530602 1399517184 321947 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 341679 321947 3520 6655 0 320192 0
[pid=43876/tid=43879] ppid=43873 vsize=1366716 memory=1243072 CPUtime=1223.42 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 413111 0 0 0 122265 77 0 0 20 0 2 0 46531604 1399517184 321947 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 2455.75 s
Current children cumulated vsize: 1366716 KiB
Current children cumulated memory: 1287788 KiB

[startup+1302.3 s]
/proc/loadavg: 8.25 8.09 7.83 9/267 44089
/proc/meminfo: memFree=126046600/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=1495604 memory=1413156 CPUtime=2574.91 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 860598 0 0 0 257335 156 0 0 20 0 2 0 46530602 1531498496 353289 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 373901 353289 3520 6655 0 351422 0
[pid=43876/tid=43879] ppid=43873 vsize=1495604 memory=14720 CPUtime=1283.24 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 439842 0 0 0 128240 84 0 0 20 0 2 0 46531604 1531498496 353289 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 2574.91 s
Current children cumulated vsize: 1495604 KiB
Current children cumulated memory: 1413156 KiB

[startup+1362.3 s]
/proc/loadavg: 8.19 8.10 7.85 9/267 44091
/proc/meminfo: memFree=125820360/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=1627836 memory=1544228 CPUtime=2694.05 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 918256 0 0 0 269234 171 0 0 20 0 2 0 46530602 1666904064 386057 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 406959 386057 3520 6655 0 384175 0
[pid=43876/tid=43879] ppid=43873 vsize=1627836 memory=1498660 CPUtime=1343.05 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 468886 0 0 0 134212 93 0 0 20 0 2 0 46531604 1666904064 386057 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 2694.05 s
Current children cumulated vsize: 1627836 KiB
Current children cumulated memory: 1544228 KiB

[startup+1422.3 s]
/proc/loadavg: 8.12 8.10 7.87 9/267 44093
/proc/meminfo: memFree=125673080/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=1760872 memory=1673756 CPUtime=2813.21 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 973209 0 0 0 281138 183 0 0 20 0 2 0 46530602 1803132928 418439 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 440218 418439 3520 6655 0 416698 0
[pid=43876/tid=43879] ppid=43873 vsize=1760872 memory=1649508 CPUtime=1402.85 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 496092 0 0 0 140187 98 0 0 20 0 2 0 46531604 1803132928 418439 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 2813.21 s
Current children cumulated vsize: 1760872 KiB
Current children cumulated memory: 1673756 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.09 7.89 9/267 44095
/proc/meminfo: memFree=125458380/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=1815764 memory=1783500 CPUtime=2932.32 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1009740 0 0 0 293039 193 0 0 20 0 2 0 46530602 1859342336 445875 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 453941 445875 3520 6655 0 444115 0
[pid=43876/tid=43879] ppid=43873 vsize=1815764 memory=1684252 CPUtime=1462.64 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 515753 0 0 0 146159 105 0 0 20 0 2 0 46531604 1859342336 445875 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 2932.32 s
Current children cumulated vsize: 1815764 KiB
Current children cumulated memory: 1783500 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 8.09 7.91 9/267 44097
/proc/meminfo: memFree=125226416/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=2017176 memory=1928200 CPUtime=3051.45 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1059893 0 0 0 304940 205 0 0 20 0 2 0 46530602 2065588224 482050 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 504294 482050 3520 6655 0 480300 0
[pid=43876/tid=43879] ppid=43873 vsize=2017176 memory=14720 CPUtime=1522.41 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 541416 0 0 0 152131 110 0 0 20 0 2 0 46531604 2065588224 482050 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 3051.45 s
Current children cumulated vsize: 2017176 KiB
Current children cumulated memory: 1928200 KiB

[startup+1602.3 s]
/proc/loadavg: 8.07 8.08 7.92 9/267 44109
/proc/meminfo: memFree=125031892/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=2143336 memory=2049728 CPUtime=3170.56 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1105471 0 0 0 316842 214 0 0 20 0 2 0 46530602 2194776064 512432 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 535834 512432 3520 6655 0 510687 0
[pid=43876/tid=43879] ppid=43873 vsize=2143336 memory=14720 CPUtime=1582.19 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 565518 0 0 0 158104 115 0 0 20 0 2 0 46531604 2194776064 512432 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 3170.56 s
Current children cumulated vsize: 2143336 KiB
Current children cumulated memory: 2049728 KiB

[startup+1662.3 s]
/proc/loadavg: 8.13 8.10 7.93 9/267 44112
/proc/meminfo: memFree=124772000/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=2284376 memory=2194772 CPUtime=3289.7 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1162429 0 0 0 328739 231 0 0 20 0 2 0 46530602 2339201024 548693 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 571094 548693 3520 6655 0 547160 0
[pid=43876/tid=43879] ppid=43873 vsize=2284376 memory=14720 CPUtime=1641.88 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 595540 0 0 0 164062 126 0 0 20 0 2 0 46531604 2339201024 548693 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 3289.7 s
Current children cumulated vsize: 2284376 KiB
Current children cumulated memory: 2194772 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.09 7.95 9/267 44114
/proc/meminfo: memFree=124566444/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=2419504 memory=2336340 CPUtime=3408.83 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1206537 0 0 0 340639 244 0 0 20 0 2 0 46530602 2477572096 584085 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 604876 584085 3520 6655 0 582543 0
[pid=43876/tid=43879] ppid=43873 vsize=2419504 memory=14720 CPUtime=1701.36 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 618173 0 0 0 170003 133 0 0 20 0 2 0 46531604 2477572096 584085 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 3408.83 s
Current children cumulated vsize: 2419504 KiB
Current children cumulated memory: 2336340 KiB

[startup+1782.3 s]
/proc/loadavg: 7.67 7.98 7.92 8/266 44164
/proc/meminfo: memFree=124732428/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=2553876 memory=2473044 CPUtime=3527.99 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) R 43873 43876 42536 0 -1 4194304 1263029 0 0 0 352543 256 0 0 20 0 2 0 46530602 2615169024 618261 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 638469 618261 3520 6655 0 616457 0
[pid=43876/tid=43879] ppid=43873 vsize=2553876 memory=14720 CPUtime=1760.71 cores=5,7
/proc/43876/task/43879/stat : 43879 (LSIPExact) R 43873 43876 42536 0 -1 4194368 647496 0 0 0 175931 140 0 0 20 0 2 0 46531604 2615169024 618261 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
Current children cumulated CPU time: 3527.99 s
Current children cumulated vsize: 2553876 KiB
Current children cumulated memory: 2473044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1837 s]*
/proc/loadavg: 7.42 7.86 7.88 7/267 44170
/proc/meminfo: memFree=125355972/131250000 swapFree=33010684/33010684
[pid=43876] ppid=43873 vsize=1919460 memory=1841732 CPUtime=3563.4 cores=5,7
/proc/43876/stat : 43876 (LSIPExact) S 43873 43876 42536 0 -1 4194304 1411902 227 0 0 356067 273 0 0 20 0 1 0 46530602 1965527040 460433 18446744073709551615 93999933648896 93999960905297 140723317948336 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93999969408136 93999969839744 93999972814848 140723317950810 140723317950986 140723317950986 140723317956588 0
/proc/43876/statm: 479865 460433 3584 6655 0 470059 0
[pid=44168] ppid=43876 vsize=46080 memory=33212 CPUtime=36.64 cores=5,7
/proc/44168/stat : 44168 (Exact) R 43876 44168 44168 0 -1 4194304 6857 0 0 0 3651 13 0 0 20 0 1 0 46710627 47185920 8303 18446744073709551615 4198400 8335837 140737458324352 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24780800 140737458325684 140737458326045 140737458326045 140737458331599 0
/proc/44168/statm: 11520 8303 1120 1011 0 10287 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1965540 KiB
Current children cumulated memory: 1874944 KiB

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

[startup+1837.07 s]
# the end of solver process 43876 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3597.2 s, system=2.93008 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0

Real time (s): 1837.07
CPU time (s): 3600.13
CPU user time (s): 3597.2
CPU system time (s): 2.93008
CPU usage (%): 195.971
Max. virtual memory (cumulated for all children) (KiB): 2574820
Max. memory (cumulated for all children) (KiB): 2515156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.2
system time used= 2.93008
maximum resident set size= 2515540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1419016
page faults= 0
swaps= 0
block input operations= 400
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 618
involuntary context switches= 99924


# summary of solver processes directly reported to runsolver:
#   pid: 43876
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3597.2
#   total CPU system time (s): 2.93008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.9849 second user time and 8.71053 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 20:35:03
IDJOB=4486412
IDBENCH=147020
IDSOLVER=3337
FILE ID=nodeC013/4486412-1751308503
RUNJOBID= nodeC013-1751302914-42552
SLURM_JOB_ID= 9594288
Free space on /tmp= 432924 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486412-1751308503/watcher-4486412-1751308503 -o /tmp/evaluation-result-4486412-1751308503/solver-4486412-1751308503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751302914-42552 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4486412-1751308503.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 01f07e427327757fda434ad4b1d2038d
RANDOM SEED=1020024480

nodeC013 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.837
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.825
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.860
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.839
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.839
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.004
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3610.141
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.852
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128623532 kB
MemAvailable:   128840348 kB
Buffers:            3280 kB
Cached:          1018292 kB
SwapCached:            0 kB
Active:          1243628 kB
Inactive:         774656 kB
Active(anon):    1009996 kB
Inactive(anon):        0 kB
Active(file):     233632 kB
Inactive(file):   774656 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44848 kB
Writeback:             0 kB
AnonPages:        999816 kB
Mapped:           139504 kB
Shmem:             13284 kB
KReclaimable:      95132 kB
Slab:             182216 kB
SReclaimable:      95132 kB
SUnreclaim:        87084 kB
KernelStack:        4272 kB
PageTables:         5128 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1406100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC013 at 2025-06-30 21:05:41