Trace number 366520

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-23OPT5 19.3735 9.90613

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-ex4inp.r.opb
MD5SUMbc692dc92013616c4d370a3b9a33f673
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.182972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables240
Total number of constraints91
Number of constraints which are clauses91
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 constraint8
Maximum length of a constraint176
Number of terms in the objective function 240
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 240
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 240
Number of bits of the biggest sum of numbers8
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.11/0.22	o 123
0.19/0.54	o 11
0.53/0.73	o 9
0.65/0.85	o 8
0.77/0.97	o 7
0.88/1.09	o 6
1.00/1.32	o 5
9.62/9.90	s OPTIMUM FOUND
9.62/9.90	v x18 x61 x66 x89 x187

Verifier Data (download as text)

OK	5

Conversion Script Data (download as text)

/tmp/evaluation/366520-1177062352/instance-366520-1177062352.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/node38/watcher-366520-1177062352 -o ROOT/results/node38/solver-366520-1177062352 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-366520-1177062352.opb /tmp/evaluation/366520-1177062352/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.99 0.97 0.99 3/77 6369
/proc/meminfo: memFree=1576400/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12268 CPUtime=0
/proc/6369/stat : 6369 (pbclasp) D 6367 6369 5569 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 138401843 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266890607205 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/6369/statm: 3067 317 242 3 0 167 0

[startup+0.106784 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 6369
/proc/meminfo: memFree=1576400/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12400 CPUtime=0
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 501 0 0 0 0 0 0 0 16 0 1 0 138401843 12697600 453 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899337314 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/6369/statm: 3100 453 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.202803 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 6369
/proc/meminfo: memFree=1576400/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12400 CPUtime=0.11
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 595 1597 0 0 0 0 10 1 16 0 1 0 138401843 12697600 478 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3100 478 343 3 0 200 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 12400

[startup+0.302824 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 6369
/proc/meminfo: memFree=1576400/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=0.19
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 725 3333 0 0 0 0 17 2 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12532

[startup+0.701906 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 6369
/proc/meminfo: memFree=1576400/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=0.53
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 845 8639 0 0 0 1 47 5 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 12532

[startup+1.50106 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 6423
/proc/meminfo: memFree=1575288/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=1.22
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 1428 19663 0 0 0 1 110 11 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 12532

[startup+3.10136 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6435
/proc/meminfo: memFree=1571888/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=1.22
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 1428 19663 0 0 0 1 110 11 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
[pid=6433] ppid=6369 vsize=5352 CPUtime=0
/proc/6433/stat : 6433 (sh) S 6369 6369 5569 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 138401982 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 1338 224 188 169 0 49 0
[pid=6435] ppid=6433 vsize=6028 CPUtime=1.7
/proc/6435/stat : 6435 (clasp) R 6433 6369 5569 0 -1 4194304 1180 0 0 0 170 0 0 0 25 0 1 0 138401982 6172672 1143 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740840 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 1507 1143 196 154 0 977 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 23912

[startup+6.30197 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6435
/proc/meminfo: memFree=1570544/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=1.22
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 1428 19663 0 0 0 1 110 11 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
[pid=6433] ppid=6369 vsize=5352 CPUtime=0
/proc/6433/stat : 6433 (sh) S 6369 6369 5569 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 138401982 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 1338 224 188 169 0 49 0
[pid=6435] ppid=6433 vsize=6556 CPUtime=4.9
/proc/6435/stat : 6435 (clasp) R 6433 6369 5569 0 -1 4194304 1333 0 0 0 490 0 0 0 25 0 1 0 138401982 6713344 1296 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769205 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 1639 1296 196 154 0 1109 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 24440

[startup+9.80265 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6435
/proc/meminfo: memFree=1570368/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=1.22
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 1428 19663 0 0 0 1 110 11 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
[pid=6433] ppid=6369 vsize=5352 CPUtime=0
/proc/6433/stat : 6433 (sh) S 6369 6369 5569 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 138401982 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 1338 224 188 169 0 49 0
[pid=6435] ppid=6433 vsize=7100 CPUtime=8.4
/proc/6435/stat : 6435 (clasp) R 6433 6369 5569 0 -1 4194304 1449 0 0 0 839 1 0 0 25 0 1 0 138401982 7270400 1412 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134715758 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 1775 1412 196 154 0 1245 0
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (KiB) 24984

# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (9.62 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (9.62 s) to the 'lost time'.

[startup+9.90277 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6436
/proc/meminfo: memFree=1575504/2055920 swapFree=4159724/4192956
[pid=6369] ppid=-1 vsize=0 CPUtime=0
/proc/6369/stat : ÿÿÿÿÿÿÿÿ/proc/6369/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

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

[startup+6.40199 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6435
/proc/meminfo: memFree=1570544/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=1.22
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 1428 19663 0 0 0 1 110 11 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
[pid=6433] ppid=6369 vsize=5352 CPUtime=0
/proc/6433/stat : 6433 (sh) S 6369 6369 5569 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 138401982 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 1338 224 188 169 0 49 0
[pid=6435] ppid=6433 vsize=6556 CPUtime=5
/proc/6435/stat : 6435 (clasp) R 6433 6369 5569 0 -1 4194304 1333 0 0 0 500 0 0 0 25 0 1 0 138401982 6713344 1296 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134714488 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 1639 1296 196 154 0 1109 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 24440

[startup+8.0013 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6435
/proc/meminfo: memFree=1570544/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=1.22
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 1428 19663 0 0 0 1 110 11 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
[pid=6433] ppid=6369 vsize=5352 CPUtime=0
/proc/6433/stat : 6433 (sh) S 6369 6369 5569 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 138401982 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 1338 224 188 169 0 49 0
[pid=6435] ppid=6433 vsize=6704 CPUtime=6.59
/proc/6435/stat : 6435 (clasp) R 6433 6369 5569 0 -1 4194304 1348 0 0 0 659 0 0 0 25 0 1 0 138401982 6864896 1311 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 1676 1311 196 154 0 1146 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 24588

[startup+8.80145 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6435
/proc/meminfo: memFree=1570368/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=1.22
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 1428 19663 0 0 0 1 110 11 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
[pid=6433] ppid=6369 vsize=5352 CPUtime=0
/proc/6433/stat : 6433 (sh) S 6369 6369 5569 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 138401982 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 1338 224 188 169 0 49 0
[pid=6435] ppid=6433 vsize=6836 CPUtime=7.39
/proc/6435/stat : 6435 (clasp) R 6433 6369 5569 0 -1 4194304 1400 0 0 0 739 0 0 0 25 0 1 0 138401982 7000064 1363 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740587 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 1709 1363 196 154 0 1179 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 24720

[startup+9.60161 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6435
/proc/meminfo: memFree=1570368/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=1.22
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 1428 19663 0 0 0 1 110 11 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
[pid=6433] ppid=6369 vsize=5352 CPUtime=0
/proc/6433/stat : 6433 (sh) S 6369 6369 5569 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 138401982 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 1338 224 188 169 0 49 0
[pid=6435] ppid=6433 vsize=6968 CPUtime=8.2
/proc/6435/stat : 6435 (clasp) R 6433 6369 5569 0 -1 4194304 1446 0 0 0 819 1 0 0 25 0 1 0 138401982 7135232 1409 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134753634 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 1742 1409 196 154 0 1212 0
Current children cumulated CPU time (s) 9.42
Current children cumulated vsize (KiB) 24852

[startup+9.80265 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 6435
/proc/meminfo: memFree=1570368/2055920 swapFree=4159724/4192956
[pid=6369] ppid=6367 vsize=12532 CPUtime=1.22
/proc/6369/stat : 6369 (pbclasp) S 6367 6369 5569 0 -1 4194304 1428 19663 0 0 0 1 110 11 16 0 1 0 138401843 12832768 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 266899341204 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6369/statm: 3133 480 343 3 0 233 0
[pid=6433] ppid=6369 vsize=5352 CPUtime=0
/proc/6433/stat : 6433 (sh) S 6369 6369 5569 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 138401982 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6433/statm: 1338 224 188 169 0 49 0
[pid=6435] ppid=6433 vsize=7100 CPUtime=8.4
/proc/6435/stat : 6435 (clasp) R 6433 6369 5569 0 -1 4194304 1449 0 0 0 839 1 0 0 25 0 1 0 138401982 7270400 1412 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134715758 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 1775 1412 196 154 0 1245 0
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (KiB) 24984

[startup+9.90277 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6436
/proc/meminfo: memFree=1575504/2055920 swapFree=4159724/4192956
[pid=6369] ppid=-1 vsize=0 CPUtime=0
/proc/6369/stat : ÿÿÿÿÿÿÿÿ/proc/6369/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 9.62
#  lost CPU user time (s): 9.49
#  lost CPU system time (s): 0.13

Real time (s): 9.90613
CPU time (s): 19.3735
CPU user time (s): 19.0905
CPU system time (s): 0.282976
CPU usage (%): 195.571
Max. virtual memory (cumulated for all children) (KiB): 24984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.60054
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23234
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= 543
involuntary context switches= 377

runsolver used 0.012998 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Fri Apr 20 09:45:52 UTC 2007

IDJOB= 366520
IDBENCH= 2866
IDSOLVER= 158
FILE ID= node38/366520-1177062352

PBS_JOBID= 4640182

Free space on /tmp= 66242 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-ex4inp.r.opb
COMMAND LINE= pbclasp instance-366520-1177062352.opb /tmp/evaluation/366520-1177062352/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node38/convwatcher-366520-1177062352 -o ROOT/results/node38/conversion-366520-1177062352 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/366520-1177062352/instance-366520-1177062352.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  bc692dc92013616c4d370a3b9a33f673

RANDOM SEED= 197237457

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:       1576808 kB
Buffers:         33296 kB
Cached:         357944 kB
SwapCached:       3092 kB
Active:          55692 kB
Inactive:       360560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576808 kB
SwapTotal:     4192956 kB
SwapFree:      4159724 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:          33316 kB
Slab:            48088 kB
Committed_AS:  1579292 kB
PageTables:       2060 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= 66242 MiB

End job on node38 on Fri Apr 20 09:46:02 UTC 2007