Trace number 350825

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
Pueblo 1.4? (MO) 753.772 754.089

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-mkc1.opb
MD5SUMfcdcb6b6d92f8975c7c03a825b19d25c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2715
Best CPU time to get the best result obtained on this benchmark1802.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2739
Optimality of the best value was proved NO
Number of variables27743
Total number of constraints5584
Number of constraints which are clauses712
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints4848
Minimum length of a constraint2
Maximum length of a constraint25072
Number of terms in the objective function 25306
Biggest coefficient in the objective function 191
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 537745
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 249195
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 543330
Number of bits of the biggest sum of numbers20
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/0.00	c Pueblo version 1.4 (September 2005)
0.00/0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00/0.00	c  by Hossein Sheini
0.89/1.00	c starting to Solve
0.89/1.00	c #variables read: 27743 - #constraints read: 5587
7.48/7.56	o 531500
8.58/8.66	o 531493
9.69/9.77	o 531471
10.79/10.88	o 531460
11.88/11.99	o 531455
13.08/13.10	o 531454
15.68/15.78	o 531453
17.19/17.22	o 531452

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/350825-1176556678/instance-350825-1176556678.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/node13/watcher-350825-1176556678 -o ROOT/results/node13/solver-350825-1176556678 -C 1800 -W 3600 -M 1800 --output-limit 1,15 Pueblo /tmp/evaluation/350825-1176556678/instance-350825-1176556678.opb 

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.01 1.00 3/77 14974
/proc/meminfo: memFree=1803536/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=2552 CPUtime=0
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 260 0 0 0 0 0 0 0 18 0 1 0 103585620 2613248 230 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 12345047 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 638 230 193 16 0 77 0

[startup+0.087184 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 14974
/proc/meminfo: memFree=1803536/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=4816 CPUtime=0.08
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 830 0 0 0 8 0 0 0 18 0 1 0 103585620 4931584 800 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 1204 800 193 16 0 643 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4816

[startup+0.101187 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 14974
/proc/meminfo: memFree=1803536/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=5216 CPUtime=0.09
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 922 0 0 0 9 0 0 0 18 0 1 0 103585620 5341184 892 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 12345047 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 1304 892 193 16 0 743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5216

[startup+0.301229 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 14974
/proc/meminfo: memFree=1803536/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=6416 CPUtime=0.29
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 1227 0 0 0 29 0 0 0 19 0 1 0 103585620 6569984 1197 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 1604 1197 199 16 0 1043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6416

[startup+0.701315 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 14974
/proc/meminfo: memFree=1803536/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=14004 CPUtime=0.69
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 3046 0 0 0 69 0 0 0 23 0 1 0 103585620 14340096 3016 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 12314235 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 3501 3016 204 16 0 2940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14004

[startup+1.50149 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 14975
/proc/meminfo: memFree=1784072/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=21780 CPUtime=1.48
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 5030 0 0 0 147 1 0 0 25 0 1 0 103585620 22302720 4950 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 5445 4950 206 16 0 4884 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21780

[startup+3.10183 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 14975
/proc/meminfo: memFree=1784008/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=21780 CPUtime=3.08
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 5030 0 0 0 307 1 0 0 25 0 1 0 103585620 22302720 4950 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 5445 4950 206 16 0 4884 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21780

[startup+6.30151 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 14975
/proc/meminfo: memFree=1784016/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=21780 CPUtime=6.28
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 5030 0 0 0 627 1 0 0 25 0 1 0 103585620 22302720 4950 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 5445 4950 206 16 0 4884 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21780

[startup+12.7019 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 14975
/proc/meminfo: memFree=1784016/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=22016 CPUtime=12.68
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 5146 0 0 0 1266 2 0 0 25 0 1 0 103585620 22544384 5003 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134530564 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 5504 5003 206 16 0 4943 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22016

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=1772176/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=35300 CPUtime=25.48
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 8794 0 0 0 2544 4 0 0 25 0 1 0 103585620 36147200 8350 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134529041 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 8825 8350 206 16 0 8264 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35300

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=1697680/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=108052 CPUtime=51.07
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 27533 0 0 0 5090 17 0 0 25 0 1 0 103585620 110645248 26544 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 27013 26544 206 16 0 26452 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 108052

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=1423184/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=383056 CPUtime=102.25
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 98388 0 0 0 10173 52 0 0 25 0 1 0 103585620 392249344 95281 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 95764 95281 206 16 0 95203 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 383056

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=1249616/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=555244 CPUtime=162.22
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 142508 0 0 0 16147 75 0 0 25 0 1 0 103585620 568569856 138335 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 138811 138335 206 16 0 138250 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 555244

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=1122640/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=681844 CPUtime=222.2
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 174963 0 0 0 22128 92 0 0 25 0 1 0 103585620 698208256 169986 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134527815 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 170461 169986 206 16 0 169900 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 681844

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=830928/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=972980 CPUtime=282.18
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 249899 0 0 0 28092 126 0 0 25 0 1 0 103585620 996331520 242769 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134528644 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 243245 242769 206 16 0 242684 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 972980

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=581392/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=1224828 CPUtime=342.15
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 314492 0 0 0 34060 155 0 0 25 0 1 0 103585620 1254223872 305731 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134528351 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 306207 305731 206 16 0 305646 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 1224828

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=365520/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=1437388 CPUtime=402.13
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 369024 0 0 0 40032 181 0 0 25 0 1 0 103585620 1471885312 358871 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 359347 358871 206 16 0 358786 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 1437388

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=365456/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=1437388 CPUtime=462.11
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 369024 0 0 0 46028 183 0 0 25 0 1 0 103585620 1471885312 358871 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 359347 358871 206 16 0 358786 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 1437388

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=145488/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=1656892 CPUtime=522.09
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 426587 0 0 0 52001 208 0 0 25 0 1 0 103585620 1696657408 413754 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 414223 413754 206 16 0 413662 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 1656892

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=145424/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=1656892 CPUtime=582.06
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 426587 0 0 0 57997 209 0 0 25 0 1 0 103585620 1696657408 413754 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134520067 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 414223 413754 206 16 0 413662 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 1656892

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=145360/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=1656892 CPUtime=642.04
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 426587 0 0 0 63993 211 0 0 25 0 1 0 103585620 1696657408 413754 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134527656 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 414223 413754 206 16 0 413662 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 1656892

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=145168/2055920 swapFree=4191880/4192956
[pid=14974] ppid=14972 vsize=1656892 CPUtime=702.01
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 426587 0 0 0 69989 212 0 0 25 0 1 0 103585620 1696657408 413754 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 414223 413754 206 16 0 413662 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 1656892



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+753.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=13840/2055920 swapFree=4181016/4192956
[pid=14974] ppid=14972 vsize=1843952 CPUtime=753.48
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4194304 474539 0 0 0 75113 235 0 0 25 0 1 0 103585620 1888206848 460461 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134557302 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 460988 460461 206 16 0 460427 0
Current children cumulated CPU time (s) 753.48
Current children cumulated vsize (KiB) 1843952

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

Solver just ended. Dumping a history of the last processes samples

[startup+754.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14975
/proc/meminfo: memFree=13840/2055920 swapFree=4181016/4192956
[pid=14974] ppid=14972 vsize=0 CPUtime=753.68
/proc/14974/stat : 14974 (Pueblo) R 14972 14974 14174 0 -1 4195332 474560 0 0 0 75113 255 0 0 25 0 1 0 103585620 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 753.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 754.089
CPU time (s): 753.772
CPU user time (s): 751.133
CPU system time (s): 2.6396
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 1843952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 751.133
system time used= 2.6396
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474560
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= 15
involuntary context switches= 15642

runsolver used 0.871867 second user time and 1.76173 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Apr 14 13:17:58 UTC 2007

IDJOB= 350825
IDBENCH= 1596
IDSOLVER= 165
FILE ID= node13/350825-1176556678

PBS_JOBID= 4556761

Free space on /tmp= 66520 MiB

SOLVER NAME= Pueblo 1.4
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-mkc1.opb
COMMAND LINE= Pueblo /tmp/evaluation/350825-1176556678/instance-350825-1176556678.opb
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-350825-1176556678 -o ROOT/results/node13/conversion-350825-1176556678 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/350825-1176556678/instance-350825-1176556678.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-350825-1176556678 -o ROOT/results/node13/solver-350825-1176556678 -C 1800 -W 3600 -M 1800 --output-limit 1,15  Pueblo /tmp/evaluation/350825-1176556678/instance-350825-1176556678.opb

META MD5SUM SOLVER= 9ebec3e8d890fdeefad01654ad9b68b7
MD5SUM BENCH=  fcdcb6b6d92f8975c7c03a825b19d25c

RANDOM SEED= 640805545

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1804008 kB
Buffers:         21700 kB
Cached:         134792 kB
SwapCached:        384 kB
Active:          51628 kB
Inactive:       148564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804008 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3936 kB
Writeback:           0 kB
Mapped:          60832 kB
Slab:            37204 kB
Committed_AS:  4620120 kB
PageTables:       1872 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= 66520 MiB

End job on node13 on Sat Apr 14 13:30:34 UTC 2007