Trace number 373342

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)35 1802.15 1802.73

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir05_area_opers.opb
MD5SUMfb30dc68ef00299e3d850b79fb8a2728
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark5.21721
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
Optimality of the best value was proved YES
Number of variables6033
Total number of constraints11966
Number of constraints which are clauses11966
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 3140
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 3140
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 3140
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

Solver Data (download as text)

1.47/1.57	o 35
1800.09/1800.71	sh: line 1: 11547 Done                    cat /tmp/evaluation/373342-1177185090/temp/instance-373342-1177185090.opb.op
1800.09/1800.71	     11548 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/373342-1177185090/temp/instance-373342-1177185090.opb.clasp
1800.09/1800.72	c Somebody sent me a SIGTERM
1800.09/1800.72	s SATISFIABLE
1800.09/1800.72	v x154 x213 x214 x2306 x4634 x4922 x5217 x5356 x5418 x5472 x5620 x5682 x5738 x5788 x5798 x5807 x5823 x5853 x5905 x5947 x5955
1800.09/1800.72	v x5965 x5975 x5979 x5983 x5992 x6010 x6012 x6015 x6016 x6022 x6025 x6028 x6029 x6031 x6032 x6033
1800.09/1800.72	pb2clasp1: no process killed
1800.09/1800.73	clasp-1.0: no process killed
1802.09/1802.72	sh: line 1: 11758 Done                    cat /tmp/evaluation/373342-1177185090/temp/instance-373342-1177185090.opb.op
1802.09/1802.72	     11759 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/373342-1177185090/temp/instance-373342-1177185090.opb.clasp

Verifier Data (download as text)

OK	35

Conversion Script Data (download as text)

/tmp/evaluation/373342-1177185090/instance-373342-1177185090.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/node62/watcher-373342-1177185090 -o ROOT/results/node62/solver-373342-1177185090 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-373342-1177185090.opb /tmp/evaluation/373342-1177185090/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.94 0.96 0.98 3/64 11530
/proc/meminfo: memFree=1769008/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=12268 CPUtime=0
/proc/11530/stat : 11530 (pbclasp) R 11528 11530 10909 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 37084978 12562432 317 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446596094 0 0 4224 0 0 0 0 17 1 0 0
/proc/11530/statm: 3067 317 242 3 0 167 0

[startup+0.0670471 s]
/proc/loadavg: 0.94 0.96 0.98 3/64 11530
/proc/meminfo: memFree=1769008/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=12940 CPUtime=0.06
/proc/11530/stat : 11530 (pbclasp) R 11528 11530 10909 0 -1 4194304 603 0 0 0 6 0 0 0 18 0 1 0 37084978 13250560 569 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236437541601 0 0 4224 16384 0 0 0 17 1 0 0
/proc/11530/statm: 3235 569 320 3 0 335 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12940

[startup+0.101051 s]
/proc/loadavg: 0.94 0.96 0.98 3/64 11530
/proc/meminfo: memFree=1769008/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13072 CPUtime=0.09
/proc/11530/stat : 11530 (pbclasp) R 11528 11530 10909 0 -1 4194304 641 0 0 0 9 0 0 0 18 0 1 0 37084978 13385728 607 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236437541601 0 0 4224 16384 0 0 0 17 1 0 0
/proc/11530/statm: 3268 607 320 3 0 368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13072

[startup+0.301073 s]
/proc/loadavg: 0.94 0.96 0.98 3/64 11530
/proc/meminfo: memFree=1769008/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13364 CPUtime=0.12
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 722 0 0 0 12 0 0 0 16 0 1 0 37084978 13684736 674 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446593122 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11530/statm: 3341 674 324 3 0 441 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13364

[startup+0.70112 s]
/proc/loadavg: 0.94 0.96 0.98 3/64 11530
/proc/meminfo: memFree=1769008/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13364 CPUtime=0.12
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 722 0 0 0 12 0 0 0 16 0 1 0 37084978 13684736 674 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446593122 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11530/statm: 3341 674 324 3 0 441 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13364

[startup+1.50221 s]
/proc/loadavg: 0.94 0.96 0.98 2/68 11540
/proc/meminfo: memFree=1765128/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=0.97
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 969 1605 0 0 13 0 83 1 16 0 1 0 37084978 13955072 763 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/11530/statm: 3407 763 343 3 0 507 0
[pid=11538] ppid=11530 vsize=5356 CPUtime=0
/proc/11538/stat : 11538 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 37085077 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11538/statm: 1339 225 188 169 0 50 0
[pid=11540] ppid=11538 vsize=9284 CPUtime=0.5
/proc/11540/stat : 11540 (clasp-1.0) R 11538 11530 10909 0 -1 4194304 2048 0 0 0 50 0 0 0 25 0 1 0 37085077 9506816 1940 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134617496 0 0 4096 0 0 0 0 17 1 0 0
/proc/11540/statm: 2321 1940 245 81 0 1695 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 28268

[startup+3.10141 s]
/proc/loadavg: 0.94 0.96 0.98 2/67 11548
/proc/meminfo: memFree=1758736/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=9472 CPUtime=1.5
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 2100 0 0 0 149 1 0 0 25 0 1 0 37085137 9699328 1992 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 2368 1992 249 81 0 1742 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 28456

[startup+6.30178 s]
/proc/loadavg: 0.95 0.96 0.98 2/67 11548
/proc/meminfo: memFree=1758672/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=9472 CPUtime=4.7
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 2100 0 0 0 469 1 0 0 25 0 1 0 37085137 9699328 1992 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134714779 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 2368 1992 249 81 0 1742 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 28456

[startup+12.7015 s]
/proc/loadavg: 0.95 0.96 0.98 2/67 11548
/proc/meminfo: memFree=1758616/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=9472 CPUtime=11.09
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 2101 0 0 0 1108 1 0 0 25 0 1 0 37085137 9699328 1993 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134617539 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 2368 1993 249 81 0 1742 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 28456

[startup+25.501 s]
/proc/loadavg: 0.96 0.96 0.98 2/67 11548
/proc/meminfo: memFree=1757208/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=10956 CPUtime=23.89
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 2447 0 0 0 2388 1 0 0 25 0 1 0 37085137 11218944 2339 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 2739 2339 249 81 0 2113 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 29940

[startup+51.101 s]
/proc/loadavg: 0.97 0.96 0.98 2/67 11548
/proc/meminfo: memFree=1756248/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=11984 CPUtime=49.48
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 2697 0 0 0 4946 2 0 0 25 0 1 0 37085137 12271616 2589 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784610 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 2996 2589 249 81 0 2370 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 30968

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11550
/proc/meminfo: memFree=1753880/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=14300 CPUtime=100.68
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 3290 0 0 0 10065 3 0 0 25 0 1 0 37085137 14643200 3182 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 3575 3182 249 81 0 2949 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 33284

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11550
/proc/meminfo: memFree=1753368/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=14840 CPUtime=160.65
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 3409 0 0 0 16062 3 0 0 25 0 1 0 37085137 15196160 3301 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737597 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 3710 3301 249 81 0 3084 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 33824

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11550
/proc/meminfo: memFree=1751640/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=16552 CPUtime=220.63
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 3830 0 0 0 22060 3 0 0 25 0 1 0 37085137 16949248 3722 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784610 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 4138 3722 249 81 0 3512 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 35536

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11550
/proc/meminfo: memFree=1750616/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0

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


[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11748
/proc/meminfo: memFree=1744024/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=24228 CPUtime=1480.2
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 5798 0 0 0 148012 8 0 0 25 0 1 0 37085137 24809472 5551 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134713971 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 6057 5551 249 81 0 5431 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 43212

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11748
/proc/meminfo: memFree=1744024/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=24228 CPUtime=1540.19
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 5809 0 0 0 154011 8 0 0 25 0 1 0 37085137 24809472 5562 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737608 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 6057 5562 249 81 0 5431 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 43212

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11748
/proc/meminfo: memFree=1743128/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=25104 CPUtime=1600.18
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 6063 0 0 0 160009 9 0 0 25 0 1 0 37085137 25706496 5775 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134741030 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 6276 5775 249 81 0 5650 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 44088

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11748
/proc/meminfo: memFree=1743192/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=25104 CPUtime=1660.16
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 6063 0 0 0 166007 9 0 0 25 0 1 0 37085137 25706496 5775 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784612 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 6276 5775 249 81 0 5650 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 44088

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11748
/proc/meminfo: memFree=1742936/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=25404 CPUtime=1720.14
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 6121 0 0 0 172005 9 0 0 25 0 1 0 37085137 26013696 5833 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 6351 5833 249 81 0 5725 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 44388

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11748
/proc/meminfo: memFree=1742872/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=25404 CPUtime=1780.13
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 6121 0 0 0 178004 9 0 0 25 0 1 0 37085137 26013696 5833 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134617518 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 6351 5833 249 81 0 5725 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 44388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 11748
/proc/meminfo: memFree=1742296/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1.56
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1101 5000 0 0 13 0 140 3 16 0 1 0 37084978 13955072 765 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/11530/statm: 3407 765 343 3 0 507 0
[pid=11546] ppid=11530 vsize=5356 CPUtime=0
/proc/11546/stat : 11546 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 15 0 1 0 37085137 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11546/statm: 1339 225 188 169 0 50 0
[pid=11548] ppid=11546 vsize=25944 CPUtime=1798.53
/proc/11548/stat : 11548 (clasp-1.0) R 11546 11530 10909 0 -1 4194304 6264 0 0 0 179844 9 0 0 25 0 1 0 37085137 26566656 5976 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/11548/statm: 6486 5976 249 81 0 5860 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 44928

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: 0.99 0.97 0.98 2/67 11748
/proc/meminfo: memFree=1742296/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1800.14
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1266 13059 0 0 13 0 179985 16 16 0 1 0 37084978 13955072 766 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/11530/statm: 3407 766 343 3 0 507 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 13628

[startup+1802.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 11759
/proc/meminfo: memFree=1758096/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1800.14
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1266 13059 0 0 13 0 179985 16 16 0 1 0 37084978 13955072 766 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/11530/statm: 3407 766 343 3 0 507 0
[pid=11757] ppid=11530 vsize=5356 CPUtime=0
/proc/11757/stat : 11757 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 37265053 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11757/statm: 1339 225 188 169 0 50 0
[pid=11759] ppid=11757 vsize=9472 CPUtime=1.45
/proc/11759/stat : 11759 (clasp-1.0) R 11757 11530 10909 0 -1 4194304 2100 0 0 0 144 1 0 0 25 0 1 0 37265053 9699328 1992 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134735780 0 0 4096 0 0 0 0 17 1 0 0
/proc/11759/statm: 2368 1992 249 81 0 1742 0
Current children cumulated CPU time (s) 1801.59
Current children cumulated vsize (KiB) 28456

[startup+1802.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 11759
/proc/meminfo: memFree=1758096/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1800.14
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1266 13059 0 0 13 0 179985 16 16 0 1 0 37084978 13955072 766 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/11530/statm: 3407 766 343 3 0 507 0
[pid=11757] ppid=11530 vsize=5356 CPUtime=0
/proc/11757/stat : 11757 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 37265053 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11757/statm: 1339 225 188 169 0 50 0
[pid=11759] ppid=11757 vsize=9472 CPUtime=1.85
/proc/11759/stat : 11759 (clasp-1.0) R 11757 11530 10909 0 -1 4194304 2100 0 0 0 184 1 0 0 25 0 1 0 37265053 9699328 1992 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134617557 0 0 4096 0 0 0 0 17 1 0 0
/proc/11759/statm: 2368 1992 249 81 0 1742 0
Current children cumulated CPU time (s) 1801.99
Current children cumulated vsize (KiB) 28456

[startup+1802.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 11759
/proc/meminfo: memFree=1758096/2055920 swapFree=4184556/4192956
[pid=11530] ppid=11528 vsize=13628 CPUtime=1800.14
/proc/11530/stat : 11530 (pbclasp) S 11528 11530 10909 0 -1 4194304 1266 13059 0 0 13 0 179985 16 16 0 1 0 37084978 13955072 766 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 236446597012 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/11530/statm: 3407 766 343 3 0 507 0
[pid=11757] ppid=11530 vsize=5356 CPUtime=0
/proc/11757/stat : 11757 (sh) S 11530 11530 10909 0 -1 4194304 286 122 0 0 0 0 0 0 16 0 1 0 37265053 5484544 225 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11757/statm: 1339 225 188 169 0 50 0
[pid=11759] ppid=11757 vsize=9472 CPUtime=1.95
/proc/11759/stat : 11759 (clasp-1.0) R 11757 11530 10909 0 -1 4194304 2100 0 0 0 194 1 0 0 25 0 1 0 37265053 9699328 1992 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134617539 0 0 4096 0 0 0 0 17 1 0 0
/proc/11759/statm: 2368 1992 249 81 0 1742 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 28456

Child status: 0
Real time (s): 1802.73
CPU time (s): 1802.15
CPU user time (s): 1801.96
CPU system time (s): 0.187971
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 44928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.96
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17187
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= 604
involuntary context switches= 3968

runsolver used 2.05269 second user time and 4.30035 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Apr 21 19:51:30 UTC 2007

IDJOB= 373342
IDBENCH= 25036
IDSOLVER= 167
FILE ID= node62/373342-1177185090

PBS_JOBID= 4649015

Free space on /tmp= 66498 MiB

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

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  fb30dc68ef00299e3d850b79fb8a2728

RANDOM SEED= 883910052

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.216
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.216
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:       1769480 kB
Buffers:         28312 kB
Cached:         188160 kB
SwapCached:       2148 kB
Active:          71800 kB
Inactive:       154404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769480 kB
SwapTotal:     4192956 kB
SwapFree:      4184556 kB
Dirty:            1020 kB
Writeback:           0 kB
Mapped:          16280 kB
Slab:            46260 kB
Committed_AS:  1097684 kB
PageTables:       1464 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 node62 on Sat Apr 21 20:21:33 UTC 2007