Trace number 84833

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 NameAnswerCPU timeWall clock time
glpPB 0.2? (TO) 1800.72 1801.18

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.2.accl.ucl.opb
MD5SUMa1104c8fec3fd69abc0a798c3b6bfa5b
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.26581
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2152
Total number of constraints5613
Number of constraints which are clauses5137
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 129
Number of bits of the biggest sum of numbers8
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)

0.00	c glpPB 0.2 (July 2006)
0.00	c An Application of GLPK 4.10 for PB Constraints
0.00	c Done @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

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

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node27/watcher-84833-1154161079 -o ROOT/results/node27/solver-84833-1154161079 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node27/84833-1154161079/instance-84833-1154161079.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1077536/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=2664 CPUtime=0
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 251 0 0 0 0 0 0 0 18 0 1 0 94976087 2727936 222 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 666 226 191 40 0 83 0

[startup+10.0023 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1070328/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9372 CPUtime=10
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 4465 0 0 0 997 3 0 0 25 0 1 0 94976087 9596928 1969 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629200 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2343 1969 227 40 0 1760 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 9372

[startup+20.0093 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1070328/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9372 CPUtime=20
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 7877 0 0 0 1996 4 0 0 25 0 1 0 94976087 9596928 1969 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2343 1969 227 40 0 1760 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 9372

[startup+30.0164 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1070328/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9372 CPUtime=30
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 12265 0 0 0 2994 6 0 0 25 0 1 0 94976087 9596928 1969 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2343 1969 227 40 0 1760 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 9372

[startup+40.0224 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1070328/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9372 CPUtime=40.01
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 15849 0 0 0 3992 9 0 0 25 0 1 0 94976087 9596928 1969 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2343 1969 227 40 0 1760 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (Kb) 9372

[startup+50.0284 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069944/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9884 CPUtime=50.01
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 31219 0 0 0 4984 17 0 0 25 0 1 0 94976087 10121216 2097 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2471 2097 227 40 0 1888 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 9884

[startup+60.0344 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1070328/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9372 CPUtime=60.01
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 57047 0 0 0 5970 31 0 0 25 0 1 0 94976087 9596928 1969 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134569743 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2343 1969 227 40 0 1760 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 9372

[startup+70.0405 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1070072/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9920 CPUtime=70.02
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 84989 0 0 0 6958 44 0 0 25 0 1 0 94976087 10158080 2096 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2480 2096 227 40 0 1897 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 9920

[startup+80.0465 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069944/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9988 CPUtime=80.02
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 118183 0 0 0 7942 60 0 0 25 0 1 0 94976087 10227712 2114 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2497 2114 227 40 0 1914 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 9988

[startup+90.0525 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1070328/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9372 CPUtime=90.03
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 153870 0 0 0 8923 80 0 0 25 0 1 0 94976087 9596928 1969 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134568957 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2343 1969 227 40 0 1760 0
Current children cumulated CPU time (s) 90.03
Current children cumulated vsize (Kb) 9372

[startup+100.059 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069816/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=10092 CPUtime=100.03
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 189460 0 0 0 9906 97 0 0 25 0 1 0 94976087 10334208 2139 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643574 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2523 2139 227 40 0 1940 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (Kb) 10092

[startup+110.065 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1070328/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9372 CPUtime=110.03
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 232256 0 0 0 10883 120 0 0 25 0 1 0 94976087 9596928 1969 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626410 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2343 1969 227 40 0 1760 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 9372

[startup+120.071 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069560/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=10304 CPUtime=120.04
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 275760 0 0 0 11862 142 0 0 25 0 1 0 94976087 10551296 2202 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2576 2202 227 40 0 1993 0
Current children cumulated CPU time (s) 120.04
Current children cumulated vsize (Kb) 10304

[startup+130.077 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069688/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=10264 CPUtime=130.03
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 320895 0 0 0 12840 163 0 0 25 0 1 0 94976087 10510336 2183 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2566 2183 227 40 0 1983 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 10264

[startup+140.083 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069624/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=10324 CPUtime=140.04
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 376765 0 0 0 13812 192 0 0 25 0 1 0 94976087 10571776 2198 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2581 2198 227 40 0 1998 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 10324

[startup+150.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069560/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=10380 CPUtime=150.04
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 427089 0 0 0 14790 214 0 0 25 0 1 0 94976087 10629120 2212 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585305 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2595 2212 227 40 0 2012 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 10380

[startup+160.096 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069304/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=10532 CPUtime=160.05
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 477316 0 0 0 15766 239 0 0 25 0 1 0 94976087 10784768 2259 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134587691 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2633 2259 227 40 0 2050 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 10532

[startup+170.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069432/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=10340 CPUtime=170.05
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 531775 0 0 0 16741 264 0 0 25 0 1 0 94976087 10588160 2211 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134539831 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2585 2211 227 40 0 2002 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 10340

[startup+180.108 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069368/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=10544 CPUtime=180.06
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 584352 0 0 0 17716 290 0 0 25 0 1 0 94976087 10797056 2253 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2636 2253 227 40 0 2053 0
Current children cumulated CPU time (s) 180.06
Current children cumulated vsize (Kb) 10544

[startup+190.114 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069304/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=10600 CPUtime=190.06
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 641599 0 0 0 18688 318 0 0 25 0 1 0 94976087 10854400 2266 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2650 2266 227 40 0 2067 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 10600

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961
/proc/meminfo: memFree=1069304/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=9664 CPUtime=200.06
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 694704 0 0 0 19663 343 0 0 25 0 1 0 94976087 9895936 2042 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534279 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 2416 2042 227 40 0 1833 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 9664

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1961

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

/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9331922 0 0 0 173591 4570 0 0 25 0 1 0 94976087 20242432 4568 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4942 4568 227 40 0 4359 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 19768

[startup+1783.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060920/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19668 CPUtime=1782.62
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9339969 0 0 0 173688 4574 0 0 25 0 1 0 94976087 20140032 4522 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134636767 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4917 4522 227 40 0 4334 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (Kb) 19668

[startup+1784.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060920/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=18720 CPUtime=1783.62
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9345660 0 0 0 173785 4577 0 0 25 0 1 0 94976087 19169280 4301 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4680 4301 227 40 0 4097 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 18720

[startup+1785.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060152/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19700 CPUtime=1784.62
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9349583 0 0 0 173883 4579 0 0 25 0 1 0 94976087 20172800 4542 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643272 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4925 4542 227 40 0 4342 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 19700

[startup+1786.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1059960/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19800 CPUtime=1785.64
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9357451 0 0 0 173980 4584 0 0 25 0 1 0 94976087 20275200 4576 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4950 4576 227 40 0 4367 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (Kb) 19800

[startup+1787.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060920/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=18724 CPUtime=1786.64
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9362644 0 0 0 174078 4586 0 0 25 0 1 0 94976087 19173376 4307 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542965 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4681 4307 227 40 0 4098 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 18724

[startup+1788.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1059960/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19808 CPUtime=1787.64
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9367296 0 0 0 174176 4588 0 0 25 0 1 0 94976087 20283392 4578 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134587204 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4952 4578 227 40 0 4369 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 19808

[startup+1789.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060920/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=18732 CPUtime=1788.65
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9371962 0 0 0 174274 4591 0 0 25 0 1 0 94976087 19181568 4309 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534279 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4683 4309 227 40 0 4100 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 18732

[startup+1790.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060920/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=18768 CPUtime=1789.65
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9377658 0 0 0 174371 4594 0 0 25 0 1 0 94976087 19218432 4313 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1933015 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4692 4313 227 40 0 4109 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 18768

[startup+1791.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1059960/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19824 CPUtime=1790.66
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9380649 0 0 0 174471 4595 0 0 25 0 1 0 94976087 20299776 4582 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643524 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4956 4582 227 40 0 4373 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (Kb) 19824

[startup+1792.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060152/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19740 CPUtime=1791.66
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9388269 0 0 0 174568 4598 0 0 25 0 1 0 94976087 20213760 4552 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4935 4552 227 40 0 4352 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 19740

[startup+1793.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060216/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19740 CPUtime=1792.66
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9394216 0 0 0 174666 4600 0 0 25 0 1 0 94976087 20213760 4552 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4935 4552 227 40 0 4352 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 19740

[startup+1794.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060152/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19748 CPUtime=1793.67
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9397207 0 0 0 174765 4602 0 0 25 0 1 0 94976087 20221952 4554 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585604 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4937 4554 227 40 0 4354 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 19748

[startup+1795.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060856/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=18792 CPUtime=1794.67
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9404829 0 0 0 174861 4606 0 0 25 0 1 0 94976087 19243008 4319 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4698 4319 227 40 0 4115 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 18792

[startup+1796.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060856/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=18772 CPUtime=1795.68
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9409983 0 0 0 174959 4609 0 0 25 0 1 0 94976087 19222528 4319 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534796 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4693 4319 227 40 0 4110 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 18772

[startup+1797.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060152/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19772 CPUtime=1796.68
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9413970 0 0 0 175058 4610 0 0 25 0 1 0 94976087 20246528 4560 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4943 4560 227 40 0 4360 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 19772

[startup+1798.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1059896/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19864 CPUtime=1797.69
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9419176 0 0 0 175155 4614 0 0 25 0 1 0 94976087 20340736 4592 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4966 4592 227 40 0 4383 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 19864

[startup+1799.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060152/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=19780 CPUtime=1798.69
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9426545 0 0 0 175252 4617 0 0 25 0 1 0 94976087 20254720 4562 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4945 4562 227 40 0 4362 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 19780

[startup+1800.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060856/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=18796 CPUtime=1799.7
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9430781 0 0 0 175350 4620 0 0 25 0 1 0 94976087 19247104 4325 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534279 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4699 4325 227 40 0 4116 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 18796

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060856/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=18820 CPUtime=1800.7
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9434983 0 0 0 175448 4622 0 0 25 0 1 0 94976087 19271680 4327 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4705 4327 227 40 0 4122 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 18820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1963
/proc/meminfo: memFree=1060856/2055920 swapFree=4183212/4192956
[pid=1961] ppid=1959 vsize=18820 CPUtime=1800.7
/proc/1961/stat : 1961 (glpPBv3) R 1959 1961 1911 0 -1 0 9434983 0 0 0 175448 4622 0 0 25 0 1 0 94976087 19271680 4327 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/1961/statm: 4705 4327 227 40 0 4122 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 18820

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.18
CPU time (s): 1800.72
CPU user time (s): 1754.49
CPU system time (s): 46.232
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (Kb): 19864
The end

Launcher Data (download as text)

Begin job on node27 on Sat Jul 29 08:17:59 UTC 2006


FILE ID= 84833-1154161079

PBS_JOBID= 892607

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.2.accl.ucl.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node27/84833-1154161079/instance-84833-1154161079.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node27/watcher-84833-1154161079 -o ROOT/results/node27/solver-84833-1154161079 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node27/84833-1154161079/instance-84833-1154161079.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  a1104c8fec3fd69abc0a798c3b6bfa5b

RANDOM SEED= 456539311

TIMEOUT= 1800 seconds


/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.222
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.222
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:       1077744 kB
Buffers:         33384 kB
Cached:         868040 kB
SwapCached:       3452 kB
Active:         111824 kB
Inactive:       798100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1077744 kB
SwapTotal:     4192956 kB
SwapFree:      4183212 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            54312 kB
Committed_AS:   302196 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node27 on Sat Jul 29 08:48:00 UTC 2006