Trace number 429726

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
PB-clasp 2007-04-10OPT3 170.613 170.755

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=59-P1=67-P2=97-P3=53-P4=41-P5=89-B.opb
MD5SUM8dfafc2d5e0fe7665bfa4fcefe292d97
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.090985
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables105
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)245
Sum of products size (including duplicates)490
Number of different products245
Sum of products size490

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)

2.77/2.83	o 115
22.95/23.04	o 65
36.24/36.37	o 37
40.24/40.34	o 29
66.12/66.25	o 21
78.62/78.77	o 15
85.92/86.03	o 13
85.97/86.77	o 5
94.30/94.40	o 3
170.54/170.75	s OPTIMUM FOUND
170.54/170.75	v x1 x2 x8 x10 x12 x13 x14 x15 x18 x19 x20 x21 x22 x25 x27 x29 x31 x32 x34 x35 x36 x37 x38 x43 x44 x45 x46 x47 x49 x50 x51 x52 x55 x56 x57
170.54/170.75	v x58 x59 x60 x61 x62 x63 x64 x65 x68 x72 x78 x81 x82 x84 x90 x94 x95 x97 x98 x99 x106 x107 x120 x121 x134 x135 x141 x142 x148 x149 x155
170.54/170.75	v x156 x157 x158 x159 x161 x176 x177 x178 x179 x180 x182 x183 x184 x185 x186 x187 x189 x190 x191 x192 x193 x194 x196 x197 x198 x199
170.54/170.75	v x200 x201 x203 x204 x205 x206 x209 x210 x225 x226 x227 x230 x231 x239 x240 x241 x244 x245 x253 x254 x255 x256 x257 x258 x259 x267
170.54/170.75	v x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300
170.54/170.75	v x301 x302 x303 x306 x309 x310 x313 x316 x317 x320

Verifier Data (download as text)

OK	3

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/429726-1177988046/instance-429726-1177988046.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node45/watcher-429726-1177988046 -o ROOT/results/node45/solver-429726-1177988046 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-429726-1177988046.opb /tmp/evaluation/429726-1177988046/temp 

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.91 0.98 0.99 3/77 7167
/proc/meminfo: memFree=1778512/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12268 CPUtime=0
/proc/7167/stat : 7167 (pbclasp) R 7165 7167 2717 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 153650235 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947988478 0 0 4224 0 0 0 0 17 1 0 0
/proc/7167/statm: 3067 317 242 3 0 167 0

[startup+0.0555929 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 7167
/proc/meminfo: memFree=1778512/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=0
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 153650235 12697600 441 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947985506 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/7167/statm: 3100 441 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.102609 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 7167
/proc/meminfo: memFree=1778512/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=0.05
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 567 1592 0 0 0 0 4 1 17 0 1 0 153650235 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 461 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+0.301614 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 7167
/proc/meminfo: memFree=1778512/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=0.05
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 567 1592 0 0 0 0 4 1 17 0 1 0 153650235 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 461 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+0.701656 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 7167
/proc/meminfo: memFree=1778512/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=0.05
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 567 1592 0 0 0 0 4 1 17 0 1 0 153650235 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 461 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+1.50174 s]
/proc/loadavg: 0.91 0.98 0.99 2/80 7177
/proc/meminfo: memFree=1776312/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=0.05
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 567 1592 0 0 0 0 4 1 17 0 1 0 153650235 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 461 343 3 0 200 0
[pid=7175] ppid=7167 vsize=5352 CPUtime=0
/proc/7175/stat : 7175 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 153650242 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7175/statm: 1338 224 188 169 0 49 0
[pid=7177] ppid=7175 vsize=3744 CPUtime=1.42
/proc/7177/stat : 7177 (clasp-1.0) R 7175 7167 2717 0 -1 4194304 596 0 0 0 142 0 0 0 25 0 1 0 153650242 3833856 558 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784617 0 0 4096 0 0 0 0 17 1 0 0
/proc/7177/statm: 936 558 249 81 0 310 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21496

[startup+3.1019 s]
/proc/loadavg: 0.91 0.98 0.99 2/80 7177
/proc/meminfo: memFree=1775992/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=2.82
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 682 3644 0 0 0 0 280 2 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 12400

[startup+6.30122 s]
/proc/loadavg: 0.92 0.98 0.99 2/80 7185
/proc/meminfo: memFree=1775864/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=2.82
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 682 3644 0 0 0 0 280 2 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7183] ppid=7167 vsize=5352 CPUtime=0
/proc/7183/stat : 7183 (sh) S 7167 7167 2717 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 153650520 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7183/statm: 1338 224 188 169 0 49 0
[pid=7185] ppid=7183 vsize=4140 CPUtime=3.44
/proc/7185/stat : 7185 (clasp-1.0) R 7183 7167 2717 0 -1 4194304 685 0 0 0 344 0 0 0 25 0 1 0 153650520 4239360 647 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714706 0 0 4096 0 0 0 0 17 1 0 0
/proc/7185/statm: 1035 647 249 81 0 409 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 21892

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 7185
/proc/meminfo: memFree=1775096/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=2.82
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 682 3644 0 0 0 0 280 2 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7183] ppid=7167 vsize=5352 CPUtime=0
/proc/7183/stat : 7183 (sh) S 7167 7167 2717 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 153650520 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7183/statm: 1338 224 188 169 0 49 0
[pid=7185] ppid=7183 vsize=4672 CPUtime=9.84
/proc/7185/stat : 7185 (clasp-1.0) R 7183 7167 2717 0 -1 4194304 836 0 0 0 984 0 0 0 25 0 1 0 153650520 4784128 798 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616354 0 0 4096 0 0 0 0 17 1 0 0
/proc/7185/statm: 1168 798 249 81 0 542 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 22424

[startup+25.5022 s]
/proc/loadavg: 0.94 0.98 0.99 2/80 7193
/proc/meminfo: memFree=1775928/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=23.01
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 794 5971 0 0 0 0 2298 3 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7191] ppid=7167 vsize=5352 CPUtime=0
/proc/7191/stat : 7191 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 153652540 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7191/statm: 1338 224 188 169 0 49 0
[pid=7193] ppid=7191 vsize=4124 CPUtime=2.44
/proc/7193/stat : 7193 (clasp-1.0) R 7191 7167 2717 0 -1 4194304 673 0 0 0 244 0 0 0 25 0 1 0 153652541 4222976 635 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616592 0 0 4096 0 0 0 0 17 1 0 0
/proc/7193/statm: 1031 635 249 81 0 405 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 21876

[startup+51.1028 s]
/proc/loadavg: 0.96 0.98 0.99 2/80 7213
/proc/meminfo: memFree=1775160/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=40.3
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 1020 10321 0 0 0 0 4024 6 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7207] ppid=7167 vsize=5352 CPUtime=0
/proc/7207/stat : 7207 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 153654271 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7207/statm: 1338 224 188 169 0 49 0
[pid=7213] ppid=7207 vsize=4664 CPUtime=10.73
/proc/7213/stat : 7213 (clasp-1.0) R 7207 7167 2717 0 -1 4194304 819 0 0 0 1073 0 0 0 25 0 1 0 153654271 4775936 781 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/7213/statm: 1166 781 249 81 0 540 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 22416

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/80 7262
/proc/meminfo: memFree=1774904/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=94.34
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 1581 21064 0 0 1 1 9418 14 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7260] ppid=7167 vsize=5352 CPUtime=0
/proc/7260/stat : 7260 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 153659682 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7260/statm: 1338 224 188 169 0 49 0
[pid=7262] ppid=7260 vsize=4524 CPUtime=7.82
/proc/7262/stat : 7262 (clasp-1.0) R 7260 7167 2717 0 -1 4194304 779 0 0 0 782 0 0 0 25 0 1 0 153659683 4632576 741 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715284 0 0 4096 0 0 0 0 17 1 0 0
/proc/7262/statm: 1131 741 249 81 0 505 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 22276

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 7262
/proc/meminfo: memFree=1773496/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=94.34
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 1581 21064 0 0 1 1 9418 14 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7260] ppid=7167 vsize=5352 CPUtime=0
/proc/7260/stat : 7260 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 153659682 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7260/statm: 1338 224 188 169 0 49 0
[pid=7262] ppid=7260 vsize=5880 CPUtime=67.8
/proc/7262/stat : 7262 (clasp-1.0) R 7260 7167 2717 0 -1 4194304 1141 0 0 0 6779 1 0 0 25 0 1 0 153659683 6021120 1103 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/7262/statm: 1470 1103 249 81 0 844 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 23632

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

[startup+166.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 7262
/proc/meminfo: memFree=1773496/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=94.34
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 1581 21064 0 0 1 1 9418 14 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7260] ppid=7167 vsize=5352 CPUtime=0
/proc/7260/stat : 7260 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 153659682 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7260/statm: 1338 224 188 169 0 49 0
[pid=7262] ppid=7260 vsize=6016 CPUtime=71.8
/proc/7262/stat : 7262 (clasp-1.0) R 7260 7167 2717 0 -1 4194304 1154 0 0 0 7179 1 0 0 25 0 1 0 153659683 6160384 1116 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714453 0 0 4096 0 0 0 0 17 1 0 0
/proc/7262/statm: 1504 1116 249 81 0 878 0
Current children cumulated CPU time (s) 166.14
Current children cumulated vsize (KiB) 23768

[startup+167.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 7262
/proc/meminfo: memFree=1773496/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=94.34
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 1581 21064 0 0 1 1 9418 14 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7260] ppid=7167 vsize=5352 CPUtime=0
/proc/7260/stat : 7260 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 153659682 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7260/statm: 1338 224 188 169 0 49 0
[pid=7262] ppid=7260 vsize=6016 CPUtime=73.4
/proc/7262/stat : 7262 (clasp-1.0) R 7260 7167 2717 0 -1 4194304 1154 0 0 0 7339 1 0 0 25 0 1 0 153659683 6160384 1116 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784595 0 0 4096 0 0 0 0 17 1 0 0
/proc/7262/statm: 1504 1116 249 81 0 878 0
Current children cumulated CPU time (s) 167.74
Current children cumulated vsize (KiB) 23768

[startup+169.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 7262
/proc/meminfo: memFree=1773432/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=94.34
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 1581 21064 0 0 1 1 9418 14 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7260] ppid=7167 vsize=5352 CPUtime=0
/proc/7260/stat : 7260 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 153659682 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7260/statm: 1338 224 188 169 0 49 0
[pid=7262] ppid=7260 vsize=6016 CPUtime=75
/proc/7262/stat : 7262 (clasp-1.0) R 7260 7167 2717 0 -1 4194304 1157 0 0 0 7499 1 0 0 25 0 1 0 153659683 6160384 1119 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134777591 0 0 4096 0 0 0 0 17 1 0 0
/proc/7262/statm: 1504 1119 249 81 0 878 0
Current children cumulated CPU time (s) 169.34
Current children cumulated vsize (KiB) 23768

[startup+170.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 7262
/proc/meminfo: memFree=1773432/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=94.34
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 1581 21064 0 0 1 1 9418 14 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7260] ppid=7167 vsize=5352 CPUtime=0
/proc/7260/stat : 7260 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 153659682 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7260/statm: 1338 224 188 169 0 49 0
[pid=7262] ppid=7260 vsize=6016 CPUtime=75.8
/proc/7262/stat : 7262 (clasp-1.0) R 7260 7167 2717 0 -1 4194304 1157 0 0 0 7579 1 0 0 25 0 1 0 153659683 6160384 1119 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616354 0 0 4096 0 0 0 0 17 1 0 0
/proc/7262/statm: 1504 1119 249 81 0 878 0
Current children cumulated CPU time (s) 170.14
Current children cumulated vsize (KiB) 23768

[startup+170.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 7262
/proc/meminfo: memFree=1773432/2055920 swapFree=4157808/4192956
[pid=7167] ppid=7165 vsize=12400 CPUtime=94.34
/proc/7167/stat : 7167 (pbclasp) S 7165 7167 2717 0 -1 4194304 1581 21064 0 0 1 1 9418 14 16 0 1 0 153650235 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/7167/statm: 3100 464 343 3 0 200 0
[pid=7260] ppid=7167 vsize=5352 CPUtime=0
/proc/7260/stat : 7260 (sh) S 7167 7167 2717 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 153659682 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7260/statm: 1338 224 188 169 0 49 0
[pid=7262] ppid=7260 vsize=6016 CPUtime=76.2
/proc/7262/stat : 7262 (clasp-1.0) R 7260 7167 2717 0 -1 4194304 1157 0 0 0 7619 1 0 0 25 0 1 0 153659683 6160384 1119 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784670 0 0 4096 0 0 0 0 17 1 0 0
/proc/7262/statm: 1504 1119 249 81 0 878 0
Current children cumulated CPU time (s) 170.54
Current children cumulated vsize (KiB) 23768

Child status: 0
Real time (s): 170.755
CPU time (s): 170.613
CPU user time (s): 170.435
CPU system time (s): 0.177972
CPU usage (%): 99.9167
Max. virtual memory (cumulated for all children) (KiB): 23768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.435
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24471
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= 664
involuntary context switches= 3587

runsolver used 0.166974 second user time and 0.461929 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Tue May  1 02:54:06 UTC 2007

IDJOB= 429726
IDBENCH= 47929
IDSOLVER= 167
FILE ID= node45/429726-1177988046

PBS_JOBID= 4727950

Free space on /tmp= 66564 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=59-P1=67-P2=97-P3=53-P4=41-P5=89-B.opb
COMMAND LINE= pbclasp instance-429726-1177988046.opb /tmp/evaluation/429726-1177988046/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node45/convwatcher-429726-1177988046 -o ROOT/results/node45/conversion-429726-1177988046 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/429726-1177988046/instance-429726-1177988046.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-429726-1177988046 -o ROOT/results/node45/solver-429726-1177988046 -C 1800 -W 3600 -M 1800 --output-limit 1,15  pbclasp instance-429726-1177988046.opb /tmp/evaluation/429726-1177988046/temp

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  8dfafc2d5e0fe7665bfa4fcefe292d97

RANDOM SEED= 465929743

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.218
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.218
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:       1778856 kB
Buffers:         33944 kB
Cached:         158152 kB
SwapCached:      14284 kB
Active:          78260 kB
Inactive:       137368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778856 kB
SwapTotal:     4192956 kB
SwapFree:      4157808 kB
Dirty:             512 kB
Writeback:           0 kB
Mapped:          30516 kB
Slab:            46968 kB
Committed_AS:  1468224 kB
PageTables:       1736 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= 66564 MiB

End job on node45 on Tue May  1 02:56:57 UTC 2007