Trace number 366296

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-23OPT8 272.5 272.69

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_30.r.opb
MD5SUM80d844acb755df30f8eb4d34a1c5fb81
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1.24981
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint30
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
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.07	o 48
0.06/0.15	o 15
0.06/0.20	o 13
0.16/0.25	o 12
0.16/0.29	o 11
0.27/0.47	o 10
2.05/2.19	o 9
213.49/213.70	o 8
272.37/272.68	s OPTIMUM FOUND
272.37/272.68	v x6 x20 x29 x45 x52 x58 x76 x96

Verifier Data (download as text)

OK	8

Conversion Script Data (download as text)

/tmp/evaluation/366296-1177059671/instance-366296-1177059671.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node69/watcher-366296-1177059671 -o ROOT/results/node69/solver-366296-1177059671 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-366296-1177059671.opb /tmp/evaluation/366296-1177059671/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.95 0.98 3/70 28599
/proc/meminfo: memFree=1788972/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12268 CPUtime=0
/proc/28599/stat : 28599 (pbclasp) R 28597 28599 27794 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 181956548 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956545534 0 0 4224 0 0 0 0 17 1 0 0
/proc/28599/statm: 3067 321 243 3 0 167 0

[startup+0.0274241 s]
/proc/loadavg: 0.91 0.95 0.98 3/70 28599
/proc/meminfo: memFree=1788972/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=0
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 493 0 0 0 0 0 0 0 16 0 1 0 181956548 12697600 444 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956542562 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/28599/statm: 3100 444 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101437 s]
/proc/loadavg: 0.91 0.95 0.98 3/70 28599
/proc/meminfo: memFree=1788972/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=0.06
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 710 3240 0 0 0 0 4 2 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12400

[startup+0.301471 s]
/proc/loadavg: 0.91 0.95 0.98 3/70 28599
/proc/meminfo: memFree=1788972/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=0.25
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1124 10434 0 0 0 0 18 7 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4231 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 12400

[startup+0.70153 s]
/proc/loadavg: 0.91 0.95 0.98 3/70 28599
/proc/meminfo: memFree=1788972/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=0.44
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1311 13269 0 0 0 1 34 9 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 12400

[startup+1.50167 s]
/proc/loadavg: 0.91 0.95 0.98 2/73 28657
/proc/meminfo: memFree=1786428/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=0.44
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1311 13269 0 0 0 1 34 9 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28655] ppid=28599 vsize=5352 CPUtime=0
/proc/28655/stat : 28655 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 181956597 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28655/statm: 1338 224 188 169 0 49 0
[pid=28657] ppid=28655 vsize=3940 CPUtime=1
/proc/28657/stat : 28657 (clasp) R 28655 28599 27794 0 -1 4194304 662 0 0 0 100 0 0 0 25 0 1 0 181956597 4034560 625 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740947 0 0 4096 0 0 0 0 17 1 0 0
/proc/28657/statm: 985 625 196 154 0 455 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 21692

[startup+3.10192 s]
/proc/loadavg: 0.91 0.95 0.98 2/73 28665
/proc/meminfo: memFree=1785724/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=2.15
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1428 15379 0 0 0 1 204 10 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 12400

[startup+6.30144 s]
/proc/loadavg: 0.92 0.95 0.98 2/73 28699
/proc/meminfo: memFree=1785524/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=2.15
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1428 15379 0 0 0 1 204 10 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28671] ppid=28599 vsize=5352 CPUtime=0
/proc/28671/stat : 28671 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 181956769 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28671/statm: 1338 224 188 169 0 49 0
[pid=28673] ppid=28671 vsize=4484 CPUtime=4.08
/proc/28673/stat : 28673 (clasp) R 28671 28599 27794 0 -1 4194304 810 0 0 0 408 0 0 0 25 0 1 0 181956769 4591616 773 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746407 0 0 4096 0 0 0 0 17 1 0 0
/proc/28673/statm: 1121 773 196 154 0 591 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 22236

[startup+12.7015 s]
/proc/loadavg: 0.93 0.95 0.98 2/73 28713
/proc/meminfo: memFree=1784636/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=2.15
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1428 15379 0 0 0 1 204 10 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28671] ppid=28599 vsize=5352 CPUtime=0
/proc/28671/stat : 28671 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 181956769 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28671/statm: 1338 224 188 169 0 49 0
[pid=28673] ppid=28671 vsize=5152 CPUtime=10.46
/proc/28673/stat : 28673 (clasp) R 28671 28599 27794 0 -1 4194304 982 0 0 0 1046 0 0 0 25 0 1 0 181956769 5275648 945 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134682907 0 0 4096 0 0 0 0 17 1 0 0
/proc/28673/statm: 1288 945 196 154 0 758 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 22904

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.98 2/73 28757
/proc/meminfo: memFree=1783940/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=2.15
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1428 15379 0 0 0 1 204 10 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28671] ppid=28599 vsize=5352 CPUtime=0
/proc/28671/stat : 28671 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 181956769 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28671/statm: 1338 224 188 169 0 49 0
[pid=28673] ppid=28671 vsize=5964 CPUtime=23.24
/proc/28673/stat : 28673 (clasp) R 28671 28599 27794 0 -1 4194304 1162 0 0 0 2323 1 0 0 25 0 1 0 181956769 6107136 1125 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769285 0 0 4096 0 0 0 0 17 1 0 0
/proc/28673/statm: 1491 1125 196 154 0 961 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 23716

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.98 2/67 28789
/proc/meminfo: memFree=1784052/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=2.15
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1428 15379 0 0 0 1 204 10 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28671] ppid=28599 vsize=5352 CPUtime=0
/proc/28671/stat : 28671 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 181956769 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28671/statm: 1338 224 188 169 0 49 0
[pid=28673] ppid=28671 vsize=6920 CPUtime=48.8
/proc/28673/stat : 28673 (clasp) R 28671 28599 27794 0 -1 4194304 1418 0 0 0 4879 1 0 0 25 0 1 0 181956769 7086080 1381 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 1 0 0
/proc/28673/statm: 1730 1381 196 154 0 1200 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 24672

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 28789
/proc/meminfo: memFree=1783292/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=2.15
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1428 15379 0 0 0 1 204 10 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28671] ppid=28599 vsize=5352 CPUtime=0
/proc/28671/stat : 28671 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 181956769 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28671/statm: 1338 224 188 169 0 49 0
[pid=28673] ppid=28671 vsize=7812 CPUtime=99.99
/proc/28673/stat : 28673 (clasp) R 28671 28599 27794 0 -1 4194304 1621 0 0 0 9997 2 0 0 25 0 1 0 181956769 7999488 1584 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134749924 0 0 4096 0 0 0 0 17 1 0 0
/proc/28673/statm: 1953 1584 196 154 0 1423 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 25564

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28789
/proc/meminfo: memFree=1782140/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=2.15
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1428 15379 0 0 0 1 204 10 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28671] ppid=28599 vsize=5352 CPUtime=0
/proc/28671/stat : 28671 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 181956769 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28671/statm: 1338 224 188 169 0 49 0
[pid=28673] ppid=28671 vsize=8948 CPUtime=159.97
/proc/28673/stat : 28673 (clasp) R 28671 28599 27794 0 -1 4194304 1903 0 0 0 15995 2 0 0 25 0 1 0 181956769 9162752 1866 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 1 0 0
/proc/28673/statm: 2237 1866 196 154 0 1707 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 26700

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1786236/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=4768 CPUtime=8.57
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 870 0 0 0 857 0 0 0 25 0 1 0 181977920 4882432 833 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1192 833 196 154 0 662 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 22520

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

[startup+230.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1785860/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=5168 CPUtime=16.57
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 982 0 0 0 1657 0 0 0 25 0 1 0 181977920 5292032 945 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740788 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1292 945 196 154 0 762 0
Current children cumulated CPU time (s) 230.09
Current children cumulated vsize (KiB) 22920

[startup+255.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1784964/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=6128 CPUtime=42.16
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 1197 0 0 0 4216 0 0 0 25 0 1 0 181977920 6275072 1160 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746409 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1532 1160 196 154 0 1002 0
Current children cumulated CPU time (s) 255.68
Current children cumulated vsize (KiB) 23880

[startup+262.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1784836/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=6260 CPUtime=48.55
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 1230 0 0 0 4855 0 0 0 25 0 1 0 181977920 6410240 1193 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1565 1193 196 154 0 1035 0
Current children cumulated CPU time (s) 262.07
Current children cumulated vsize (KiB) 24012

[startup+268.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1784772/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=6260 CPUtime=54.95
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 1253 0 0 0 5495 0 0 0 25 0 1 0 181977920 6410240 1216 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1565 1216 196 154 0 1035 0
Current children cumulated CPU time (s) 268.47
Current children cumulated vsize (KiB) 24012

[startup+270.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1784708/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=6408 CPUtime=56.55
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 1265 0 0 0 5655 0 0 0 25 0 1 0 181977920 6561792 1228 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134768820 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1602 1228 196 154 0 1072 0
Current children cumulated CPU time (s) 270.07
Current children cumulated vsize (KiB) 24160

[startup+271.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1784708/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=6408 CPUtime=58.15
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 1265 0 0 0 5815 0 0 0 25 0 1 0 181977920 6561792 1228 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1602 1228 196 154 0 1072 0
Current children cumulated CPU time (s) 271.67
Current children cumulated vsize (KiB) 24160

[startup+272.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1784708/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=6408 CPUtime=58.55
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 1265 0 0 0 5855 0 0 0 25 0 1 0 181977920 6561792 1228 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746393 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1602 1228 196 154 0 1072 0
Current children cumulated CPU time (s) 272.07
Current children cumulated vsize (KiB) 24160

[startup+272.503 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1784708/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=6408 CPUtime=58.75
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 1265 0 0 0 5875 0 0 0 25 0 1 0 181977920 6561792 1228 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769196 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1602 1228 196 154 0 1072 0
Current children cumulated CPU time (s) 272.27
Current children cumulated vsize (KiB) 24160

[startup+272.603 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28797
/proc/meminfo: memFree=1784708/2055920 swapFree=4182908/4192956
[pid=28599] ppid=28597 vsize=12400 CPUtime=213.52
/proc/28599/stat : 28599 (pbclasp) S 28597 28599 27794 0 -1 4194304 1547 18776 0 0 0 1 21337 14 16 0 1 0 181956548 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 3100 469 343 3 0 200 0
[pid=28795] ppid=28599 vsize=5352 CPUtime=0
/proc/28795/stat : 28795 (sh) S 28599 28599 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 181977920 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28795/statm: 1338 224 188 169 0 49 0
[pid=28797] ppid=28795 vsize=6408 CPUtime=58.85
/proc/28797/stat : 28797 (clasp) R 28795 28599 27794 0 -1 4194304 1265 0 0 0 5885 0 0 0 25 0 1 0 181977920 6561792 1228 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 1 0 0
/proc/28797/statm: 1602 1228 196 154 0 1072 0
Current children cumulated CPU time (s) 272.37
Current children cumulated vsize (KiB) 24160

Child status: 0
Real time (s): 272.69
CPU time (s): 272.5
CPU user time (s): 272.325
CPU system time (s): 0.174973
CPU usage (%): 99.9302
Max. virtual memory (cumulated for all children) (KiB): 27296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.325
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22264
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= 517
involuntary context switches= 566

runsolver used 0.288956 second user time and 0.700893 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Fri Apr 20 09:01:11 UTC 2007

IDJOB= 366296
IDBENCH= 2849
IDSOLVER= 158
FILE ID= node69/366296-1177059671

PBS_JOBID= 4640188

Free space on /tmp= 66497 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_30.r.opb
COMMAND LINE= pbclasp instance-366296-1177059671.opb /tmp/evaluation/366296-1177059671/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node69/convwatcher-366296-1177059671 -o ROOT/results/node69/conversion-366296-1177059671 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/366296-1177059671/instance-366296-1177059671.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  80d844acb755df30f8eb4d34a1c5fb81

RANDOM SEED= 742877984

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.264
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	: 5931.00
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.264
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:       1789444 kB
Buffers:         43004 kB
Cached:         158840 kB
SwapCached:       3788 kB
Active:          22248 kB
Inactive:       190584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789444 kB
SwapTotal:     4192956 kB
SwapFree:      4182908 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          17088 kB
Slab:            39204 kB
Committed_AS:  2168624 kB
PageTables:       1720 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= 66497 MiB

End job on node69 on Fri Apr 20 09:05:44 UTC 2007