Trace number 354678

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
PB-clasp 2007-04-10SAT (TO)66 1802.09 1802.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m200_500_10_10.r.opb
MD5SUM9ce5413471f93025df24c6fa43fb2680
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 39
Optimality of the best value was proved NO
Number of variables492
Total number of constraints200
Number of constraints which are clauses200
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 constraint10
Number of terms in the objective function 492
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 492
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 492
Number of bits of the biggest sum of numbers9
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.05/0.08	o 96
0.07/0.12	o 95
0.07/0.17	o 94
0.13/0.21	o 67
0.17/0.77	o 66
1800.08/1800.71	sh: line 1: 27666 Done                    cat /tmp/evaluation/354678-1176722073/temp/instance-354678-1176722073.opb.op
1800.08/1800.71	     27667 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/354678-1176722073/temp/instance-354678-1176722073.opb.clasp
1800.08/1800.72	c Somebody sent me a SIGTERM
1800.08/1800.72	s SATISFIABLE
1800.08/1800.72	v x10 x18 x25 x40 x48 x54 x63 x69 x81 x89 x100 x106 x111 x124 x132 x140 x149 x156 x169 x178 x188 x196 x199 x205 x211 x217 x224 x239
1800.08/1800.72	v x240 x250 x253 x254 x263 x269 x272 x278 x284 x290 x298 x302 x309 x311 x320 x326 x327 x329 x337 x343 x358 x366 x372 x376 x380 x381
1800.08/1800.72	v x391 x407 x419 x423 x425 x428 x431 x435 x439 x451 x455 x480
1800.08/1800.76	pb2clasp1: no process killed
1800.08/1800.77	clasp-1.0: no process killed
1802.03/1802.72	sh: line 1: 27679 Done                    cat /tmp/evaluation/354678-1176722073/temp/instance-354678-1176722073.opb.op
1802.03/1802.72	     27680 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/354678-1176722073/temp/instance-354678-1176722073.opb.clasp

Verifier Data (download as text)

OK	66

Conversion Script Data (download as text)

/tmp/evaluation/354678-1176722073/instance-354678-1176722073.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/node34/watcher-354678-1176722073 -o ROOT/results/node34/solver-354678-1176722073 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-354678-1176722073.opb /tmp/evaluation/354678-1176722073/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.92 0.99 0.99 3/77 27617
/proc/meminfo: memFree=1826880/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12268 CPUtime=0
/proc/27617/stat : 27617 (pbclasp) R 27615 27617 27270 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 120122707 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254195497573 0 0 4224 0 0 0 0 17 1 0 0
/proc/27617/statm: 3067 317 242 3 0 167 0

[startup+0.075386 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 27617
/proc/meminfo: memFree=1826880/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.05
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 624 1588 0 0 1 0 3 1 16 0 1 0 120122707 12832768 500 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 500 343 3 0 233 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12532

[startup+0.10139 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 27617
/proc/meminfo: memFree=1826880/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.07
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 768 3305 0 0 1 0 4 2 16 0 1 0 120122707 12832768 502 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/27617/statm: 3133 502 343 3 0 233 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12532

[startup+0.301403 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 27617
/proc/meminfo: memFree=1826880/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.17
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1143 8557 0 0 1 0 11 5 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 12532

[startup+0.701432 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 27617
/proc/meminfo: memFree=1826880/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.17
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1143 8557 0 0 1 0 11 5 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 12532

[startup+1.5015 s]
/proc/loadavg: 0.92 0.99 0.99 2/80 27667
/proc/meminfo: memFree=1825256/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=3348 CPUtime=0.61
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 478 0 0 0 61 0 0 0 22 0 1 0 120122795 3428352 440 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784630 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 837 440 249 81 0 211 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 21232

[startup+3.10162 s]
/proc/loadavg: 0.92 0.99 0.99 2/80 27667
/proc/meminfo: memFree=1824680/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=3476 CPUtime=2.21
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 540 0 0 0 221 0 0 0 25 0 1 0 120122795 3559424 502 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784651 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 869 502 249 81 0 243 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 21360

[startup+6.30288 s]
/proc/loadavg: 0.93 0.99 0.99 2/80 27667
/proc/meminfo: memFree=1824360/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=3724 CPUtime=5.41
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 600 0 0 0 541 0 0 0 25 0 1 0 120122795 3813376 562 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134713707 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 931 562 249 81 0 305 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 21608

[startup+12.7014 s]
/proc/loadavg: 0.93 0.99 0.99 2/80 27667
/proc/meminfo: memFree=1824040/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=3984 CPUtime=11.81
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 666 0 0 0 1181 0 0 0 25 0 1 0 120122795 4079616 628 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784670 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 996 628 249 81 0 370 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 21868

[startup+25.5014 s]
/proc/loadavg: 0.95 0.99 0.99 2/80 27667
/proc/meminfo: memFree=1823784/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=4372 CPUtime=24.6
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 759 0 0 0 2460 0 0 0 25 0 1 0 120122795 4476928 721 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715278 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 1093 721 249 81 0 467 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 22256

[startup+51.1014 s]
/proc/loadavg: 0.96 0.99 0.99 2/80 27667
/proc/meminfo: memFree=1823400/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=4752 CPUtime=50.2
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 859 0 0 0 5019 1 0 0 25 0 1 0 120122795 4866048 821 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741032 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 1188 821 249 81 0 562 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 22636

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.99 2/80 27667
/proc/meminfo: memFree=1822824/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=5356 CPUtime=101.39
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 995 0 0 0 10138 1 0 0 25 0 1 0 120122795 5484544 957 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714706 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 1339 957 249 81 0 713 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 23240

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/80 27667
/proc/meminfo: memFree=1822440/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=5716 CPUtime=161.37
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 1087 0 0 0 16136 1 0 0 25 0 1 0 120122795 5853184 1049 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 1429 1049 249 81 0 803 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 23600

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/80 27667
/proc/meminfo: memFree=1822120/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=5956 CPUtime=221.36
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 1144 0 0 0 22135 1 0 0 25 0 1 0 120122795 6098944 1106 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784657 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 1489 1106 249 81 0 863 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 23840

[startup+282.302 s]
/proc/loadavg: 1.03 1.00 1.00 2/80 27667
/proc/meminfo: memFree=1821992/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0

################
# More data... #
################


[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27669
/proc/meminfo: memFree=1819816/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=8272 CPUtime=1481.07
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 1715 0 0 0 148098 9 0 0 25 0 1 0 120122795 8470528 1677 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616350 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 2068 1677 249 81 0 1442 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 26156

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27669
/proc/meminfo: memFree=1819816/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=8272 CPUtime=1541.05
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 1716 0 0 0 154096 9 0 0 25 0 1 0 120122795 8470528 1678 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 2068 1678 249 81 0 1442 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 26156

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27669
/proc/meminfo: memFree=1819816/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=8404 CPUtime=1601.04
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 1737 0 0 0 160094 10 0 0 25 0 1 0 120122795 8605696 1699 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 2101 1699 249 81 0 1475 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 26288

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27669
/proc/meminfo: memFree=1819752/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=8404 CPUtime=1661.03
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 1744 0 0 0 166093 10 0 0 25 0 1 0 120122795 8605696 1706 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789702 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 2101 1706 249 81 0 1475 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 26288

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27669
/proc/meminfo: memFree=1819752/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=8404 CPUtime=1721.02
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 1744 0 0 0 172091 11 0 0 25 0 1 0 120122795 8605696 1706 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134783017 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 2101 1706 249 81 0 1475 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 26288

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27669
/proc/meminfo: memFree=1819752/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=8404 CPUtime=1781
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 1750 0 0 0 178089 11 0 0 25 0 1 0 120122795 8605696 1712 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784617 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 2101 1712 249 81 0 1475 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 26288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27669
/proc/meminfo: memFree=1819752/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=0.68
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1284 10383 0 0 1 0 60 7 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27665] ppid=27617 vsize=5352 CPUtime=0
/proc/27665/stat : 27665 (sh) S 27617 27617 27270 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 120122794 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27665/statm: 1338 224 188 169 0 49 0
[pid=27667] ppid=27665 vsize=8404 CPUtime=1799.4
/proc/27667/stat : 27667 (clasp-1.0) R 27665 27617 27270 0 -1 4194304 1750 0 0 0 179929 11 0 0 25 0 1 0 120122795 8605696 1712 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/27667/statm: 2101 1712 249 81 0 1475 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 26288

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27669
/proc/meminfo: memFree=1819752/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=1800.12
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1454 13930 0 0 1 1 179990 20 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 12532

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27680
/proc/meminfo: memFree=1824672/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=1800.12
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1454 13930 0 0 1 1 179990 20 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27678] ppid=27617 vsize=5352 CPUtime=0
/proc/27678/stat : 27678 (sh) S 27617 27617 27270 0 -1 4194304 289 121 0 0 0 0 0 0 19 0 1 0 120302785 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27678/statm: 1338 224 188 169 0 49 0
[pid=27680] ppid=27678 vsize=3476 CPUtime=1.41
/proc/27680/stat : 27680 (clasp-1.0) R 27678 27617 27270 0 -1 4194304 515 0 0 0 141 0 0 0 25 0 1 0 120302785 3559424 477 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4160492956 0 0 4096 0 0 0 0 17 1 0 0
/proc/27680/statm: 869 477 249 81 0 243 0
Current children cumulated CPU time (s) 1801.53
Current children cumulated vsize (KiB) 21360

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27680
/proc/meminfo: memFree=1824672/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=1800.12
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1454 13930 0 0 1 1 179990 20 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27678] ppid=27617 vsize=5352 CPUtime=0
/proc/27678/stat : 27678 (sh) S 27617 27617 27270 0 -1 4194304 289 121 0 0 0 0 0 0 19 0 1 0 120302785 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27678/statm: 1338 224 188 169 0 49 0
[pid=27680] ppid=27678 vsize=3476 CPUtime=1.81
/proc/27680/stat : 27680 (clasp-1.0) R 27678 27617 27270 0 -1 4194304 530 0 0 0 181 0 0 0 25 0 1 0 120302785 3559424 492 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741906 0 0 4096 0 0 0 0 17 1 0 0
/proc/27680/statm: 869 492 249 81 0 243 0
Current children cumulated CPU time (s) 1801.93
Current children cumulated vsize (KiB) 21360

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27680
/proc/meminfo: memFree=1824672/2055920 swapFree=4161272/4192956
[pid=27617] ppid=27615 vsize=12532 CPUtime=1800.12
/proc/27617/stat : 27617 (pbclasp) S 27615 27617 27270 0 -1 4194304 1454 13930 0 0 1 1 179990 20 16 0 1 0 120122707 12832768 503 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 254204231572 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/27617/statm: 3133 503 343 3 0 233 0
[pid=27678] ppid=27617 vsize=5352 CPUtime=0
/proc/27678/stat : 27678 (sh) S 27617 27617 27270 0 -1 4194304 289 121 0 0 0 0 0 0 19 0 1 0 120302785 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27678/statm: 1338 224 188 169 0 49 0
[pid=27680] ppid=27678 vsize=3476 CPUtime=1.91
/proc/27680/stat : 27680 (clasp-1.0) R 27678 27617 27270 0 -1 4194304 533 0 0 0 191 0 0 0 25 0 1 0 120302785 3559424 495 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134742319 0 0 4096 0 0 0 0 17 1 0 0
/proc/27680/statm: 869 495 249 81 0 243 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 21360

Child status: 0
Real time (s): 1802.74
CPU time (s): 1802.09
CPU user time (s): 1801.86
CPU system time (s): 0.222966
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 26288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.86
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16452
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 494
involuntary context switches= 4052

runsolver used 1.80572 second user time and 4.76128 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Mon Apr 16 11:14:33 UTC 2007

IDJOB= 354678
IDBENCH= 2878
IDSOLVER= 167
FILE ID= node34/354678-1176722073

PBS_JOBID= 4559490

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

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  9ce5413471f93025df24c6fa43fb2680

RANDOM SEED= 994100128

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1827352 kB
Buffers:         11000 kB
Cached:          47956 kB
SwapCached:       2720 kB
Active:         154912 kB
Inactive:        24200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827352 kB
SwapTotal:     4192956 kB
SwapFree:      4161272 kB
Dirty:             628 kB
Writeback:           0 kB
Mapped:         134272 kB
Slab:            34828 kB
Committed_AS:   446732 kB
PageTables:       1980 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= 66507 MiB

End job on node34 on Mon Apr 16 11:44:36 UTC 2007