Trace number 366534

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-23SAT (TO)41 1802.1 1802.93

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-fout.r.opb
MD5SUM40b50d0e4bc3f1ba5675c1e65f55a1d7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark0.036994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved YES
Number of variables431
Total number of constraints177
Number of constraints which are clauses177
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 constraint2
Maximum length of a constraint26
Number of terms in the objective function 431
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 431
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 431
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.08/0.10	o 203
1.18/1.23	o 60
1.22/1.75	o 59
2.13/2.24	o 58
2.18/2.75	o 57
3.11/3.27	o 56
3.22/3.75	o 55
4.71/4.88	o 54
5.70/5.81	o 53
7.19/7.32	o 52
8.28/8.48	o 51
9.40/9.56	o 50
10.59/10.71	o 49
11.70/11.83	o 48
12.86/13.06	o 47
13.96/14.19	o 46
18.15/18.33	o 45
46.55/46.73	o 44
99.98/100.29	o 43
116.87/117.11	o 42
1791.55/1792.46	o 41
1800.04/1800.90	sh: line 1: 29701 Done                    cat /tmp/evaluation/366534-1177062581/temp/instance-366534-1177062581.opb.op
1800.04/1800.90	     29702 Terminated              | clasp >/tmp/evaluation/366534-1177062581/temp/instance-366534-1177062581.opb.clasp
1800.04/1800.91	c Somebody sent me a SIGTERM
1800.04/1800.91	s SATISFIABLE
1800.04/1800.91	v x1 x27 x35 x43 x44 x65 x66 x72 x79 x85 x115 x116 x118 x133 x134 x144 x150 x156 x158 x179 x183 x234 x238 x260 x269 x271 x272 x287
1800.04/1800.91	v x291 x311 x337 x338 x342 x360 x369 x378 x385 x410 x420 x423 x429
1800.04/1800.92	pb2clasp1: no process killed
1800.04/1800.92	clasp: no process killed
1802.05/1802.92	sh: line 1: 29712 Done                    cat /tmp/evaluation/366534-1177062581/temp/instance-366534-1177062581.opb.op
1802.05/1802.92	     29713 Killed                  | clasp >/tmp/evaluation/366534-1177062581/temp/instance-366534-1177062581.opb.clasp

Verifier Data (download as text)

OK	41

Conversion Script Data (download as text)

/tmp/evaluation/366534-1177062581/instance-366534-1177062581.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node69/watcher-366534-1177062581 -o ROOT/results/node69/solver-366534-1177062581 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-366534-1177062581.opb /tmp/evaluation/366534-1177062581/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: 1.00 0.99 0.99 3/64 29326
/proc/meminfo: memFree=1788756/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12268 CPUtime=0
/proc/29326/stat : 29326 (pbclasp) D 29324 29326 27794 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 182247578 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237947812453 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/29326/statm: 3067 317 242 3 0 167 0

[startup+0.018753 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 29326
/proc/meminfo: memFree=1788756/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=0
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 512 0 0 0 0 0 0 0 16 0 1 0 182247578 12832768 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956542562 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/29326/statm: 3133 465 324 3 0 233 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12532

[startup+0.102613 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 29326
/proc/meminfo: memFree=1788756/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=0.08
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 688 2413 0 0 1 0 6 1 16 0 1 0 182247578 12832768 498 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956542562 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/29326/statm: 3133 498 343 3 0 233 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12532

[startup+0.301795 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 29326
/proc/meminfo: memFree=1788756/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=0.1
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 754 3332 0 0 1 0 7 2 16 0 1 0 182247578 12832768 498 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 498 343 3 0 233 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12532

[startup+0.701861 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 29326
/proc/meminfo: memFree=1788756/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=0.1
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 754 3332 0 0 1 0 7 2 16 0 1 0 182247578 12832768 498 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 498 343 3 0 233 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12532

[startup+1.50199 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29344
/proc/meminfo: memFree=1747964/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=1.22
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 885 17271 0 0 1 0 112 9 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 12532

[startup+3.10126 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29360
/proc/meminfo: memFree=1767996/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=2.7
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 1231 39117 0 0 1 1 247 21 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 12532

[startup+6.30177 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29400
/proc/meminfo: memFree=1768956/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=5.73
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 1718 67305 0 0 1 1 535 36 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 12532

[startup+12.7018 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29448
/proc/meminfo: memFree=1776556/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=11.75
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 2317 99855 0 0 2 2 1117 54 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29446] ppid=29326 vsize=5352 CPUtime=0
/proc/29446/stat : 29446 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182248765 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29446/statm: 1338 224 188 169 0 49 0
[pid=29448] ppid=29446 vsize=18884 CPUtime=0.81
/proc/29448/stat : 29448 (clasp) R 29446 29326 27794 0 -1 4194304 4912 0 0 0 79 2 0 0 25 0 1 0 182248765 19337216 4362 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741236 0 0 4096 0 0 0 0 17 1 0 0
/proc/29448/statm: 4721 4362 196 154 0 4191 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 36768

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29472
/proc/meminfo: memFree=1771380/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=18.22
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 2665 118495 0 0 2 2 1753 65 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29470] ppid=29326 vsize=5352 CPUtime=0
/proc/29470/stat : 29470 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182249412 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29470/statm: 1338 224 188 169 0 49 0
[pid=29472] ppid=29470 vsize=18584 CPUtime=7.13
/proc/29472/stat : 29472 (clasp) R 29470 29326 27794 0 -1 4194304 4720 0 0 0 712 1 0 0 25 0 1 0 182249413 19030016 4191 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740910 0 0 4096 0 0 0 0 17 1 0 0
/proc/29472/statm: 4646 4191 196 154 0 4116 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 36468

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29480
/proc/meminfo: memFree=1771780/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=46.6
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 2784 126704 0 0 2 2 4585 71 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29478] ppid=29326 vsize=5352 CPUtime=0
/proc/29478/stat : 29478 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182252257 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29478/statm: 1338 224 188 169 0 49 0
[pid=29480] ppid=29478 vsize=17848 CPUtime=4.29
/proc/29480/stat : 29480 (clasp) R 29478 29326 27794 0 -1 4194304 4625 0 0 0 428 1 0 0 25 0 1 0 182252257 18276352 4092 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740840 0 0 4096 0 0 0 0 17 1 0 0
/proc/29480/statm: 4462 4092 196 154 0 3932 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 35732

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29488
/proc/meminfo: memFree=1772044/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=100.1
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 2899 136673 0 0 2 2 9926 80 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29486] ppid=29326 vsize=5352 CPUtime=0
/proc/29486/stat : 29486 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182257609 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29486/statm: 1338 224 188 169 0 49 0
[pid=29488] ppid=29486 vsize=17684 CPUtime=1.97
/proc/29488/stat : 29488 (clasp) R 29486 29326 27794 0 -1 4194304 4542 0 0 0 196 1 0 0 25 0 1 0 182257609 18108416 4008 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746405 0 0 4096 0 0 0 0 17 1 0 0
/proc/29488/statm: 4421 4008 196 154 0 3891 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 35568

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29496
/proc/meminfo: memFree=1759308/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=116.91
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3010 143381 0 0 2 2 11603 84 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29494] ppid=29326 vsize=5352 CPUtime=0
/proc/29494/stat : 29494 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182259290 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29494/statm: 1338 224 188 169 0 49 0
[pid=29496] ppid=29494 vsize=30692 CPUtime=45.14
/proc/29496/stat : 29496 (clasp) R 29494 29326 27794 0 -1 4194304 7782 0 0 0 4510 4 0 0 25 0 1 0 182259291 31428608 7251 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741337 0 0 4096 0 0 0 0 17 1 0 0
/proc/29496/statm: 7673 7251 196 154 0 7143 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 48576

[startup+222.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29496
/proc/meminfo: memFree=1748364/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=116.91
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3010 143381 0 0 2 2 11603 84 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29494] ppid=29326 vsize=5352 CPUtime=0
/proc/29494/stat : 29494 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182259290 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29494/statm: 1338 224 188 169 0 49 0
[pid=29496] ppid=29494 vsize=41704 CPUtime=105.12
/proc/29496/stat : 29496 (clasp) R 29494 29326 27794 0 -1 4194304 10573 0 0 0 10506 6 0 0 25 0 1 0 182259291 42704896 9940 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769173 0 0 4096 0 0 0 0 17 1 0 0
/proc/29496/statm: 10426 9940 196 154 0 9896 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 59588

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29496
/proc/meminfo: memFree=1742540/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=116.91
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3010 143381 0 0 2 2 11603 84 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29494] ppid=29326 vsize=5352 CPUtime=0
/proc/29494/stat : 29494 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182259290 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29494/statm: 1338 224 188 169 0 49 0
[pid=29496] ppid=29494 vsize=47452 CPUtime=165.1
/proc/29496/stat : 29496 (clasp) R 29494 29326 27794 0 -1 4194304 12017 0 0 0 16502 8 0 0 25 0 1 0 182259291 48590848 11384 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/29496/statm: 11863 11384 196 154 0 11333 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 65336

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 29496
/proc/meminfo: memFree=1735180/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=116.91
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3010 143381 0 0 2 2 11603 84 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29494] ppid=29326 vsize=5352 CPUtime=0
/proc/29494/stat : 29494 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182259290 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29494/statm: 1338 224 188 169 0 49 0
[pid=29496] ppid=29494 vsize=55008 CPUtime=225.09
/proc/29496/stat : 29496 (clasp) R 29494 29326 27794 0 -1 4194304 13898 0 0 0 22499 10 0 0 25 0 1 0 182259291 56328192 13221 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134746407 0 0 4096 0 0 0 0 17 1 0 0
/proc/29496/statm: 13752 13221 196 154 0 13222 0

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


[startup+1542.3 s]
/proc/loadavg: 1.24 1.09 1.03 2/67 29694
/proc/meminfo: memFree=1677836/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=116.91
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3010 143381 0 0 2 2 11603 84 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29494] ppid=29326 vsize=5352 CPUtime=0
/proc/29494/stat : 29494 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182259290 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29494/statm: 1338 224 188 169 0 49 0
[pid=29496] ppid=29494 vsize=114256 CPUtime=1424.61
/proc/29496/stat : 29496 (clasp) R 29494 29326 27794 0 -1 4194304 30065 0 0 0 142435 26 0 0 25 0 1 0 182259291 116998144 27418 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/29496/statm: 28564 27418 196 154 0 28034 0
Current children cumulated CPU time (s) 1541.52
Current children cumulated vsize (KiB) 132140

[startup+1602.3 s]
/proc/loadavg: 1.10 1.08 1.02 2/67 29694
/proc/meminfo: memFree=1676940/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=116.91
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3010 143381 0 0 2 2 11603 84 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29494] ppid=29326 vsize=5352 CPUtime=0
/proc/29494/stat : 29494 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182259290 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29494/statm: 1338 224 188 169 0 49 0
[pid=29496] ppid=29494 vsize=115332 CPUtime=1484.6
/proc/29496/stat : 29496 (clasp) R 29494 29326 27794 0 -1 4194304 30574 0 0 0 148433 27 0 0 25 0 1 0 182259291 118099968 27630 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740698 0 0 4096 0 0 0 0 17 1 0 0
/proc/29496/statm: 28833 27630 196 154 0 28303 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 133216

[startup+1662.3 s]
/proc/loadavg: 1.03 1.06 1.01 2/67 29694
/proc/meminfo: memFree=1676812/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=116.91
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3010 143381 0 0 2 2 11603 84 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29494] ppid=29326 vsize=5352 CPUtime=0
/proc/29494/stat : 29494 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182259290 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29494/statm: 1338 224 188 169 0 49 0
[pid=29496] ppid=29494 vsize=115580 CPUtime=1544.58
/proc/29496/stat : 29496 (clasp) R 29494 29326 27794 0 -1 4194304 30689 0 0 0 154431 27 0 0 25 0 1 0 182259291 118353920 27690 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/29496/statm: 28895 27690 196 154 0 28365 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 133464

[startup+1722.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 29694
/proc/meminfo: memFree=1676428/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=116.91
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3010 143381 0 0 2 2 11603 84 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29494] ppid=29326 vsize=5352 CPUtime=0
/proc/29494/stat : 29494 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182259290 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29494/statm: 1338 224 188 169 0 49 0
[pid=29496] ppid=29494 vsize=116012 CPUtime=1604.56
/proc/29496/stat : 29496 (clasp) R 29494 29326 27794 0 -1 4194304 30833 0 0 0 160429 27 0 0 25 0 1 0 182259291 118796288 27798 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740867 0 0 4096 0 0 0 0 17 1 0 0
/proc/29496/statm: 29003 27798 196 154 0 28473 0
Current children cumulated CPU time (s) 1721.47
Current children cumulated vsize (KiB) 133896

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 29694
/proc/meminfo: memFree=1675916/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=116.91
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3010 143381 0 0 2 2 11603 84 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29494] ppid=29326 vsize=5352 CPUtime=0
/proc/29494/stat : 29494 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 182259290 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29494/statm: 1338 224 188 169 0 49 0
[pid=29496] ppid=29494 vsize=116568 CPUtime=1664.54
/proc/29496/stat : 29496 (clasp) R 29494 29326 27794 0 -1 4194304 31188 0 0 0 166426 28 0 0 25 0 1 0 182259291 119365632 27928 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 1 0 0
/proc/29496/statm: 29142 27928 196 154 0 28612 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 134452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 29702
/proc/meminfo: memFree=1771788/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=1791.64
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3125 175936 0 0 2 3 179044 115 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29700] ppid=29326 vsize=5352 CPUtime=0
/proc/29700/stat : 29700 (sh) S 29326 29326 27794 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 182426826 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29700/statm: 1338 224 188 169 0 49 0
[pid=29702] ppid=29700 vsize=17800 CPUtime=8.4
/proc/29702/stat : 29702 (clasp) R 29700 29326 27794 0 -1 4194304 4505 0 0 0 838 2 0 0 25 0 1 0 182426826 18227200 3976 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740810 0 0 4096 0 0 0 0 17 1 0 0
/proc/29702/statm: 4450 3976 196 154 0 3920 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 35684

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.03 1.00 2/67 29702
/proc/meminfo: memFree=1771788/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=1800.09
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3286 182233 0 0 3 3 179883 120 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 12532

[startup+1802.2 s]
/proc/loadavg: 1.00 1.03 1.00 2/68 29713
/proc/meminfo: memFree=1772356/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=1800.09
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3286 182233 0 0 3 3 179883 120 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29711] ppid=29326 vsize=5352 CPUtime=0
/proc/29711/stat : 29711 (sh) S 29326 29326 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182427670 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29711/statm: 1338 224 188 169 0 49 0
[pid=29713] ppid=29711 vsize=17404 CPUtime=1.26
/proc/29713/stat : 29713 (clasp) R 29711 29326 27794 0 -1 4194304 4384 0 0 0 124 2 0 0 25 0 1 0 182427671 17821696 3855 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740536 0 0 4096 0 0 0 0 17 1 0 0
/proc/29713/statm: 4351 3855 196 154 0 3821 0
Current children cumulated CPU time (s) 1801.35
Current children cumulated vsize (KiB) 35288

[startup+1802.6 s]
/proc/loadavg: 1.00 1.03 1.00 2/68 29713
/proc/meminfo: memFree=1772356/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=1800.09
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3286 182233 0 0 3 3 179883 120 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29711] ppid=29326 vsize=5352 CPUtime=0
/proc/29711/stat : 29711 (sh) S 29326 29326 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182427670 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29711/statm: 1338 224 188 169 0 49 0
[pid=29713] ppid=29711 vsize=17404 CPUtime=1.66
/proc/29713/stat : 29713 (clasp) R 29711 29326 27794 0 -1 4194304 4387 0 0 0 164 2 0 0 25 0 1 0 182427671 17821696 3858 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740840 0 0 4096 0 0 0 0 17 1 0 0
/proc/29713/statm: 4351 3858 196 154 0 3821 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 35288

[startup+1802.8 s]
/proc/loadavg: 1.00 1.03 1.00 2/68 29713
/proc/meminfo: memFree=1772292/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=1800.09
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3286 182233 0 0 3 3 179883 120 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29711] ppid=29326 vsize=5352 CPUtime=0
/proc/29711/stat : 29711 (sh) S 29326 29326 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182427670 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29711/statm: 1338 224 188 169 0 49 0
[pid=29713] ppid=29711 vsize=17404 CPUtime=1.86
/proc/29713/stat : 29713 (clasp) R 29711 29326 27794 0 -1 4194304 4388 0 0 0 184 2 0 0 25 0 1 0 182427671 17821696 3859 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134714469 0 0 4096 0 0 0 0 17 1 0 0
/proc/29713/statm: 4351 3859 196 154 0 3821 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 35288

[startup+1802.91 s]
/proc/loadavg: 1.00 1.03 1.00 2/68 29713
/proc/meminfo: memFree=1772292/2055920 swapFree=4182908/4192956
[pid=29326] ppid=29324 vsize=12532 CPUtime=1800.09
/proc/29326/stat : 29326 (pbclasp) S 29324 29326 27794 0 -1 4194304 3286 182233 0 0 3 3 179883 120 16 0 1 0 182247578 12832768 499 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 237956546452 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/29326/statm: 3133 499 343 3 0 233 0
[pid=29711] ppid=29326 vsize=5352 CPUtime=0
/proc/29711/stat : 29711 (sh) S 29326 29326 27794 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182427670 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29711/statm: 1338 224 188 169 0 49 0
[pid=29713] ppid=29711 vsize=17404 CPUtime=1.96
/proc/29713/stat : 29713 (clasp) R 29711 29326 27794 0 -1 4194304 4388 0 0 0 194 2 0 0 25 0 1 0 182427671 17821696 3859 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740540 0 0 4096 0 0 0 0 17 1 0 0
/proc/29713/statm: 4351 3859 196 154 0 3821 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 35288

Child status: 0
Real time (s): 1802.93
CPU time (s): 1802.1
CPU user time (s): 1800.83
CPU system time (s): 1.26581
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 134452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.83
system time used= 1.26581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190439
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= 1330
involuntary context switches= 1568

runsolver used 2.31865 second user time and 4.25035 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Fri Apr 20 09:49:41 UTC 2007

IDJOB= 366534
IDBENCH= 2867
IDSOLVER= 158
FILE ID= node69/366534-1177062581

PBS_JOBID= 4640188

Free space on /tmp= 66497 MiB

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

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  40b50d0e4bc3f1ba5675c1e65f55a1d7

RANDOM SEED= 98063616

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1789356 kB
Buffers:         43576 kB
Cached:         159628 kB
SwapCached:       3788 kB
Active:          38464 kB
Inactive:       174924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789356 kB
SwapTotal:     4192956 kB
SwapFree:      4182908 kB
Dirty:            1068 kB
Writeback:           0 kB
Mapped:          15828 kB
Slab:            39152 kB
Committed_AS:  2172428 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66497 MiB

End job on node69 on Fri Apr 20 10:19:45 UTC 2007