Trace number 2682417

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB/CT 0.1 fixed? (MO) 1249.81 1250.18

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
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

0.00/0.01	c PB/CT 0.1.1 http://www.residual.se/pbct
0.00/0.01	c Based on OpenSMT/CT 20091015
0.59/0.63	c constraints 774/0 clauses 612/0 units 0
0.59/0.63	c vars 23409
1249.63/1250.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2682417-1277475624/watcher-2682417-1277475624 -o /tmp/evaluation-result-2682417-1277475624/solver-2682417-1277475624 -C 1800 -W 2000 -M 1800 HOME/pbct --model HOME/instance-2682417-1277475624.opb 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 28140
/proc/meminfo: memFree=1816412/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=2268 CPUtime=0.01
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 294 0 0 0 1 0 0 0 17 0 1 0 88853463 2322432 213 1992294400 134512640 136421960 4289380736 18446744073709551615 135811817 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28140/statm: 567 215 144 467 0 98 0

[startup+0.0550389 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 28140
/proc/meminfo: memFree=1816412/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=3052 CPUtime=0.05
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 472 0 0 0 5 0 0 0 17 0 1 0 88853463 3125248 391 1992294400 134512640 136421960 4289380736 18446744073709551615 135811817 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28140/statm: 763 392 144 467 0 294 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3052

[startup+0.101044 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 28140
/proc/meminfo: memFree=1816412/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=3832 CPUtime=0.09
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 663 0 0 0 9 0 0 0 17 0 1 0 88853463 3923968 582 1992294400 134512640 136421960 4289380736 18446744073709551615 135153460 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28140/statm: 958 583 144 467 0 489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3832

[startup+0.301074 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 28140
/proc/meminfo: memFree=1816412/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=7092 CPUtime=0.29
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 1504 0 0 0 29 0 0 0 17 0 1 0 88853463 7262208 1423 1992294400 134512640 136421960 4289380736 18446744073709551615 135372680 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28140/statm: 1773 1423 144 467 0 1304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7092

[startup+0.701132 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 28140
/proc/meminfo: memFree=1816412/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=25188 CPUtime=0.69
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 5992 0 0 0 66 3 0 0 17 0 1 0 88853463 25792512 5911 1992294400 134512640 136421960 4289380736 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 6297 5916 187 467 0 5828 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25188

[startup+1.50125 s]
/proc/loadavg: 0.08 0.02 0.01 2/107 28141
/proc/meminfo: memFree=1753288/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=104572 CPUtime=1.49
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 26982 0 0 0 138 11 0 0 18 0 1 0 88853463 107081728 25435 1992294400 134512640 136421960 4289380736 18446744073709551615 134717933 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 26143 25436 193 467 0 25674 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104572

[startup+3.10148 s]
/proc/loadavg: 0.08 0.02 0.01 2/107 28141
/proc/meminfo: memFree=1669588/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=202932 CPUtime=3.09
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 53611 0 0 0 289 20 0 0 21 0 1 0 88853463 207802368 50182 1992294400 134512640 136421960 4289380736 18446744073709551615 134783999 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 50733 50183 193 467 0 50264 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 202932

[startup+6.30095 s]
/proc/loadavg: 0.15 0.03 0.01 2/107 28141
/proc/meminfo: memFree=1491028/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=466100 CPUtime=6.29
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 123122 0 0 0 580 49 0 0 25 0 1 0 88853463 477286400 112221 1992294400 134512640 136421960 4289380736 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 116525 112226 194 467 0 116056 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 466100

[startup+12.7009 s]
/proc/loadavg: 0.22 0.05 0.02 2/107 28143
/proc/meminfo: memFree=1247616/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=599264 CPUtime=12.69
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 157081 0 0 0 1198 71 0 0 25 0 1 0 88853463 613646336 142053 1992294400 134512640 136421960 4289380736 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 149816 142053 214 467 0 149347 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 599264

[startup+25.5007 s]
/proc/loadavg: 0.39 0.09 0.03 2/107 28143
/proc/meminfo: memFree=1241416/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=605300 CPUtime=25.49
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 158598 0 0 0 2434 115 0 0 25 0 1 0 88853463 619827200 143570 1992294400 134512640 136421960 4289380736 18446744073709551615 135005960 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 151325 143570 214 467 0 150856 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 605300

[startup+51.1005 s]
/proc/loadavg: 0.60 0.17 0.05 2/107 28143
/proc/meminfo: memFree=1225296/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=621472 CPUtime=51.07
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 162628 0 0 0 4912 195 0 0 25 0 1 0 88853463 636387328 147600 1992294400 134512640 136421960 4289380736 18446744073709551615 135028864 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 155368 147600 214 467 0 154899 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 621472

[startup+102.308 s]
/proc/loadavg: 0.82 0.29 0.10 2/107 28145
/proc/meminfo: memFree=1191940/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=654708 CPUtime=102.26
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 170942 0 0 0 9876 350 0 0 25 0 1 0 88853463 670420992 155914 1992294400 134512640 136421960 4289380736 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 163677 155914 214 467 0 163208 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 654708

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/107 28147
/proc/meminfo: memFree=1136512/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=710548 CPUtime=162.25
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 184908 0 0 0 15705 520 0 0 25 0 1 0 88853463 727601152 169880 1992294400 134512640 136421960 4289380736 18446744073709551615 134863797 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 177637 169880 214 467 0 177168 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 710548

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/107 28147
/proc/meminfo: memFree=1076868/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=770276 CPUtime=222.22
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 199804 0 0 0 21541 681 0 0 25 0 1 0 88853463 788762624 184776 1992294400 134512640 136421960 4289380736 18446744073709551615 134862014 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 192569 184776 214 467 0 192100 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 770276

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/107 28149
/proc/meminfo: memFree=962168/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=883912 CPUtime=282.2
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 228251 0 0 0 27419 801 0 0 25 0 1 0 88853463 905125888 213223 1992294400 134512640 136421960 4289380736 18446744073709551615 135005960 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 220978 213223 214 467 0 220509 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 883912

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.30 2/107 28151
/proc/meminfo: memFree=912816/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=933192 CPUtime=342.18
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 240572 0 0 0 33258 960 0 0 25 0 1 0 88853463 955588608 225544 1992294400 134512640 136421960 4289380736 18446744073709551615 135821122 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 233298 225544 214 467 0 232829 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 933192

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.34 2/107 28153
/proc/meminfo: memFree=851684/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=997152 CPUtime=402.17
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 256515 0 0 0 39113 1104 0 0 25 0 1 0 88853463 1021083648 241487 1992294400 134512640 136421960 4289380736 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 249288 241487 214 467 0 248819 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 997152

[startup+462.301 s]
/proc/loadavg: 0.99 0.78 0.38 2/107 28155
/proc/meminfo: memFree=807788/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1037948 CPUtime=462.15
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 266755 0 0 0 44954 1261 0 0 25 0 1 0 88853463 1062858752 251727 1992294400 134512640 136421960 4289380736 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 259487 251727 214 467 0 259018 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1037948

[startup+522.301 s]
/proc/loadavg: 0.99 0.81 0.41 2/107 28155
/proc/meminfo: memFree=766620/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1080252 CPUtime=522.13
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 277315 0 0 0 50790 1423 0 0 25 0 1 0 88853463 1106178048 262287 1992294400 134512640 136421960 4289380736 18446744073709551615 134861902 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 270063 262287 214 467 0 269594 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1080252

[startup+582.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/107 28157
/proc/meminfo: memFree=618192/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1227780 CPUtime=582.11
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 314208 0 0 0 56702 1509 0 0 25 0 1 0 88853463 1257246720 299180 1992294400 134512640 136421960 4289380736 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 306945 299180 214 467 0 306476 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1227780

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/107 28159
/proc/meminfo: memFree=482040/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1362960 CPUtime=642.11
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 347975 0 0 0 62592 1619 0 0 25 0 1 0 88853463 1395671040 332947 1992294400 134512640 136421960 4289380736 18446744073709551615 134864594 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 340740 332947 214 467 0 340271 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 1362960

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.51 2/107 28161
/proc/meminfo: memFree=436780/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1408008 CPUtime=702.08
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 359254 0 0 0 68442 1766 0 0 25 0 1 0 88853463 1441800192 344226 1992294400 134512640 136421960 4289380736 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 352002 344226 214 467 0 351533 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 1408008

[startup+762.308 s]
/proc/loadavg: 1.03 0.92 0.54 2/107 28163
/proc/meminfo: memFree=392388/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1452256 CPUtime=762.07
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 370304 0 0 0 74301 1906 0 0 25 0 1 0 88853463 1487110144 355276 1992294400 134512640 136421960 4289380736 18446744073709551615 134867945 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 363064 355276 214 467 0 362595 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 1452256

[startup+822.301 s]
/proc/loadavg: 1.01 0.93 0.57 2/107 28165
/proc/meminfo: memFree=327288/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1516688 CPUtime=822.04
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 386441 0 0 0 80168 2036 0 0 25 0 1 0 88853463 1553088512 371413 1992294400 134512640 136421960 4289380736 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 379172 371413 214 467 0 378703 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 1516688

[startup+882.301 s]
/proc/loadavg: 1.00 0.94 0.59 2/107 28168
/proc/meminfo: memFree=288972/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1554940 CPUtime=882.03
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 395991 0 0 0 86021 2182 0 0 25 0 1 0 88853463 1592258560 380963 1992294400 134512640 136421960 4289380736 18446744073709551615 134855916 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 388735 380963 214 467 0 388266 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 1554940

[startup+942.301 s]
/proc/loadavg: 1.00 0.95 0.61 2/107 28170
/proc/meminfo: memFree=229328/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1615884 CPUtime=942.01
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 411177 0 0 0 91890 2311 0 0 25 0 1 0 88853463 1654665216 396149 1992294400 134512640 136421960 4289380736 18446744073709551615 134859865 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 403971 396149 214 467 0 403502 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 1615884

[startup+1002.3 s]
/proc/loadavg: 1.00 0.95 0.64 2/107 28172
/proc/meminfo: memFree=164228/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1679772 CPUtime=1001.99
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 427165 0 0 0 97759 2440 0 0 25 0 1 0 88853463 1720086528 412137 1992294400 134512640 136421960 4289380736 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 419943 412137 214 467 0 419474 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 1679772

[startup+1062.3 s]
/proc/loadavg: 1.00 0.96 0.65 2/107 28174
/proc/meminfo: memFree=130624/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1713184 CPUtime=1061.97
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 435520 0 0 0 103614 2583 0 0 25 0 1 0 88853463 1754300416 420492 1992294400 134512640 136421960 4289380736 18446744073709551615 135028347 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 428296 420493 214 467 0 427827 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 1713184

[startup+1122.3 s]
/proc/loadavg: 1.07 0.98 0.68 2/107 28174
/proc/meminfo: memFree=80032/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1763504 CPUtime=1121.96
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 448099 0 0 0 109481 2715 0 0 25 0 1 0 88853463 1805828096 433071 1992294400 134512640 136421960 4289380736 18446744073709551615 134861902 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 440876 433071 214 467 0 440407 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 1763504

[startup+1182.3 s]
/proc/loadavg: 1.08 1.00 0.70 2/107 28176
/proc/meminfo: memFree=36260/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1807104 CPUtime=1181.93
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 459016 0 0 0 115345 2848 0 0 25 0 1 0 88853463 1850474496 443988 1992294400 134512640 136421960 4289380736 18446744073709551615 134862075 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 451776 443988 214 467 0 451307 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 1807104

[startup+1242.3 s]
/proc/loadavg: 1.03 1.00 0.72 2/107 28178
/proc/meminfo: memFree=10612/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1837668 CPUtime=1241.92
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 466677 0 0 0 121205 2987 0 0 25 0 1 0 88853463 1881772032 451649 1992294400 134512640 136421960 4289380736 18446744073709551615 135006251 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 459417 451649 214 467 0 458948 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 1837668



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1250 s]
/proc/loadavg: 1.02 1.00 0.72 2/107 28178
/proc/meminfo: memFree=9468/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=1843260 CPUtime=1249.63
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4202496 468050 0 0 0 121959 3004 0 0 25 0 1 0 88853463 1887498240 453022 1992294400 134512640 136421960 4289380736 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28140/statm: 460815 453022 214 467 0 460346 0
Current children cumulated CPU time (s) 1249.63
Current children cumulated vsize (KiB) 1843260

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

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

[startup+1250.11 s]
/proc/loadavg: 1.02 1.00 0.72 2/107 28178
/proc/meminfo: memFree=9468/2059040 swapFree=4140520/4192956
[pid=28140] ppid=28138 vsize=0 CPUtime=1249.73
/proc/28140/stat : 28140 (pbct) R 28138 28140 28115 0 -1 4194308 468053 0 0 0 121959 3014 0 0 25 0 1 0 88853463 0 0 1992294400 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28140/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1249.73
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1250.18
CPU time (s): 1249.81
CPU user time (s): 1219.59
CPU system time (s): 30.2164
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 1843260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1219.59
system time used= 30.2164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468053
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= 1
involuntary context switches= 16103

runsolver used 2.09568 second user time and 5.8841 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-25 16:20:25
IDJOB=2682417
IDBENCH=1155
IDSOLVER=1192
FILE ID=node052/2682417-1277475624
PBS_JOBID= 11190494
Free space on /tmp= 62248 MiB

SOLVER NAME= PB/CT 0.1 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2682417-1277475624/watcher-2682417-1277475624 -o /tmp/evaluation-result-2682417-1277475624/solver-2682417-1277475624 -C 1800 -W 2000 -M 1800  HOME/pbct --model HOME/instance-2682417-1277475624.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f17e31cb6762bd0e8d3e659d7bd1050c
RANDOM SEED=1027318196

node052.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.262
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
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.262
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1816940 kB
Buffers:         27976 kB
Cached:         117660 kB
SwapCached:       5528 kB
Active:          67876 kB
Inactive:        90688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1816940 kB
SwapTotal:     4192956 kB
SwapFree:      4140520 kB
Dirty:            4128 kB
Writeback:           0 kB
AnonPages:       11544 kB
Mapped:          11920 kB
Slab:            61612 kB
PageTables:       4148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62244 MiB
End job on node052 at 2010-06-25 16:41:17