Trace number 456637

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 NameAnswerCPU timeWall clock time
PB-clasp 2007-03-23SAT 74.7626 74.5864

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_4_40.opb
MD5SUM13010ca91734567bf39d8d1f9ccac492
Bench CategorySATUNSAT-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.377942
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

Solver Data (download as text)

74.65/74.58	s SATISFIABLE
74.65/74.58	v x17 x51 x63 x75 x76 x79 x89 x98 x102 x116 x119 x123 x128 x129 x130 x134 x137 x142 x144 x149 x157 x158 x159 x160 x164 x165 x166 x167
74.65/74.58	v x168 x169 x170 x171 x172 x173 x181 x182 x183 x184 x187 x188 x206 x207 x227 x231 x232 x235 x242 x249 x253 x255 x257 x262 x267 x270
74.65/74.58	v x273 x274 x277 x280 x282 x284 x287 x293 x300 x306 x318 x332 x336 x340 x347 x348 x352 x374 x379 x390 x391 x392 x393 x395 x397 x399
74.65/74.58	v x570 x604 x1262 x1349 x1701 x1735 x1772 x1845 x1969 x1974 x2053 x2113 x2162 x2208 x2224 x2246 x2287 x2333 x2383 x2479 x2532
74.65/74.58	v x2616 x2638 x2640 x2711 x2877 x2903 x2915

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/456637-1178361401/instance-456637-1178361401.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-456637-1178361401 -o ROOT/results/node17/solver-456637-1178361401 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-456637-1178361401.opb /tmp/evaluation/456637-1178361401/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.25 0.06 0.02 3/77 672
/proc/meminfo: memFree=1782192/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12268 CPUtime=0
/proc/672/stat : 672 (pbclasp) R 670 672 456 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 284057707 12562432 364 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245500261903 0 0 4224 0 0 0 0 17 1 0 0
/proc/672/statm: 3067 365 276 3 0 167 0

[startup+0.10065 s]
/proc/loadavg: 0.25 0.06 0.02 3/77 672
/proc/meminfo: memFree=1782192/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.201656 s]
/proc/loadavg: 0.25 0.06 0.02 3/77 672
/proc/meminfo: memFree=1782192/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.301667 s]
/proc/loadavg: 0.25 0.06 0.02 3/77 672
/proc/meminfo: memFree=1782192/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.701714 s]
/proc/loadavg: 0.25 0.06 0.02 3/77 672
/proc/meminfo: memFree=1782192/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+1.50179 s]
/proc/loadavg: 0.25 0.06 0.02 2/81 677
/proc/meminfo: memFree=1732624/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=82868 CPUtime=1.2
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 23247 0 0 0 110 10 0 0 25 0 1 0 284057709 84856832 19787 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 135019764 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 20717 19787 194 154 0 20187 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 113020

[startup+3.10195 s]
/proc/loadavg: 0.31 0.08 0.02 2/81 677
/proc/meminfo: memFree=1690384/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=2.8
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 26861 0 0 0 268 12 0 0 25 0 1 0 284057709 95219712 22772 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22772 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 123140

[startup+6.30129 s]
/proc/loadavg: 0.31 0.08 0.02 2/81 677
/proc/meminfo: memFree=1690000/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=6
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 26898 0 0 0 588 12 0 0 25 0 1 0 284057709 95219712 22809 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740606 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22809 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 123140

[startup+12.7029 s]
/proc/loadavg: 0.42 0.11 0.03 2/81 677
/proc/meminfo: memFree=1689888/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=12.4
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 26913 0 0 0 1228 12 0 0 25 0 1 0 284057709 95219712 22824 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629585 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22824 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 123140

[startup+25.5013 s]
/proc/loadavg: 0.51 0.14 0.04 2/81 677
/proc/meminfo: memFree=1689824/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=25.19
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 26934 0 0 0 2507 12 0 0 25 0 1 0 284057709 95219712 22845 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22845 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 25.66
Current children cumulated vsize (KiB) 123140

[startup+51.1019 s]
/proc/loadavg: 0.67 0.20 0.07 2/81 677
/proc/meminfo: memFree=1689568/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=50.79
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 26985 0 0 0 5066 13 0 0 25 0 1 0 284057709 95219712 22896 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740536 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22896 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 51.26
Current children cumulated vsize (KiB) 123140

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

[startup+51.2019 s]
/proc/loadavg: 0.67 0.20 0.07 2/81 677
/proc/meminfo: memFree=1689568/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=50.89
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 26987 0 0 0 5076 13 0 0 25 0 1 0 284057709 95219712 22898 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746407 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22898 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (KiB) 123140

[startup+64.0023 s]
/proc/loadavg: 0.75 0.24 0.08 2/81 677
/proc/meminfo: memFree=1689568/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=63.69
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 26994 0 0 0 6356 13 0 0 25 0 1 0 284057709 95219712 22905 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629344 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22905 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 64.16
Current children cumulated vsize (KiB) 123140

[startup+70.4019 s]
/proc/loadavg: 0.77 0.25 0.09 2/81 677
/proc/meminfo: memFree=1689504/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=70.09
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 26995 0 0 0 6996 13 0 0 25 0 1 0 284057709 95219712 22906 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740556 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22906 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 70.56
Current children cumulated vsize (KiB) 123140

[startup+72.0011 s]
/proc/loadavg: 0.77 0.25 0.09 2/81 677
/proc/meminfo: memFree=1689504/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=71.68
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 26997 0 0 0 7155 13 0 0 25 0 1 0 284057709 95219712 22908 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740840 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22908 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 72.15
Current children cumulated vsize (KiB) 123140

[startup+73.6022 s]
/proc/loadavg: 0.79 0.27 0.09 2/81 677
/proc/meminfo: memFree=1689504/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=73.28
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 27000 0 0 0 7315 13 0 0 25 0 1 0 284057709 95219712 22911 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134749919 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22911 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 73.75
Current children cumulated vsize (KiB) 123140

[startup+74.0023 s]
/proc/loadavg: 0.79 0.27 0.09 2/81 677
/proc/meminfo: memFree=1689504/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=73.68
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 27001 0 0 0 7355 13 0 0 25 0 1 0 284057709 95219712 22912 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134749782 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22912 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 74.15
Current children cumulated vsize (KiB) 123140

[startup+74.4023 s]
/proc/loadavg: 0.79 0.27 0.09 2/81 677
/proc/meminfo: memFree=1689504/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=74.08
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 27001 0 0 0 7395 13 0 0 25 0 1 0 284057709 95219712 22912 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629584 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22912 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 74.55
Current children cumulated vsize (KiB) 123140

[startup+74.5023 s]
/proc/loadavg: 0.79 0.27 0.09 2/81 677
/proc/meminfo: memFree=1689504/2055920 swapFree=4140168/4192956
[pid=672] ppid=670 vsize=12532 CPUtime=0.01
/proc/672/stat : 672 (pbclasp) S 670 672 456 0 -1 4194304 510 0 0 0 1 0 0 0 16 0 1 0 284057707 12832768 460 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/672/statm: 3133 460 320 3 0 233 0
[pid=674] ppid=672 vsize=5352 CPUtime=0.46
/proc/674/stat : 674 (sh) S 672 672 456 0 -1 4194304 297 529 0 0 0 0 46 0 16 0 1 0 284057709 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/674/statm: 1338 224 188 169 0 49 0
[pid=676] ppid=674 vsize=92988 CPUtime=74.18
/proc/676/stat : 676 (clasp) R 674 672 456 0 -1 4194304 27001 0 0 0 7405 13 0 0 25 0 1 0 284057709 95219712 22912 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740583 0 0 4096 0 0 0 0 17 1 0 0
/proc/676/statm: 23247 22912 196 154 0 22717 0
[pid=677] ppid=674 vsize=12268 CPUtime=0
/proc/677/stat : 677 (pboutclasp.pl) S 674 672 456 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 284057709 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/677/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 74.65
Current children cumulated vsize (KiB) 123140

Child status: 0
Real time (s): 74.5864
CPU time (s): 74.7626
CPU user time (s): 74.5977
CPU system time (s): 0.164974
CPU usage (%): 100.236
Max. virtual memory (cumulated for all children) (KiB): 126328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.5977
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28893
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= 101
involuntary context switches= 1566

runsolver used 0.074988 second user time and 0.200969 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat May  5 10:36:42 UTC 2007

IDJOB= 456637
IDBENCH= 48288
IDSOLVER= 158
FILE ID= node17/456637-1178361401

PBS_JOBID= 5188980

Free space on /tmp= 66563 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_10_4_40.opb
COMMAND LINE= pbclasp instance-456637-1178361401.opb /tmp/evaluation/456637-1178361401/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-456637-1178361401 -o ROOT/results/node17/conversion-456637-1178361401 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/456637-1178361401/instance-456637-1178361401.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  13010ca91734567bf39d8d1f9ccac492

RANDOM SEED= 559693224

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1782664 kB
Buffers:         43160 kB
Cached:         139244 kB
SwapCached:      15340 kB
Active:         157160 kB
Inactive:        50256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782664 kB
SwapTotal:     4192956 kB
SwapFree:      4140168 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          31848 kB
Slab:            51400 kB
Committed_AS: 10010200 kB
PageTables:       1800 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= 66563 MiB

End job on node17 on Sat May  5 10:37:57 UTC 2007