Trace number 372535

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-03-23OPT22 225.102 225.502

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_006_area_delay.opb
MD5SUM7294dff8a2fbe1f0b26c181010dcfed2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark3.2725
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22
Optimality of the best value was proved YES
Number of variables3041
Total number of constraints7696
Number of constraints which are clauses7696
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint63
Number of terms in the objective function 1510
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1510
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1510
Number of bits of the biggest sum of numbers11
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.95/1.18	o 560
25.63/25.81	o 75
51.42/51.63	o 74
73.66/73.92	o 73
89.26/89.55	o 72
103.76/104.02	o 71
120.48/120.86	o 70
127.07/127.47	o 69
145.77/146.19	o 62
165.67/166.08	o 40
168.86/169.21	o 39
171.36/171.76	o 38
174.16/174.51	o 37
177.25/177.62	o 36
180.15/180.57	o 35
183.26/183.64	o 34
185.60/186.02	o 33
187.91/188.37	o 32
190.10/190.53	o 31
192.29/192.72	o 30
196.00/196.47	o 29
198.70/199.17	o 28
200.68/201.12	o 27
205.89/206.38	o 26
208.17/208.65	o 25
211.17/211.66	o 24
215.38/215.84	o 23
219.97/220.45	o 22
224.98/225.50	s OPTIMUM FOUND
224.98/225.50	v x47 x102 x120 x140 x201 x202 x308 x533 x534 x692 x693 x720 x721 x1522 x1633 x1634 x2209 x2453 x2454 x2481 x2482 x2499 x2500
224.98/225.50	v x2516 x2517 x2557 x2817 x2871 x2966 x2973 x2974 x2993 x3029 x3030 x3037 x3038 x3040 x3041

Verifier Data (download as text)

OK	22

Conversion Script Data (download as text)

/tmp/evaluation/372535-1177363962/instance-372535-1177363962.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node68/watcher-372535-1177363962 -o ROOT/results/node68/solver-372535-1177363962 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-372535-1177363962.opb /tmp/evaluation/372535-1177363962/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.93 0.98 0.91 3/64 3566
/proc/meminfo: memFree=1869544/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=18528 CPUtime=0
/proc/3566/stat : 3566 (runsolver) D 3564 3566 2994 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 212385792 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 257414458663 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/3566/statm: 4632 284 249 14 0 2626 0

[startup+0.057481 s]
/proc/loadavg: 0.93 0.98 0.91 3/64 3566
/proc/meminfo: memFree=1869544/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=12268 CPUtime=0
/proc/3566/stat : 3566 (pbclasp) R 3564 3566 2994 0 -1 4194304 411 0 0 0 0 0 0 0 18 0 1 0 212385792 12562432 379 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257414304481 0 0 4224 0 0 0 0 17 1 0 0
/proc/3566/statm: 3067 379 286 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101485 s]
/proc/loadavg: 0.93 0.98 0.91 3/64 3566
/proc/meminfo: memFree=1869544/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=12796 CPUtime=0.03
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 599 0 0 0 3 0 0 0 16 0 1 0 212385792 13103104 553 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423356002 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3566/statm: 3199 553 324 3 0 299 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12796

[startup+0.301501 s]
/proc/loadavg: 0.93 0.98 0.91 3/64 3566
/proc/meminfo: memFree=1869544/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=12796 CPUtime=0.03
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 599 0 0 0 3 0 0 0 16 0 1 0 212385792 13103104 553 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423356002 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3566/statm: 3199 553 324 3 0 299 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12796

[startup+0.701542 s]
/proc/loadavg: 0.93 0.98 0.91 3/64 3566
/proc/meminfo: memFree=1869544/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=12928 CPUtime=0.56
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 760 1594 0 0 4 0 51 1 16 0 1 0 212385792 13238272 606 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/3566/statm: 3232 606 343 3 0 332 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 12928

[startup+1.50161 s]
/proc/loadavg: 0.93 0.98 0.91 2/68 3576
/proc/meminfo: memFree=1860488/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=1.05
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 948 5082 0 12 4 0 97 4 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13060

[startup+3.10175 s]
/proc/loadavg: 0.94 0.98 0.91 2/68 3584
/proc/meminfo: memFree=1808968/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=1.05
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 948 5082 0 12 4 0 97 4 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3582] ppid=3566 vsize=5356 CPUtime=0
/proc/3582/stat : 3582 (sh) S 3566 3566 2994 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 212385911 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3582/statm: 1339 227 188 169 0 50 0
[pid=3583] ppid=3582 vsize=2520 CPUtime=0
/proc/3583/stat : 3583 (cat) S 3582 3566 2994 0 -1 4194304 119 0 0 0 0 0 0 0 15 0 1 0 212385911 2580480 87 18446744073709551615 4194304 4211220 548682069312 18446744073709551615 257414627554 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/3583/statm: 630 87 71 4 0 42 0
[pid=3584] ppid=3582 vsize=124364 CPUtime=1.89
/proc/3584/stat : 3584 (clasp) R 3582 3566 2994 0 -1 4194304 31076 0 0 0 177 12 0 0 25 0 1 0 212385912 127348736 29790 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134674572 0 0 4096 0 0 0 0 17 1 0 0
/proc/3584/statm: 31091 29790 184 154 0 30561 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 145300

[startup+6.30104 s]
/proc/loadavg: 0.94 0.98 0.91 2/67 3584
/proc/meminfo: memFree=1633488/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=1.05
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 948 5082 0 12 4 0 97 4 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3582] ppid=3566 vsize=5356 CPUtime=0
/proc/3582/stat : 3582 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 16 0 1 0 212385911 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3582/statm: 1339 227 188 169 0 50 0
[pid=3584] ppid=3582 vsize=395992 CPUtime=5.09
/proc/3584/stat : 3584 (clasp) R 3582 3566 2994 0 -1 4194304 119081 0 0 0 463 46 0 0 25 0 1 0 212385912 405495808 92032 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 10980999 0 0 4096 0 0 0 0 17 1 0 0
/proc/3584/statm: 98998 92032 194 154 0 98468 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 414408

[startup+12.7016 s]
/proc/loadavg: 0.95 0.98 0.91 2/67 3584
/proc/meminfo: memFree=1413272/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=1.05
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 948 5082 0 12 4 0 97 4 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3582] ppid=3566 vsize=5356 CPUtime=0
/proc/3582/stat : 3582 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 16 0 1 0 212385911 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3582/statm: 1339 227 188 169 0 50 0
[pid=3584] ppid=3582 vsize=476952 CPUtime=11.49
/proc/3584/stat : 3584 (clasp) R 3582 3566 2994 0 -1 4194304 143428 0 0 0 1093 56 0 0 25 0 1 0 212385912 488398848 113218 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134629578 0 0 4096 0 0 0 0 17 1 0 0
/proc/3584/statm: 119238 113218 196 154 0 118708 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 495368

[startup+25.5028 s]
/proc/loadavg: 0.95 0.98 0.91 2/67 3584
/proc/meminfo: memFree=1407576/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=1.05
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 948 5082 0 12 4 0 97 4 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3582] ppid=3566 vsize=5356 CPUtime=0
/proc/3582/stat : 3582 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 16 0 1 0 212385911 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3582/statm: 1339 227 188 169 0 50 0
[pid=3584] ppid=3582 vsize=476952 CPUtime=24.29
/proc/3584/stat : 3584 (clasp) R 3582 3566 2994 0 -1 4194304 144829 0 0 0 2371 58 0 0 25 0 1 0 212385912 488398848 114619 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3584/statm: 119238 114619 196 154 0 118708 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 495368

[startup+51.1021 s]
/proc/loadavg: 0.97 0.98 0.91 2/67 3592
/proc/meminfo: memFree=1766168/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=25.67
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 1062 151276 0 12 4 0 2492 71 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3590] ppid=3566 vsize=5356 CPUtime=0
/proc/3590/stat : 3590 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 16 0 1 0 212388375 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3590/statm: 1339 227 188 169 0 50 0
[pid=3592] ppid=3590 vsize=106048 CPUtime=25.25
/proc/3592/stat : 3592 (clasp) R 3590 3566 2994 0 -1 4194304 30570 0 0 0 2512 13 0 0 25 0 1 0 212388375 108593152 25115 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134629605 0 0 4096 0 0 0 0 17 1 0 0
/proc/3592/statm: 26512 25115 196 154 0 25982 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 124464

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/67 3616
/proc/meminfo: memFree=1769368/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=89.35
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 1398 246213 0 13 5 1 8807 122 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3614] ppid=3566 vsize=5356 CPUtime=0
/proc/3614/stat : 3614 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 16 0 1 0 212394749 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3614/statm: 1339 227 188 169 0 50 0
[pid=3616] ppid=3614 vsize=101628 CPUtime=12.71
/proc/3616/stat : 3616 (clasp) R 3614 3566 2994 0 -1 4194304 29698 0 0 0 1258 13 0 0 25 0 1 0 212394749 104067072 24271 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134629614 0 0 4096 0 0 0 0 17 1 0 0
/proc/3616/statm: 25407 24271 196 154 0 24877 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 120044

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/67 3648
/proc/meminfo: memFree=1791696/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=145.89
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 1856 368704 0 13 5 1 14399 184 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3646] ppid=3566 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 15 0 1 0 212400413 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3646/statm: 1339 227 188 169 0 50 0
[pid=3648] ppid=3646 vsize=77688 CPUtime=16.07
/proc/3648/stat : 3648 (clasp) R 3646 3566 2994 0 -1 4194304 25087 0 0 0 1595 12 0 0 25 0 1 0 212400413 79552512 18700 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3648/statm: 19422 18700 196 154 0 18892 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 96104

[startup+222.303 s]
/proc/loadavg: 1.08 1.01 0.93 2/67 3800
/proc/meminfo: memFree=1831256/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=220.06
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 4044 683766 0 13 9 5 21638 354 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3798] ppid=3566 vsize=5356 CPUtime=0
/proc/3798/stat : 3798 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 15 0 1 0 212407839 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3798/statm: 1339 227 188 169 0 50 0
[pid=3800] ppid=3798 vsize=37488 CPUtime=1.82
/proc/3800/stat : 3800 (clasp) R 3798 3566 2994 0 -1 4194304 11082 0 0 0 176 6 0 0 25 0 1 0 212407839 38387712 8775 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134746393 0 0 4096 0 0 0 0 17 1 0 0
/proc/3800/statm: 9372 8775 196 154 0 8842 0
Current children cumulated CPU time (s) 221.88
Current children cumulated vsize (KiB) 55904

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

[startup+223.902 s]
/proc/loadavg: 1.08 1.01 0.93 2/67 3800
/proc/meminfo: memFree=1831192/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=220.06
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 4044 683766 0 13 9 5 21638 354 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3798] ppid=3566 vsize=5356 CPUtime=0
/proc/3798/stat : 3798 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 15 0 1 0 212407839 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3798/statm: 1339 227 188 169 0 50 0
[pid=3800] ppid=3798 vsize=37488 CPUtime=3.42
/proc/3800/stat : 3800 (clasp) R 3798 3566 2994 0 -1 4194304 11091 0 0 0 336 6 0 0 25 0 1 0 212407839 38387712 8784 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134740583 0 0 4096 0 0 0 0 17 1 0 0
/proc/3800/statm: 9372 8784 196 154 0 8842 0
Current children cumulated CPU time (s) 223.48
Current children cumulated vsize (KiB) 55904

[startup+224.702 s]
/proc/loadavg: 1.08 1.01 0.93 2/67 3800
/proc/meminfo: memFree=1831192/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=220.06
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 4044 683766 0 13 9 5 21638 354 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3798] ppid=3566 vsize=5356 CPUtime=0
/proc/3798/stat : 3798 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 15 0 1 0 212407839 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3798/statm: 1339 227 188 169 0 50 0
[pid=3800] ppid=3798 vsize=37488 CPUtime=4.22
/proc/3800/stat : 3800 (clasp) R 3798 3566 2994 0 -1 4194304 11092 0 0 0 416 6 0 0 25 0 1 0 212407839 38387712 8785 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134741259 0 0 4096 0 0 0 0 17 1 0 0
/proc/3800/statm: 9372 8785 196 154 0 8842 0
Current children cumulated CPU time (s) 224.28
Current children cumulated vsize (KiB) 55904

[startup+225.102 s]
/proc/loadavg: 1.08 1.01 0.93 2/67 3800
/proc/meminfo: memFree=1831192/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=220.06
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 4044 683766 0 13 9 5 21638 354 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3798] ppid=3566 vsize=5356 CPUtime=0
/proc/3798/stat : 3798 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 15 0 1 0 212407839 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3798/statm: 1339 227 188 169 0 50 0
[pid=3800] ppid=3798 vsize=37488 CPUtime=4.62
/proc/3800/stat : 3800 (clasp) R 3798 3566 2994 0 -1 4194304 11092 0 0 0 456 6 0 0 25 0 1 0 212407839 38387712 8785 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134740556 0 0 4096 0 0 0 0 17 1 0 0
/proc/3800/statm: 9372 8785 196 154 0 8842 0
Current children cumulated CPU time (s) 224.68
Current children cumulated vsize (KiB) 55904

[startup+225.302 s]
/proc/loadavg: 1.08 1.01 0.93 2/67 3800
/proc/meminfo: memFree=1831192/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=220.06
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 4044 683766 0 13 9 5 21638 354 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3798] ppid=3566 vsize=5356 CPUtime=0
/proc/3798/stat : 3798 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 15 0 1 0 212407839 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3798/statm: 1339 227 188 169 0 50 0
[pid=3800] ppid=3798 vsize=37488 CPUtime=4.82
/proc/3800/stat : 3800 (clasp) R 3798 3566 2994 0 -1 4194304 11092 0 0 0 476 6 0 0 25 0 1 0 212407839 38387712 8785 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134741259 0 0 4096 0 0 0 0 17 1 0 0
/proc/3800/statm: 9372 8785 196 154 0 8842 0
Current children cumulated CPU time (s) 224.88
Current children cumulated vsize (KiB) 55904

[startup+225.402 s]
/proc/loadavg: 1.08 1.01 0.93 2/67 3800
/proc/meminfo: memFree=1831192/2055920 swapFree=4183916/4192956
[pid=3566] ppid=3564 vsize=13060 CPUtime=220.06
/proc/3566/stat : 3566 (pbclasp) S 3564 3566 2994 0 -1 4194304 4044 683766 0 13 9 5 21638 354 16 0 1 0 212385792 13373440 613 18446744073709551615 4194304 4206940 548682069120 18446744073709551615 257423359892 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3566/statm: 3265 613 343 3 0 365 0
[pid=3798] ppid=3566 vsize=5356 CPUtime=0
/proc/3798/stat : 3798 (sh) S 3566 3566 2994 0 -1 4194304 290 121 0 0 0 0 0 0 15 0 1 0 212407839 5484544 227 18446744073709551615 4194304 4889804 548682069136 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3798/statm: 1339 227 188 169 0 50 0
[pid=3800] ppid=3798 vsize=37488 CPUtime=4.92
/proc/3800/stat : 3800 (clasp) R 3798 3566 2994 0 -1 4194304 11092 0 0 0 486 6 0 0 25 0 1 0 212407839 38387712 8785 18446744073709551615 134512640 135144128 4294956704 18446744073709551615 134740536 0 0 4096 0 0 0 0 17 1 0 0
/proc/3800/statm: 9372 8785 196 154 0 8842 0
Current children cumulated CPU time (s) 224.98
Current children cumulated vsize (KiB) 55904

Child status: 0
Real time (s): 225.502
CPU time (s): 225.102
CPU user time (s): 221.43
CPU system time (s): 3.67144
CPU usage (%): 99.8223
Max. virtual memory (cumulated for all children) (KiB): 513084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.43
system time used= 3.67144
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 699706
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3606
involuntary context switches= 2264

runsolver used 0.204968 second user time and 0.52192 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Apr 23 21:32:43 UTC 2007

IDJOB= 372535
IDBENCH= 24979
IDSOLVER= 158
FILE ID= node68/372535-1177363962

PBS_JOBID= 4675210

Free space on /tmp= 66443 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_006_area_delay.opb
COMMAND LINE= pbclasp instance-372535-1177363962.opb /tmp/evaluation/372535-1177363962/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node68/convwatcher-372535-1177363962 -o ROOT/results/node68/conversion-372535-1177363962 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/372535-1177363962/instance-372535-1177363962.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  7294dff8a2fbe1f0b26c181010dcfed2

RANDOM SEED= 594649190

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1870080 kB
Buffers:         19940 kB
Cached:          99356 kB
SwapCached:       3172 kB
Active:          25488 kB
Inactive:       104000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870080 kB
SwapTotal:     4192956 kB
SwapFree:      4183916 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          16048 kB
Slab:            42500 kB
Committed_AS:  2851428 kB
PageTables:       1384 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= 66443 MiB

End job on node68 on Mon Apr 23 21:36:28 UTC 2007