Trace number 351901

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
wildcat-skc 2007-03-21? (MO) 17.9613 305.343

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark1800.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
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 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
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 
0.00/0.00	c wildcat-skc (VERSION 0.8.0-lite-skc-devel)
0.00/0.00	c Developed by L. Liu  and M. Truszczynski 
0.00/0.00	c Last built on Sun 18 Mar 2007 03:03:20 PM EDT
0.00/0.00	c 
0.00/0.00	c /tmp/evaluation/351901-1176617032/wildcat-skc /tmp/evaluation/351901-1176617032/instance-351901-1176617032.opb 922437731 
0.00/0.00	c =================================== BEGIN ===================================
0.00/0.00	c 
0.00/0.00	c Random Number Seed: 922437731
0.00/0.00	c Noise: 0.1 (10 : 100) 

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node76/watcher-351901-1176617032 -o ROOT/results/node76/solver-351901-1176617032 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/351901-1176617032/wildcat-skc /tmp/evaluation/351901-1176617032/instance-351901-1176617032.opb 922437731 

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.91 0.98 0.99 3/69 26731
/proc/meminfo: memFree=1586600/2055888 swapFree=4087924/4096564
[pid=26731] ppid=26729 vsize=11060 CPUtime=0
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4194304 439 0 0 0 0 0 0 0 20 0 1 0 109617748 11325440 424 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 134602311 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26731/statm: 2765 427 100 226 0 2536 0

[startup+0.062819 s]
/proc/loadavg: 0.91 0.98 0.99 3/69 26731
/proc/meminfo: memFree=1586600/2055888 swapFree=4087924/4096564
[pid=26731] ppid=26729 vsize=21832 CPUtime=0.05
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4194304 3681 0 0 0 4 1 0 0 20 0 1 0 109617748 22355968 3666 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26731/statm: 5458 3669 110 226 0 5229 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21832

[startup+0.101825 s]
/proc/loadavg: 0.91 0.98 0.99 3/69 26731
/proc/meminfo: memFree=1586600/2055888 swapFree=4087924/4096564
[pid=26731] ppid=26729 vsize=35428 CPUtime=0.09
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4194304 7051 0 0 0 6 3 0 0 20 0 1 0 109617748 36278272 7036 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 134770594 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26731/statm: 8857 7040 110 226 0 8628 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35428

[startup+0.301864 s]
/proc/loadavg: 0.91 0.98 0.99 3/69 26731
/proc/meminfo: memFree=1586600/2055888 swapFree=4087924/4096564
[pid=26731] ppid=26729 vsize=106476 CPUtime=0.29
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4194304 24440 0 0 0 19 10 0 0 22 0 1 0 109617748 109031424 24425 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 134770594 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26731/statm: 26619 24428 110 226 0 26390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 106476

[startup+0.701953 s]
/proc/loadavg: 0.91 0.98 0.99 3/69 26731
/proc/meminfo: memFree=1586600/2055888 swapFree=4087924/4096564
[pid=26731] ppid=26729 vsize=246712 CPUtime=0.69
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4194304 58956 0 0 0 44 25 0 0 25 0 1 0 109617748 252633088 58941 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 134769713 0 0 4096 16386 0 0 0 17 0 0 0
/proc/26731/statm: 61678 58941 110 226 0 61449 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 246712

[startup+1.5011 s]
/proc/loadavg: 0.91 0.98 0.99 2/70 26732
/proc/meminfo: memFree=1246112/2055888 swapFree=4087924/4096564
[pid=26731] ppid=26729 vsize=528216 CPUtime=1.48
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4194304 128012 0 0 0 94 54 0 0 25 0 1 0 109617748 540893184 127997 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26731/statm: 132054 128001 110 226 0 131825 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 528216

[startup+3.10142 s]
/proc/loadavg: 0.91 0.98 0.99 2/70 26732
/proc/meminfo: memFree=866080/2055888 swapFree=4087924/4096564
[pid=26731] ppid=26729 vsize=1083636 CPUtime=3.08
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4194304 265918 0 0 0 196 112 0 0 25 0 1 0 109617748 1109643264 265870 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 134769652 0 0 4096 16386 0 0 0 17 0 0 0
/proc/26731/statm: 270909 265870 110 226 0 270680 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1083636



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+6.20202 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 26732
/proc/meminfo: memFree=14944/2055888 swapFree=4087924/4096564
[pid=26731] ppid=26729 vsize=1844532 CPUtime=6.14
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4194304 455591 0 0 0 415 199 0 0 25 0 1 0 109617748 1888800768 455478 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26731/statm: 461133 455478 110 226 0 460904 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1844532

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

[startup+6.30603 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 26732
/proc/meminfo: memFree=14944/2055888 swapFree=4087924/4096564
[pid=26731] ppid=26729 vsize=1845060 CPUtime=6.16
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4196352 455972 0 0 0 416 200 0 0 25 0 1 0 109617748 1889341440 455859 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 18446744071564469401 0 0 17 1 0 0
/proc/26731/statm: 461265 455859 110 226 0 461036 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1845060

Sending SIGKILL to process tree (bottom up)

[startup+12.7014 s]
/proc/loadavg: 1.48 1.10 1.03 1/70 26733
/proc/meminfo: memFree=16552/2055888 swapFree=4019512/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=7.95
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 463534 0 0 0 528 267 0 0 18 0 1 0 109617748 1904852992 446346 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563611041 0 0 17 0 0 0
/proc/26731/statm: 465052 446346 131 226 0 464823 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 1860208

[startup+25.5019 s]
/proc/loadavg: 2.51 1.34 1.11 1/71 26735
/proc/meminfo: memFree=16232/2055888 swapFree=3947872/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=8.39
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 463534 0 0 0 528 311 0 0 18 0 1 0 109617748 1904852992 428436 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071564469401 0 0 17 0 0 0
/proc/26731/statm: 465052 428436 131 226 0 464823 0
Current children cumulated CPU time (s) 8.39
Current children cumulated vsize (KiB) 1860208

[startup+51.1017 s]
/proc/loadavg: 2.76 1.49 1.17 1/70 26735
/proc/meminfo: memFree=18032/2055888 swapFree=3868624/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=8.89
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 463534 0 0 0 528 361 0 0 18 0 1 0 109617748 1904852992 408624 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563611212 0 0 17 0 0 0
/proc/26731/statm: 465052 408624 131 226 0 464823 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 1860208

[startup+102.526 s]
/proc/loadavg: 3.34 1.84 1.30 4/70 26737
/proc/meminfo: memFree=14832/2055888 swapFree=3489276/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=10.59
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4197888 463534 0 0 0 528 531 0 0 18 0 1 0 109617748 1904852992 304897 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071564469401 0 0 17 0 0 0
/proc/26731/statm: 465052 304897 131 226 0 464823 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 1860208

[startup+162.301 s]
/proc/loadavg: 3.68 2.20 1.46 1/70 26739
/proc/meminfo: memFree=17840/2055888 swapFree=3405172/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=12.59
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 463704 0 17 0 528 731 0 0 18 0 1 0 109617748 1904852992 292896 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563481621 0 0 17 0 0 0
/proc/26731/statm: 465052 292896 131 226 0 464823 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1860208

[startup+222.302 s]
/proc/loadavg: 3.22 2.37 1.56 1/70 26739
/proc/meminfo: memFree=15152/2055888 swapFree=3405172/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=14.05
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 509817 0 6489 0 528 877 0 0 18 0 1 0 109617748 1904852992 345458 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563481621 0 0 17 0 0 0
/proc/26731/statm: 465052 345458 131 226 0 464823 0
Current children cumulated CPU time (s) 14.05
Current children cumulated vsize (KiB) 1860208

[startup+282.302 s]
/proc/loadavg: 2.62 2.36 1.61 1/70 26741
/proc/meminfo: memFree=16112/2055888 swapFree=3405172/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=16.54
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 595620 0 18764 0 528 1126 0 0 18 0 1 0 109617748 1904852992 443536 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563481621 0 0 17 0 0 0
/proc/26731/statm: 465052 443536 131 226 0 464823 0
Current children cumulated CPU time (s) 16.54
Current children cumulated vsize (KiB) 1860208

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

[startup+287.101 s]
/proc/loadavg: 2.65 2.37 1.61 1/71 26742
/proc/meminfo: memFree=15912/2055888 swapFree=3405172/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=16.54
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 595822 0 18793 0 528 1126 0 0 18 0 1 0 109617748 1904852992 443767 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563481621 0 0 17 0 0 0
/proc/26731/statm: 465052 443767 131 226 0 464823 0
Current children cumulated CPU time (s) 16.54
Current children cumulated vsize (KiB) 1860208

[startup+293.502 s]
/proc/loadavg: 2.60 2.36 1.61 2/70 26742
/proc/meminfo: memFree=15536/2055888 swapFree=3405172/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=16.89
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 606574 0 20331 0 528 1161 0 0 18 0 1 0 109617748 1904852992 456057 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563481621 0 0 17 1 0 0
/proc/26731/statm: 465052 456057 131 226 0 464823 0
Current children cumulated CPU time (s) 16.89
Current children cumulated vsize (KiB) 1860208

[startup+299.902 s]
/proc/loadavg: 2.43 2.33 1.61 1/70 26742
/proc/meminfo: memFree=15600/2055888 swapFree=3395292/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=16.98
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 610021 0 20824 0 528 1170 0 0 18 0 1 0 109617748 1904852992 459997 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563481621 0 0 17 0 0 0
/proc/26731/statm: 465052 459997 131 226 0 464823 0
Current children cumulated CPU time (s) 16.98
Current children cumulated vsize (KiB) 1860208

[startup+303.101 s]
/proc/loadavg: 2.43 2.33 1.61 1/70 26742
/proc/meminfo: memFree=15728/2055888 swapFree=3395292/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=17.08
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 612625 0 21197 0 528 1180 0 0 18 0 1 0 109617748 1904852992 462974 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563481621 0 0 17 0 0 0
/proc/26731/statm: 465052 462974 131 226 0 464823 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 1860208

[startup+304.702 s]
/proc/loadavg: 2.43 2.33 1.61 3/70 26742
/proc/meminfo: memFree=15920/2055888 swapFree=3395292/4096564
[pid=26731] ppid=26729 vsize=1860208 CPUtime=17.5
/proc/26731/stat : 26731 (wildcat-skc) D 26729 26731 31307 0 -1 4195840 612914 0 21351 0 528 1222 0 0 18 0 1 0 109617748 1904852992 463396 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563481621 0 0 17 0 0 0
/proc/26731/statm: 465052 463396 131 226 0 464823 0
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (KiB) 1860208

[startup+305.103 s]
/proc/loadavg: 2.32 2.31 1.61 1/70 26742
/proc/meminfo: memFree=16304/2055888 swapFree=3395284/4096564
[pid=26731] ppid=26729 vsize=0 CPUtime=17.71
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4195844 613618 0 21373 0 528 1243 0 0 19 0 1 0 109617748 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26731/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.71
Current children cumulated vsize (KiB) 0

[startup+305.303 s]
/proc/loadavg: 2.32 2.31 1.61 1/70 26742
/proc/meminfo: memFree=16304/2055888 swapFree=3395284/4096564
[pid=26731] ppid=26729 vsize=0 CPUtime=17.91
/proc/26731/stat : 26731 (wildcat-skc) R 26729 26731 31307 0 -1 4195844 613618 0 21373 0 528 1263 0 0 21 0 1 0 109617748 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26731/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.91
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 305.343
CPU time (s): 17.9613
CPU user time (s): 5.28919
CPU system time (s): 12.6721
CPU usage (%): 5.88232
Max. virtual memory (cumulated for all children) (KiB): 1860208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2892
system time used= 12.6721
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 613618
page faults= 21373
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22015
involuntary context switches= 572

runsolver used 0.314952 second user time and 0.704892 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Apr 15 06:03:52 UTC 2007

IDJOB= 351901
IDBENCH= 1845
IDSOLVER= 162
FILE ID= node76/351901-1176617032

PBS_JOBID= 4557028

Free space on /tmp= 66615 MiB

SOLVER NAME= wildcat-skc 2007-03-21
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= /tmp/evaluation/351901-1176617032/wildcat-skc /tmp/evaluation/351901-1176617032/instance-351901-1176617032.opb 922437731
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-351901-1176617032 -o ROOT/results/node76/solver-351901-1176617032 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/351901-1176617032/wildcat-skc /tmp/evaluation/351901-1176617032/instance-351901-1176617032.opb 922437731

META MD5SUM SOLVER= 05d21ee76b90579709a9929b8e99937a
MD5SUM BENCH=  1ef5c8e94b66b7ed63dffc6923ecd901

RANDOM SEED= 922437731

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.277
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	: 6006.17
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.277
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1587072 kB
Buffers:         74236 kB
Cached:         303320 kB
SwapCached:       2700 kB
Active:         148220 kB
Inactive:       245632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1587072 kB
SwapTotal:     4096564 kB
SwapFree:      4087924 kB
Dirty:           37996 kB
Writeback:           0 kB
Mapped:          20724 kB
Slab:            61404 kB
Committed_AS:  3249028 kB
PageTables:       1440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64803 MiB

End job on node76 on Sun Apr 15 06:09:09 UTC 2007