Trace number 372978

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)25 1802.08 1802.83

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir06_area_delay.opb
MD5SUM21fb64899a6dc4867ccfcbb30d44d536
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark206.965
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables5537
Total number of constraints15855
Number of constraints which are clauses15855
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 constraint1
Maximum length of a constraint127
Number of terms in the objective function 2646
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 2646
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2646
Number of bits of the biggest sum of numbers12
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)

1.13/1.58	o 36
1.58/2.06	o 29
2.26/2.38	o 28
2.37/2.70	o 27
2.68/3.03	o 26
3.24/3.35	o 25
1800.04/1800.81	sh: line 1: 14090 Done                    cat /tmp/evaluation/372978-1177152591/temp/instance-372978-1177152591.opb.op
1800.04/1800.81	     14091 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/372978-1177152591/temp/instance-372978-1177152591.opb.clasp
1800.04/1800.82	c Somebody sent me a SIGTERM
1800.04/1800.82	s SATISFIABLE
1800.04/1800.82	v x13 x14 x15 x21 x22 x25 x28 x29 x31 x34 x35 x37 x53 x60 x71 x73 x87 x94 x106 x113 x116 x119 x120 x122 x133 x136 x137 x147 x148 x149
1800.04/1800.82	v x166 x168 x172 x174 x179 x184 x185 x188 x189 x191 x195 x232 x234 x240 x247 x248 x250 x257 x259 x261 x268 x270 x273 x275 x276 x278
1800.04/1800.82	v x282 x284 x288 x290 x291 x293 x297 x299 x300 x301 x302 x357 x358 x854 x855 x866 x867 x876 x877 x1006 x1009 x1010 x1012 x1039
1800.04/1800.82	v x1040 x1044 x1045 x1047 x1061 x1062 x1063 x1067 x1121 x1122 x1174 x1179 x1180 x1389 x1390 x2609 x2610 x2742 x2788 x3028 x3029
1800.04/1800.82	v x3090 x3091 x3677 x3678 x4885 x4886 x4953 x4954
1800.04/1800.82	pb2clasp1: no process killed
1800.04/1800.83	clasp-1.0: no process killed
1802.02/1802.82	sh: line 1: 14299 Done                    cat /tmp/evaluation/372978-1177152591/temp/instance-372978-1177152591.opb.op
1802.02/1802.82	     14300 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/372978-1177152591/temp/instance-372978-1177152591.opb.clasp

Verifier Data (download as text)

OK	25

Conversion Script Data (download as text)

/tmp/evaluation/372978-1177152591/instance-372978-1177152591.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/node25/watcher-372978-1177152591 -o ROOT/results/node25/solver-372978-1177152591 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-372978-1177152591.opb /tmp/evaluation/372978-1177152591/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 1.00 1.00 3/64 14033
/proc/meminfo: memFree=1781144/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=12268 CPUtime=0
/proc/14033/stat : 14033 (pbclasp) D 14031 14033 13472 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 163176202 12562432 317 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253307353701 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/14033/statm: 3067 317 242 3 0 167 0

[startup+0.105743 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14033
/proc/meminfo: memFree=1781144/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13212 CPUtime=0.09
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 692 0 0 0 9 0 0 0 16 0 1 0 163176202 13529088 644 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316083810 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/14033/statm: 3303 644 324 3 0 403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13212

[startup+0.201754 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14033
/proc/meminfo: memFree=1781144/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13212 CPUtime=0.09
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 692 0 0 0 9 0 0 0 16 0 1 0 163176202 13529088 644 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316083810 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/14033/statm: 3303 644 324 3 0 403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13212

[startup+0.301771 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14033
/proc/meminfo: memFree=1781144/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13212 CPUtime=0.09
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 692 0 0 0 9 0 0 0 16 0 1 0 163176202 13529088 644 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316083810 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/14033/statm: 3303 644 324 3 0 403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13212

[startup+0.701839 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14033
/proc/meminfo: memFree=1781144/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13212 CPUtime=0.09
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 692 0 0 0 9 0 0 0 16 0 1 0 163176202 13529088 644 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316083810 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/14033/statm: 3303 644 324 3 0 403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13212

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14036
/proc/meminfo: memFree=1778496/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=1.13
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 911 1604 0 0 9 0 103 1 16 0 1 0 163176202 13799424 723 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/14033/statm: 3369 723 343 3 0 469 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13476

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 14059
/proc/meminfo: memFree=1774776/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1519 21024 0 0 11 0 272 17 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 13476

[startup+6.30179 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14091
/proc/meminfo: memFree=1769064/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=11020 CPUtime=2.86
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 2533 0 0 0 286 0 0 0 25 0 1 0 163176540 11284480 2361 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 2755 2361 249 81 0 2129 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 29852

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14091
/proc/meminfo: memFree=1769000/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=11020 CPUtime=9.25
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 2533 0 0 0 925 0 0 0 25 0 1 0 163176540 11284480 2361 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784610 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 2755 2361 249 81 0 2129 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 29852

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14091
/proc/meminfo: memFree=1769080/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=11156 CPUtime=22.05
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 2548 0 0 0 2204 1 0 0 25 0 1 0 163176540 11423744 2376 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784698 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 2789 2376 249 81 0 2163 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 29988

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14091
/proc/meminfo: memFree=1767288/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=13116 CPUtime=47.64
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 3021 0 0 0 4763 1 0 0 25 0 1 0 163176540 13430784 2849 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784520 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 3279 2849 249 81 0 2653 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 31948

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14091
/proc/meminfo: memFree=1766072/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=14204 CPUtime=98.83
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 3314 0 0 0 9882 1 0 0 25 0 1 0 163176540 14544896 3142 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737510 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 3551 3142 249 81 0 2925 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 33036

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14091
/proc/meminfo: memFree=1764600/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=15896 CPUtime=158.81
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 3735 0 0 0 15879 2 0 0 25 0 1 0 163176540 16277504 3518 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784643 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 3974 3518 249 81 0 3348 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 34728

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14091
/proc/meminfo: memFree=1763064/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=17440 CPUtime=218.79
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 4151 0 0 0 21877 2 0 0 25 0 1 0 163176540 17858560 3898 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784653 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 4360 3898 249 81 0 3734 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 36272

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14091
/proc/meminfo: memFree=1762104/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=18424 CPUtime=278.77
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 4389 0 0 0 27875 2 0 0 25 0 1 0 163176540 18866176 4136 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 4606 4136 249 81 0 3980 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 37256

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14091
/proc/meminfo: memFree=1761656/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0

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


[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14289
/proc/meminfo: memFree=1752120/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=28664 CPUtime=1478.29
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 7195 0 0 0 147820 9 0 0 25 0 1 0 163176540 29351936 6579 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134714702 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 7166 6579 249 81 0 6540 0
Current children cumulated CPU time (s) 1481.63
Current children cumulated vsize (KiB) 47496

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14289
/proc/meminfo: memFree=1752056/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=28808 CPUtime=1538.28
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 7221 0 0 0 153819 9 0 0 25 0 1 0 163176540 29499392 6605 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 7202 6605 249 81 0 6576 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 47640

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14289
/proc/meminfo: memFree=1751416/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=29464 CPUtime=1598.25
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 7379 0 0 0 159816 9 0 0 25 0 1 0 163176540 30171136 6763 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 7366 6763 249 81 0 6740 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 48296

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14289
/proc/meminfo: memFree=1751160/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=29860 CPUtime=1658.23
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 7457 0 0 0 165814 9 0 0 25 0 1 0 163176540 30576640 6841 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 7465 6841 249 81 0 6839 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 48692

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14289
/proc/meminfo: memFree=1750584/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=30104 CPUtime=1718.21
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 7576 0 0 0 171811 10 0 0 25 0 1 0 163176540 30826496 6924 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 7526 6924 249 81 0 6900 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 48936

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14289
/proc/meminfo: memFree=1750584/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=30104 CPUtime=1778.19
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 7578 0 0 0 177809 10 0 0 25 0 1 0 163176540 30826496 6926 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134715300 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 7526 6926 249 81 0 6900 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 48936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14289
/proc/meminfo: memFree=1750328/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=3.34
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1632 24919 0 0 11 1 302 20 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14089] ppid=14033 vsize=5356 CPUtime=0
/proc/14089/stat : 14089 (sh) S 14033 14033 13472 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 163176540 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14089/statm: 1339 225 188 169 0 50 0
[pid=14091] ppid=14089 vsize=30500 CPUtime=1796.7
/proc/14091/stat : 14091 (clasp-1.0) R 14089 14033 13472 0 -1 4194304 7682 0 0 0 179660 10 0 0 25 0 1 0 163176540 31232000 7030 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616647 0 0 4096 0 0 0 0 17 1 0 0
/proc/14091/statm: 7625 7030 249 81 0 6999 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 49332

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.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14289
/proc/meminfo: memFree=1750328/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=1800.08
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1800 34395 0 0 12 1 179962 33 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13476

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 14300
/proc/meminfo: memFree=1768816/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=1800.08
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1800 34395 0 0 12 1 179962 33 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14298] ppid=14033 vsize=5356 CPUtime=0
/proc/14298/stat : 14298 (sh) S 14033 14033 13472 0 -1 4194304 288 122 0 0 0 0 0 0 16 0 1 0 163356287 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14298/statm: 1339 225 188 169 0 50 0
[pid=14300] ppid=14298 vsize=11020 CPUtime=1.44
/proc/14300/stat : 14300 (clasp-1.0) R 14298 14033 13472 0 -1 4194304 2533 0 0 0 143 1 0 0 25 0 1 0 163356287 11284480 2361 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737400 0 0 4096 0 0 0 0 17 1 0 0
/proc/14300/statm: 2755 2361 249 81 0 2129 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 29852

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 14300
/proc/meminfo: memFree=1768816/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=1800.08
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1800 34395 0 0 12 1 179962 33 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14298] ppid=14033 vsize=5356 CPUtime=0
/proc/14298/stat : 14298 (sh) S 14033 14033 13472 0 -1 4194304 288 122 0 0 0 0 0 0 16 0 1 0 163356287 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14298/statm: 1339 225 188 169 0 50 0
[pid=14300] ppid=14298 vsize=11020 CPUtime=1.84
/proc/14300/stat : 14300 (clasp-1.0) R 14298 14033 13472 0 -1 4194304 2533 0 0 0 183 1 0 0 25 0 1 0 163356287 11284480 2361 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134713707 0 0 4096 0 0 0 0 17 1 0 0
/proc/14300/statm: 2755 2361 249 81 0 2129 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 29852

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 14300
/proc/meminfo: memFree=1768816/2055920 swapFree=4182972/4192956
[pid=14033] ppid=14031 vsize=13476 CPUtime=1800.08
/proc/14033/stat : 14033 (pbclasp) S 14031 14033 13472 0 -1 4194304 1800 34395 0 0 12 1 179962 33 16 0 1 0 163176202 13799424 726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 253316087700 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/14033/statm: 3369 726 343 3 0 469 0
[pid=14298] ppid=14033 vsize=5356 CPUtime=0
/proc/14298/stat : 14298 (sh) S 14033 14033 13472 0 -1 4194304 288 122 0 0 0 0 0 0 16 0 1 0 163356287 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14298/statm: 1339 225 188 169 0 50 0
[pid=14300] ppid=14298 vsize=11020 CPUtime=1.94
/proc/14300/stat : 14300 (clasp-1.0) R 14298 14033 13472 0 -1 4194304 2533 0 0 0 193 1 0 0 25 0 1 0 163356287 11284480 2361 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134715290 0 0 4096 0 0 0 0 17 1 0 0
/proc/14300/statm: 2755 2361 249 81 0 2129 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 29852

Child status: 0
Real time (s): 1802.83
CPU time (s): 1802.08
CPU user time (s): 1801.71
CPU system time (s): 0.370943
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 49332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.71
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39455
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= 1677
involuntary context switches= 4733

runsolver used 2.29665 second user time and 4.26235 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Apr 21 10:49:51 UTC 2007

IDJOB= 372978
IDBENCH= 25010
IDSOLVER= 167
FILE ID= node25/372978-1177152591

PBS_JOBID= 4648870

Free space on /tmp= 66368 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir06_area_delay.opb
COMMAND LINE= pbclasp instance-372978-1177152591.opb /tmp/evaluation/372978-1177152591/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node25/convwatcher-372978-1177152591 -o ROOT/results/node25/conversion-372978-1177152591 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/372978-1177152591/instance-372978-1177152591.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  21fb64899a6dc4867ccfcbb30d44d536

RANDOM SEED= 249134073

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.261
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.261
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:       1781616 kB
Buffers:         61652 kB
Cached:         160832 kB
SwapCached:       3684 kB
Active:          68800 kB
Inactive:       164528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781616 kB
SwapTotal:     4192956 kB
SwapFree:      4182972 kB
Dirty:             956 kB
Writeback:           0 kB
Mapped:          15560 kB
Slab:            27036 kB
Committed_AS:  4081884 kB
PageTables:       1472 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= 66367 MiB

End job on node25 on Sat Apr 21 11:19:54 UTC 2007