Trace number 357111

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, and are wall clock time (not CPU 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
oree 0.1.2 alphaSAT (TO)26702 1800.11 1800.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24674
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
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 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
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 (download as text)

0.00/0.00	c This is oree version 0.1.2 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using __gmp_expr<__gmpz_value, __gmpz_value>
0.00/0.00	c parsing...
0.00/0.06	c ...done
0.00/0.06	c #vars=540 #constraints=4627 hasObjective=yes
0.00/0.07	c res. mode=mod
0.00/0.07	c VSIDS like heuristics
0.00/0.07	c complete search running
0.30/0.37	c restart after 401 decisions
0.40/0.44	c nbDecision=500 #constraints=4938
0.79/0.88	c restart after 801 decisions
1.09/1.15	c nbDecision=1000 #constraints=5280
2.19/2.29	c nbDecision=1500 #constraints=5650
2.59/2.62	c restart after 1601 decisions
3.58/3.64	c nbDecision=2000 #constraints=6015
5.59/5.61	c nbDecision=2500 #constraints=6378
7.69/7.74	c nbDecision=3000 #constraints=6753
9.39/9.44	c restart after 3201 decisions
11.79/11.82	c nbDecision=3500 #constraints=7076
15.88/15.99	c nbDecision=4000 #constraints=7327
20.48/20.54	c nbDecision=4500 #constraints=7646
25.99/26.03	c nbDecision=5000 #constraints=8035
30.69/30.74	c nbDecision=5500 #constraints=8413
39.49/39.60	c nbDecision=6000 #constraints=8832
45.98/46.03	c restart after 6401 decisions
47.28/47.30	c nbDecision=6500 #constraints=9185
55.07/55.14	c nbDecision=7000 #constraints=9592
67.37/67.48	c nbDecision=7500 #constraints=10013
82.66/82.72	c nbDecision=8000 #constraints=10435
95.47/95.55	c nbDecision=8500 #constraints=10839
110.86/110.96	c nbDecision=9000 #constraints=11235
125.25/125.36	c nbDecision=9500 #constraints=11644
144.85/145.00	c nbDecision=10000 #constraints=12069
160.84/160.90	c nbDecision=10500 #constraints=12491
181.64/181.71	c nbDecision=11000 #constraints=12945
204.53/204.61	c nbDecision=11500 #constraints=13372
233.42/233.52	c nbDecision=12000 #constraints=13835
256.41/256.51	c nbDecision=12500 #constraints=14268
271.11/271.29	c restart after 12801 decisions
281.21/281.36	c nbDecision=13000 #constraints=14639
291.10/291.29	c nbDecision=13195 #constraints=14786
291.10/291.29	c linear search for optimum
291.10/291.29	o 29748
295.10/295.24	c nbDecision=13285 #constraints=14870
295.10/295.24	o 29681
295.40/295.59	c nbDecision=13303 #constraints=14883
295.40/295.59	o 29524
295.50/295.61	c nbDecision=13303 #constraints=14885
295.50/295.61	o 29394
296.70/296.87	c nbDecision=13334 #constraints=14911
296.70/296.87	o 28719
300.30/300.42	c nbDecision=13414 #constraints=14987
300.30/300.42	o 28642
305.70/305.86	c nbDecision=13500 #constraints=15070
306.20/306.34	c nbDecision=13511 #constraints=15083
306.20/306.34	o 28608
320.90/321.06	c nbDecision=13793 #constraints=15338
320.90/321.06	o 28165
331.80/331.96	c nbDecision=14000 #constraints=15513
334.80/334.98	c nbDecision=14057 #constraints=15557
334.80/334.98	o 27066
361.88/362.02	c nbDecision=14500 #constraints=15951
400.57/400.78	c nbDecision=15000 #constraints=16382
450.36/450.50	c nbDecision=15500 #constraints=16852
490.75/490.90	c nbDecision=16000 #constraints=17295
528.64/528.80	c nbDecision=16500 #constraints=17770
564.92/565.14	c nbDecision=17000 #constraints=18234
609.61/609.84	c nbDecision=17500 #constraints=18708
653.80/654.09	c nbDecision=18000 #constraints=19191
697.10/697.39	c nbDecision=18500 #constraints=19653
742.37/742.61	c nbDecision=19000 #constraints=20086
795.66/795.94	c nbDecision=19500 #constraints=20544
847.34/847.64	c nbDecision=20000 #constraints=20988
899.13/899.40	c nbDecision=20500 #constraints=21431
957.31/957.63	c nbDecision=21000 #constraints=21889
1013.19/1013.55	c nbDecision=21500 #constraints=22331
1077.69/1078.02	c nbDecision=22000 #constraints=22789
1153.25/1153.63	c nbDecision=22500 #constraints=23241
1220.24/1220.60	c nbDecision=23000 #constraints=23687
1283.32/1283.76	c nbDecision=23470 #constraints=24118
1283.32/1283.77	o 26702
1285.42/1285.89	c nbDecision=23500 #constraints=24142
1338.60/1339.03	c nbDecision=24000 #constraints=24618
1398.69/1399.17	c nbDecision=24500 #constraints=25071
1457.44/1457.95	c nbDecision=25000 #constraints=25532
1510.65/1511.27	c nbDecision=25500 #constraints=26007
1525.84/1526.44	c restart after 25601 decisions
1576.32/1576.97	c nbDecision=26000 #constraints=26326
1660.90/1661.53	c nbDecision=26500 #constraints=26599
1712.79/1713.47	c nbDecision=27000 #constraints=26993
1776.98/1777.62	c nbDecision=27500 #constraints=27454
1800.07/1800.70	Received signal 15
1800.07/1800.71	
1800.07/1800.71	s SATISFIABLE
1800.07/1800.71	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
1800.07/1800.71	v -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
1800.07/1800.71	v -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
1800.07/1800.71	v -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107
1800.07/1800.71	v x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128
1800.07/1800.71	v -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149
1800.07/1800.71	v -x150 -x151 -x152 -x153 x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170
1800.07/1800.71	v -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190 -x191
1800.07/1800.71	v -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 -x212
1800.07/1800.71	v -x213 -x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 x231 -x232 -x233
1800.07/1800.71	v -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 -x253 x254
1800.07/1800.71	v -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 -x275
1800.07/1800.71	v -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 x296
1800.07/1800.71	v -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317
1800.07/1800.71	v x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 x338 -x339
1800.07/1800.71	v -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 x360
1800.07/1800.71	v x361 -x362 -x363 -x364 x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 x374 -x375 x376 -x377 -x378 -x379 -x380 x381 -x382
1800.07/1800.71	v -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 -x397 x398 x399 -x400 -x401 x402 -x403 -x404
1800.07/1800.71	v -x405 x406 -x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 x425
1800.07/1800.71	v -x426 x427 -x428 -x429 -x430 -x431 x432 x433 x434 -x435 -x436 -x437 x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447
1800.07/1800.71	v x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 -x462 x463 -x464 -x465 -x466 x467 x468 x469
1800.07/1800.71	v -x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 -x490
1800.07/1800.71	v -x491 -x492 x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512
1800.07/1800.71	v x513 -x514 -x515 -x516 -x517 -x518 x519 -x520 -x521 -x522 -x523 -x524 x525 -x526 -x527 -x528 -x529 x530 -x531 -x532 -x533
1800.07/1800.71	v -x534 x535 x536 x537 x538 -x539 -x540
1800.07/1800.72	
1800.07/1800.72	c user time= 1799.78 s
1800.07/1800.72	c system time= 0.315951 s
1800.07/1800.72	c wall clock time=1800.72

Verifier Data (download as text)

OK	26702

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node5/watcher-357111-1176986208 -o ROOT/results/node5/solver-357111-1176986208 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/357111-1176986208/instance-357111-1176986208.opb mod 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31316
/proc/meminfo: memFree=1712384/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=1468 CPUtime=0
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 174658466 1503232 169 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 367 169 131 317 0 46 0

[startup+0.088938 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31316
/proc/meminfo: memFree=1712384/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=3728 CPUtime=0.08
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 710 0 0 0 8 0 0 0 18 0 1 0 174658466 3817472 692 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278904 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 932 692 139 317 0 611 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3728

[startup+0.10194 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31316
/proc/meminfo: memFree=1712384/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=3728 CPUtime=0.1
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 710 0 0 0 10 0 0 0 18 0 1 0 174658466 3817472 692 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602741 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 932 692 139 317 0 611 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3728

[startup+0.301962 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31316
/proc/meminfo: memFree=1712384/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=3860 CPUtime=0.3
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 765 0 0 0 30 0 0 0 19 0 1 0 174658466 3952640 747 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 965 747 139 317 0 644 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3860

[startup+0.702007 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31316
/proc/meminfo: memFree=1712384/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=4652 CPUtime=0.69
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 968 0 0 0 69 0 0 0 23 0 1 0 174658466 4763648 950 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 1163 950 139 317 0 842 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4652

[startup+1.5011 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1708664/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=5708 CPUtime=1.49
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 1226 0 0 0 149 0 0 0 25 0 1 0 174658466 5844992 1208 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 1427 1208 139 317 0 1106 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5708

[startup+3.10128 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1707192/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=7156 CPUtime=3.09
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 1584 0 0 0 309 0 0 0 25 0 1 0 174658466 7327744 1566 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563441 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 1789 1566 139 317 0 1468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7156

[startup+6.30164 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1704824/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=9276 CPUtime=6.29
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 2106 0 0 0 628 1 0 0 25 0 1 0 174658466 9498624 2088 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284625 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 2319 2088 139 317 0 1998 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9276

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1702392/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=11120 CPUtime=12.69
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 2595 0 0 0 1268 1 0 0 25 0 1 0 174658466 11386880 2577 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 2780 2577 139 317 0 2459 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11120

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1699640/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=14016 CPUtime=25.49
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 3284 0 0 0 2547 2 0 0 25 0 1 0 174658466 14352384 3266 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 3504 3266 139 317 0 3183 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14016

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1694392/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=19544 CPUtime=51.07
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 4624 0 0 0 5104 3 0 0 25 0 1 0 174658466 20013056 4542 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134711091 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 4886 4542 139 317 0 4565 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19544

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1687800/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=26232 CPUtime=102.27
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 6292 0 0 0 10222 5 0 0 25 0 1 0 174658466 26861568 6210 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718455 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 6558 6210 139 317 0 6237 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 26232

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1681720/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=32900 CPUtime=162.24
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 7824 0 0 0 16218 6 0 0 25 0 1 0 174658466 33689600 7742 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 8225 7742 139 317 0 7904 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32900

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1676216/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=38320 CPUtime=222.23
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 9164 0 0 0 22215 8 0 0 25 0 1 0 174658466 39239680 9082 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 9580 9082 139 317 0 9259 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 38320

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1672248/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=42728 CPUtime=282.21
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 10158 0 0 0 28212 9 0 0 25 0 1 0 174658466 43753472 10076 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 10682 10076 139 317 0 10361 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 42728

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1668152/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=47024 CPUtime=342.19
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 11189 0 0 0 34209 10 0 0 25 0 1 0 174658466 48152576 11107 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 11756 11107 170 317 0 11435 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 47024

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1664888/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=50224 CPUtime=402.17
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 11998 0 0 0 40207 10 0 0 25 0 1 0 174658466 51429376 11916 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 12556 11916 170 317 0 12235 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 50224

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1662136/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=52812 CPUtime=462.16
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 12690 0 0 0 46204 12 0 0 25 0 1 0 174658466 54079488 12608 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 13203 12608 170 317 0 12882 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 52812

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1659000/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=55984 CPUtime=522.14
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 13478 0 0 0 52201 13 0 0 25 0 1 0 174658466 57327616 13396 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 13996 13396 170 317 0 13675 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 55984

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1655608/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=60008 CPUtime=582.13
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 14320 0 0 0 58199 14 0 0 25 0 1 0 174658466 61448192 14238 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 15002 14238 170 317 0 14681 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 60008

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1652280/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=64032 CPUtime=642.11
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 15258 0 0 0 64196 15 0 0 25 0 1 0 174658466 65568768 15049 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 16008 15049 170 317 0 15687 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 64032


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

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1642232/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=74356 CPUtime=882.03
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 17773 0 0 0 88185 18 0 0 25 0 1 0 174658466 76140544 17564 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 18589 17564 170 317 0 18268 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 74356

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1640056/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=76684 CPUtime=942.02
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 18304 0 0 0 94183 19 0 0 25 0 1 0 174658466 78524416 18095 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 19171 18095 170 317 0 18850 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 76684

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1638008/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=78880 CPUtime=1002
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 18820 0 0 0 100180 20 0 0 25 0 1 0 174658466 80773120 18611 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 19720 18611 170 317 0 19399 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 78880

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1635896/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=81164 CPUtime=1061.98
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 19341 0 0 0 106177 21 0 0 25 0 1 0 174658466 83111936 19132 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 20291 19132 170 317 0 19970 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 81164

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1633848/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=83196 CPUtime=1121.97
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 19845 0 0 0 112175 22 0 0 25 0 1 0 174658466 85192704 19636 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 20799 19636 170 317 0 20478 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 83196

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1631992/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=85164 CPUtime=1181.94
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 20319 0 0 0 118171 23 0 0 25 0 1 0 174658466 87207936 20110 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 21291 20110 170 317 0 20970 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 85164

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1629880/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=87424 CPUtime=1241.93
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 20849 0 0 0 124169 24 0 0 25 0 1 0 174658466 89522176 20640 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 21856 20640 170 317 0 21535 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 87424

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1627832/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=89776 CPUtime=1301.92
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 21350 0 0 0 130167 25 0 0 25 0 1 0 174658466 91930624 21141 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 22444 21141 170 317 0 22123 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 89776

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1625272/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=92292 CPUtime=1361.89
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 21987 0 0 0 136164 25 0 0 25 0 1 0 174658466 94507008 21778 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 23073 21778 170 317 0 22752 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 92292

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31317
/proc/meminfo: memFree=1623224/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=94384 CPUtime=1421.88
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 22486 0 0 0 142162 26 0 0 25 0 1 0 174658466 96649216 22277 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712546 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 23596 22277 170 317 0 23275 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 94384

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 31473
/proc/meminfo: memFree=1619336/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=97020 CPUtime=1481.78
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 23127 0 0 0 148151 27 0 0 25 0 1 0 174658466 99348480 22918 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 24255 22918 170 317 0 23934 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 97020

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31515
/proc/meminfo: memFree=1618616/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=98780 CPUtime=1541.74
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 23576 0 0 0 154146 28 0 0 25 0 1 0 174658466 101150720 23367 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 24695 23367 170 317 0 24374 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 98780

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31515
/proc/meminfo: memFree=1618040/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=99176 CPUtime=1601.72
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 23715 0 0 0 160143 29 0 0 25 0 1 0 174658466 101556224 23506 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 24794 23506 170 317 0 24473 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 99176

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31515
/proc/meminfo: memFree=1617656/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=99564 CPUtime=1661.7
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 23819 0 0 0 166141 29 0 0 25 0 1 0 174658466 101953536 23610 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 24891 23610 170 317 0 24570 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 99564

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31515
/proc/meminfo: memFree=1615736/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=101592 CPUtime=1721.69
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 24287 0 0 0 172139 30 0 0 25 0 1 0 174658466 104030208 24078 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 25398 24078 170 317 0 25077 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 101592

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31515
/proc/meminfo: memFree=1613880/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=103368 CPUtime=1781.67
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 24746 0 0 0 178136 31 0 0 25 0 1 0 174658466 105848832 24537 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 25842 24537 170 317 0 25521 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 103368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31515
/proc/meminfo: memFree=1613368/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=103768 CPUtime=1800.07
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 24873 0 0 0 179976 31 0 0 25 0 1 0 174658466 106258432 24664 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 25942 24664 170 317 0 25621 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 103768

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

Solver just ended. Dumping a history of the last processes samples

[startup+1800.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31515
/proc/meminfo: memFree=1613368/2055920 swapFree=4151632/4192956
[pid=31316] ppid=31314 vsize=103768 CPUtime=1800.07
/proc/31316/stat : 31316 (oree) R 31314 31316 29992 0 -1 4194304 24873 0 0 0 179976 31 0 0 25 0 1 0 174658466 106258432 24664 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31316/statm: 25942 24664 170 317 0 25621 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 103768

Child status: 0
Real time (s): 1800.74
CPU time (s): 1800.11
CPU user time (s): 1799.78
CPU system time (s): 0.333949
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 103768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24889
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 37490

runsolver used 2.16567 second user time and 4.39533 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Thu Apr 19 12:36:48 UTC 2007

IDJOB= 357111
IDBENCH= 2010
IDSOLVER= 172
FILE ID= node5/357111-1176986208

PBS_JOBID= 4630377

Free space on /tmp= 66356 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= oree /tmp/evaluation/357111-1176986208/instance-357111-1176986208.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-357111-1176986208 -o ROOT/results/node5/solver-357111-1176986208 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/357111-1176986208/instance-357111-1176986208.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  f675f355e04fd5af6f49610fb88dbbd3

RANDOM SEED= 371940871

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1712792 kB
Buffers:         30148 kB
Cached:         249104 kB
SwapCached:       9408 kB
Active:          51024 kB
Inactive:       251744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712792 kB
SwapTotal:     4192956 kB
SwapFree:      4151632 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          30484 kB
Slab:            26004 kB
Committed_AS:  8664224 kB
PageTables:       1724 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB

End job on node5 on Thu Apr 19 13:06:51 UTC 2007