Trace number 363741

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)1569 1802.06 1802.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-c8.opb
MD5SUMc919b2e3620f35e89404416810e81e0b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1194
Best CPU time to get the best result obtained on this benchmark0.112982
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1194
Optimality of the best value was proved YES
Number of variables239
Total number of constraints524
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4
Minimum length of a constraint1
Maximum length of a constraint36
Number of terms in the objective function 239
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 10012
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 10012
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.09	o 1637
0.07/0.12	o 1597
0.07/0.15	o 1588
0.07/0.18	o 1587
0.17/0.21	o 1579
0.17/0.24	o 1578
0.23/0.34	o 1570
910.45/910.82	o 1569
1800.01/1800.61	sh: line 1: 24354 Done                    cat /tmp/evaluation/363741-1177031922/temp/instance-363741-1177031922.opb.op
1800.01/1800.61	     24355 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/363741-1177031922/temp/instance-363741-1177031922.opb.clasp
1800.01/1800.62	c Somebody sent me a SIGTERM
1800.01/1800.62	s SATISFIABLE
1800.01/1800.62	v x3 x12 x13 x18 x19 x29 x31 x32 x37 x50 x57 x58 x61 x81 x104 x114 x119 x120 x121 x122 x123 x124 x125 x129 x130 x131 x132 x133 x139
1800.01/1800.62	v x141 x142 x150 x153 x159 x161 x168 x186 x197 x208 x236
1800.01/1800.62	pb2clasp1: no process killed
1800.01/1800.63	clasp-1.0: no process killed
1802.00/1802.62	sh: line 1: 24367 Done                    cat /tmp/evaluation/363741-1177031922/temp/instance-363741-1177031922.opb.op
1802.00/1802.62	     24368 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/363741-1177031922/temp/instance-363741-1177031922.opb.clasp

Verifier Data (download as text)

OK	1569

Conversion Script Data (download as text)

/tmp/evaluation/363741-1177031922/instance-363741-1177031922.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/node41/watcher-363741-1177031922 -o ROOT/results/node41/solver-363741-1177031922 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-363741-1177031922.opb /tmp/evaluation/363741-1177031922/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.93 0.98 0.99 3/77 24281
/proc/meminfo: memFree=1782880/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12268 CPUtime=0
/proc/24281/stat : 24281 (pbclasp) R 24279 24281 23172 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 151104083 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238390311525 0 0 4224 0 0 0 0 17 1 0 0
/proc/24281/statm: 3067 317 242 3 0 167 0

[startup+0.0520429 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 24281
/proc/meminfo: memFree=1782880/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12400 CPUtime=0
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 500 0 0 0 0 0 0 0 16 0 1 0 151104083 12697600 453 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399041634 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/24281/statm: 3100 453 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101053 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 24281
/proc/meminfo: memFree=1782880/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.07
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 688 2536 0 0 0 0 6 1 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399041634 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12528

[startup+0.301066 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 24281
/proc/meminfo: memFree=1782880/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.23
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1274 11731 0 0 1 1 13 8 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4231 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 12528

[startup+0.701097 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 24281
/proc/meminfo: memFree=1782880/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 12528

[startup+1.50217 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1781232/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0
[pid=24347] ppid=24345 vsize=3208 CPUtime=1.13
/proc/24347/stat : 24347 (clasp-1.0) R 24345 24281 23172 0 -1 4194304 454 0 0 0 113 0 0 0 25 0 1 0 151104119 3284992 416 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737442 0 0 4096 0 0 0 0 17 1 0 0
/proc/24347/statm: 802 416 249 81 0 176 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 21088

[startup+3.10131 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1780976/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0
[pid=24347] ppid=24345 vsize=3340 CPUtime=2.73
/proc/24347/stat : 24347 (clasp-1.0) R 24345 24281 23172 0 -1 4194304 479 0 0 0 273 0 0 0 25 0 1 0 151104119 3420160 441 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714864 0 0 4096 0 0 0 0 17 1 0 0
/proc/24347/statm: 835 441 249 81 0 209 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 21220

[startup+6.30158 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1780736/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0
[pid=24347] ppid=24345 vsize=3468 CPUtime=5.93
/proc/24347/stat : 24347 (clasp-1.0) R 24345 24281 23172 0 -1 4194304 521 0 0 0 593 0 0 0 25 0 1 0 151104119 3551232 483 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784657 0 0 4096 0 0 0 0 17 1 0 0
/proc/24347/statm: 867 483 249 81 0 241 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 21348

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1780488/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0
[pid=24347] ppid=24345 vsize=3736 CPUtime=12.33
/proc/24347/stat : 24347 (clasp-1.0) R 24345 24281 23172 0 -1 4194304 574 0 0 0 1233 0 0 0 25 0 1 0 151104119 3825664 536 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/24347/statm: 934 536 249 81 0 308 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 21616

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1780168/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0
[pid=24347] ppid=24345 vsize=4004 CPUtime=25.12
/proc/24347/stat : 24347 (clasp-1.0) R 24345 24281 23172 0 -1 4194304 668 0 0 0 2512 0 0 0 25 0 1 0 151104119 4100096 630 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715268 0 0 4096 0 0 0 0 17 1 0 0
/proc/24347/statm: 1001 630 249 81 0 375 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 21884

[startup+51.1015 s]
/proc/loadavg: 0.97 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1779784/2055920 swapFree=4153284/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0
[pid=24347] ppid=24345 vsize=4540 CPUtime=50.71
/proc/24347/stat : 24347 (clasp-1.0) R 24345 24281 23172 0 -1 4194304 774 0 0 0 5071 0 0 0 25 0 1 0 151104119 4648960 736 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617549 0 0 4096 0 0 0 0 17 1 0 0
/proc/24347/statm: 1135 736 249 81 0 509 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 22420

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1779272/2055920 swapFree=4153348/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0
[pid=24347] ppid=24345 vsize=5084 CPUtime=101.91
/proc/24347/stat : 24347 (clasp-1.0) R 24345 24281 23172 0 -1 4194304 931 0 0 0 10190 1 0 0 25 0 1 0 151104119 5206016 893 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715273 0 0 4096 0 0 0 0 17 1 0 0
/proc/24347/statm: 1271 893 249 81 0 645 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 22964

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1778760/2055920 swapFree=4153348/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0
[pid=24347] ppid=24345 vsize=5488 CPUtime=161.89
/proc/24347/stat : 24347 (clasp-1.0) R 24345 24281 23172 0 -1 4194304 1042 0 0 0 16188 1 0 0 25 0 1 0 151104119 5619712 1004 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714774 0 0 4096 0 0 0 0 17 1 0 0
/proc/24347/statm: 1372 1004 249 81 0 746 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 23368

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1778504/2055920 swapFree=4153348/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0
[pid=24347] ppid=24345 vsize=5760 CPUtime=221.87
/proc/24347/stat : 24347 (clasp-1.0) R 24345 24281 23172 0 -1 4194304 1104 0 0 0 22186 1 0 0 25 0 1 0 151104119 5898240 1066 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784670 0 0 4096 0 0 0 0 17 1 0 0
/proc/24347/statm: 1440 1066 249 81 0 814 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 23640

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/80 24347
/proc/meminfo: memFree=1778248/2055920 swapFree=4153412/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=0.26
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1397 13891 0 0 1 1 15 9 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24345] ppid=24281 vsize=5352 CPUtime=0
/proc/24345/stat : 24345 (sh) S 24281 24281 23172 0 -1 4194304 285 121 0 0 0 0 0 0 19 0 1 0 151104118 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24345/statm: 1338 224 188 169 0 49 0

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


[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 24357
/proc/meminfo: memFree=1777616/2055920 swapFree=4153928/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=910.49
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1517 16731 0 0 1 1 91033 14 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24353] ppid=24281 vsize=5352 CPUtime=0
/proc/24353/stat : 24353 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151195166 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24353/statm: 1338 224 188 169 0 49 0
[pid=24355] ppid=24353 vsize=6692 CPUtime=511.32
/proc/24355/stat : 24355 (clasp-1.0) R 24353 24281 23172 0 -1 4194304 1304 0 0 0 51130 2 0 0 25 0 1 0 151195167 6852608 1266 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782474 0 0 4096 0 0 0 0 17 1 0 0
/proc/24355/statm: 1673 1266 249 81 0 1047 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 24572

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 24357
/proc/meminfo: memFree=1777488/2055920 swapFree=4153928/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=910.49
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1517 16731 0 0 1 1 91033 14 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24353] ppid=24281 vsize=5352 CPUtime=0
/proc/24353/stat : 24353 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151195166 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24353/statm: 1338 224 188 169 0 49 0
[pid=24355] ppid=24353 vsize=6692 CPUtime=571.3
/proc/24355/stat : 24355 (clasp-1.0) R 24353 24281 23172 0 -1 4194304 1330 0 0 0 57128 2 0 0 25 0 1 0 151195167 6852608 1292 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715290 0 0 4096 0 0 0 0 17 1 0 0
/proc/24355/statm: 1673 1292 249 81 0 1047 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 24572

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 24357
/proc/meminfo: memFree=1777488/2055920 swapFree=4153928/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=910.49
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1517 16731 0 0 1 1 91033 14 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24353] ppid=24281 vsize=5352 CPUtime=0
/proc/24353/stat : 24353 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151195166 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24353/statm: 1338 224 188 169 0 49 0
[pid=24355] ppid=24353 vsize=6840 CPUtime=631.28
/proc/24355/stat : 24355 (clasp-1.0) R 24353 24281 23172 0 -1 4194304 1348 0 0 0 63126 2 0 0 25 0 1 0 151195167 7004160 1310 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715790 0 0 4096 0 0 0 0 17 1 0 0
/proc/24355/statm: 1710 1310 249 81 0 1084 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 24720

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 24357
/proc/meminfo: memFree=1777296/2055920 swapFree=4153992/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=910.49
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1517 16731 0 0 1 1 91033 14 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24353] ppid=24281 vsize=5352 CPUtime=0
/proc/24353/stat : 24353 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151195166 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24353/statm: 1338 224 188 169 0 49 0
[pid=24355] ppid=24353 vsize=6972 CPUtime=691.26
/proc/24355/stat : 24355 (clasp-1.0) R 24353 24281 23172 0 -1 4194304 1390 0 0 0 69124 2 0 0 25 0 1 0 151195167 7139328 1352 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/24355/statm: 1743 1352 249 81 0 1117 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 24852

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 24357
/proc/meminfo: memFree=1777232/2055920 swapFree=4153992/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=910.49
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1517 16731 0 0 1 1 91033 14 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24353] ppid=24281 vsize=5352 CPUtime=0
/proc/24353/stat : 24353 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151195166 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24353/statm: 1338 224 188 169 0 49 0
[pid=24355] ppid=24353 vsize=6972 CPUtime=751.25
/proc/24355/stat : 24355 (clasp-1.0) R 24353 24281 23172 0 -1 4194304 1390 0 0 0 75122 3 0 0 25 0 1 0 151195167 7139328 1352 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784711 0 0 4096 0 0 0 0 17 1 0 0
/proc/24355/statm: 1743 1352 249 81 0 1117 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 24852

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 24357
/proc/meminfo: memFree=1777296/2055920 swapFree=4154056/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=910.49
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1517 16731 0 0 1 1 91033 14 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24353] ppid=24281 vsize=5352 CPUtime=0
/proc/24353/stat : 24353 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151195166 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24353/statm: 1338 224 188 169 0 49 0
[pid=24355] ppid=24353 vsize=6972 CPUtime=811.23
/proc/24355/stat : 24355 (clasp-1.0) R 24353 24281 23172 0 -1 4194304 1397 0 0 0 81120 3 0 0 25 0 1 0 151195167 7139328 1359 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714801 0 0 4096 0 0 0 0 17 1 0 0
/proc/24355/statm: 1743 1359 249 81 0 1117 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 24852

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 24357
/proc/meminfo: memFree=1777232/2055920 swapFree=4154056/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=910.49
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1517 16731 0 0 1 1 91033 14 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24353] ppid=24281 vsize=5352 CPUtime=0
/proc/24353/stat : 24353 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151195166 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24353/statm: 1338 224 188 169 0 49 0
[pid=24355] ppid=24353 vsize=7104 CPUtime=871.22
/proc/24355/stat : 24355 (clasp-1.0) R 24353 24281 23172 0 -1 4194304 1401 0 0 0 87119 3 0 0 25 0 1 0 151195167 7274496 1363 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/24355/statm: 1776 1363 249 81 0 1150 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 24984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 24357
/proc/meminfo: memFree=1777168/2055920 swapFree=4154056/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=910.49
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1517 16731 0 0 1 1 91033 14 16 0 1 0 151104083 12828672 480 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 480 343 3 0 232 0
[pid=24353] ppid=24281 vsize=5352 CPUtime=0
/proc/24353/stat : 24353 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151195166 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24353/statm: 1338 224 188 169 0 49 0
[pid=24355] ppid=24353 vsize=7104 CPUtime=889.52
/proc/24355/stat : 24355 (clasp-1.0) R 24353 24281 23172 0 -1 4194304 1405 0 0 0 88949 3 0 0 25 0 1 0 151195167 7274496 1367 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715308 0 0 4096 0 0 0 0 17 1 0 0
/proc/24355/statm: 1776 1367 249 81 0 1150 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 24984

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 24357
/proc/meminfo: memFree=1777168/2055920 swapFree=4154056/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=1800.05
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1680 19933 0 0 1 1 179983 20 16 0 1 0 151104083 12828672 482 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 482 343 3 0 232 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 12528

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24368
/proc/meminfo: memFree=1780680/2055920 swapFree=4154056/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=1800.05
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1680 19933 0 0 1 1 179983 20 16 0 1 0 151104083 12828672 482 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 482 343 3 0 232 0
[pid=24366] ppid=24281 vsize=5352 CPUtime=0
/proc/24366/stat : 24366 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151284146 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24366/statm: 1338 224 188 169 0 49 0
[pid=24368] ppid=24366 vsize=3212 CPUtime=1.55
/proc/24368/stat : 24368 (clasp-1.0) R 24366 24281 23172 0 -1 4194304 468 0 0 0 155 0 0 0 25 0 1 0 151284146 3289088 430 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784610 0 0 4096 0 0 0 0 17 1 0 0
/proc/24368/statm: 803 430 249 81 0 177 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 21092

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24368
/proc/meminfo: memFree=1780680/2055920 swapFree=4154056/4192956
[pid=24281] ppid=24279 vsize=12528 CPUtime=1800.05
/proc/24281/stat : 24281 (pbclasp) S 24279 24281 23172 0 -1 4194304 1680 19933 0 0 1 1 179983 20 16 0 1 0 151104083 12828672 482 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238399045524 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 3132 482 343 3 0 232 0
[pid=24366] ppid=24281 vsize=5352 CPUtime=0
/proc/24366/stat : 24366 (sh) S 24281 24281 23172 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 151284146 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24366/statm: 1338 224 188 169 0 49 0
[pid=24368] ppid=24366 vsize=3212 CPUtime=1.95
/proc/24368/stat : 24368 (clasp-1.0) R 24366 24281 23172 0 -1 4194304 472 0 0 0 195 0 0 0 25 0 1 0 151284146 3289088 434 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134713707 0 0 4096 0 0 0 0 17 1 0 0
/proc/24368/statm: 803 434 249 81 0 177 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 21092

Child status: 0
Real time (s): 1802.63
CPU time (s): 1802.06
CPU user time (s): 1801.83
CPU system time (s): 0.221966
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 25256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.83
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22597
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= 683
involuntary context switches= 2364

runsolver used 1.78473 second user time and 4.78027 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Fri Apr 20 01:18:42 UTC 2007

IDJOB= 363741
IDBENCH= 2021
IDSOLVER= 167
FILE ID= node41/363741-1177031922

PBS_JOBID= 4630618

Free space on /tmp= 66348 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-c8.opb
COMMAND LINE= pbclasp instance-363741-1177031922.opb /tmp/evaluation/363741-1177031922/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node41/convwatcher-363741-1177031922 -o ROOT/results/node41/conversion-363741-1177031922 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/363741-1177031922/instance-363741-1177031922.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  c919b2e3620f35e89404416810e81e0b

RANDOM SEED= 306901034

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.232
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.232
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:       1783288 kB
Buffers:         36744 kB
Cached:         146348 kB
SwapCached:       2684 kB
Active:         102720 kB
Inactive:       116688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783288 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:             648 kB
Writeback:           0 kB
Mapped:          44128 kB
Slab:            38412 kB
Committed_AS:  2583960 kB
PageTables:       2052 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= 66348 MiB

End job on node41 on Fri Apr 20 01:48:45 UTC 2007