Trace number 357385

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
oree 0.1.2 alphaSAT (MO)101753767138 748.837 749.06

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-sp97ar.opb
MD5SUM7c42bfce08dbcdfa75528339ed295749
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43968247840
Best CPU time to get the best result obtained on this benchmark1804.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 43909739328
Optimality of the best value was proved NO
Number of variables282020
Total number of constraints1761
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1761
Minimum length of a constraint20
Maximum length of a constraint49260
Number of terms in the objective function 282020
Biggest coefficient in the objective function 2456844338462720
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 16364293819131525300
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 2456844338462720
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 16364293819131525300
Number of bits of the biggest sum of numbers64
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	101753767138

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node35/watcher-357385-1176996424 -o ROOT/results/node35/solver-357385-1176996424 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/357385-1176996424/instance-357385-1176996424.opb mod 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 21602
/proc/meminfo: memFree=1682808/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=1468 CPUtime=0
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 178 0 0 0 0 0 0 0 18 0 1 0 147558167 1503232 160 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 367 160 127 317 0 46 0

[startup+0.032224 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 21602
/proc/meminfo: memFree=1682808/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=1880 CPUtime=0.02
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 296 0 0 0 2 0 0 0 18 0 1 0 147558167 1925120 245 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 470 245 127 317 0 149 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1880

[startup+0.101231 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 21602
/proc/meminfo: memFree=1682808/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=2400 CPUtime=0.09
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 514 0 0 0 9 0 0 0 18 0 1 0 147558167 2457600 398 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 600 398 127 317 0 279 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2400

[startup+0.301255 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 21602
/proc/meminfo: memFree=1682808/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=5520 CPUtime=0.29
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 1533 0 0 0 29 0 0 0 19 0 1 0 147558167 5652480 1031 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 1380 1031 127 317 0 1059 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5520

[startup+0.701301 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 21602
/proc/meminfo: memFree=1682808/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=9548 CPUtime=0.69
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 3060 0 0 0 68 1 0 0 23 0 1 0 147558167 9777152 2045 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 2387 2045 127 317 0 2066 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9548

[startup+1.50139 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=1667376/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=17736 CPUtime=1.49
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 5333 0 0 0 146 3 0 0 25 0 1 0 147558167 18161664 3293 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712511 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 4434 3293 128 317 0 4113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17736

[startup+3.10159 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=1666032/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=34804 CPUtime=3.09
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 9689 0 0 0 301 8 0 0 25 0 1 0 147558167 35639296 7058 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284120 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 8701 7058 131 317 0 8380 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34804

[startup+6.30196 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=1628848/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=77940 CPUtime=6.29
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 21255 0 0 0 615 14 0 0 25 0 1 0 147558167 79810560 16400 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 19485 16400 131 317 0 19164 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77940

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=1553712/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=164036 CPUtime=12.68
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 45491 0 0 0 1242 26 0 0 25 0 1 0 147558167 167972864 34715 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 41009 34715 131 317 0 40688 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 164036

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=1415792/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=312648 CPUtime=25.48
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 85400 0 0 0 2505 43 0 0 25 0 1 0 147558167 320151552 68057 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602741 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 78162 68057 137 317 0 77841 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 312648

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=1376048/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=348552 CPUtime=51.07
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 94369 0 0 0 5060 47 0 0 25 0 1 0 147558167 356917248 77026 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606670 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 87138 77026 137 317 0 86817 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 348552

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=1376048/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=348552 CPUtime=102.26
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 94374 0 0 0 10179 47 0 0 25 0 1 0 147558167 356917248 77031 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606688 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 87138 77031 137 317 0 86817 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 348552

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.97 3/78 21603
/proc/meminfo: memFree=1368432/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=358056 CPUtime=162.24
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 98536 0 0 0 16175 49 0 0 25 0 1 0 147558167 366649344 78880 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606688 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 89514 78880 138 317 0 89193 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 358056

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=1284400/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=453708 CPUtime=222.22
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 144638 0 0 0 22155 67 0 0 25 0 1 0 147558167 464596992 100130 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 113427 100130 169 317 0 113106 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 453708

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=1112944/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=645548 CPUtime=282.21
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 223976 0 0 0 28127 94 0 0 25 0 1 0 147558167 661041152 143127 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563647 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 161387 143127 169 317 0 161066 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 645548

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=936752/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=840660 CPUtime=342.19
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 308154 0 0 0 34092 127 0 0 25 0 1 0 147558167 860835840 187461 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718635 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 210165 187461 169 317 0 209844 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 840660

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=797808/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=993240 CPUtime=402.18
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 374704 0 0 0 40066 152 0 0 25 0 1 0 147558167 1017077760 221386 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 248310 221386 169 317 0 247989 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 993240

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=626416/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=1192976 CPUtime=462.16
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 453387 0 0 0 46034 182 0 0 25 0 1 0 147558167 1221607424 264031 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 298244 264031 169 317 0 297923 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1192976

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=501424/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=1335888 CPUtime=522.14
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 515201 0 0 0 52010 204 0 0 25 0 1 0 147558167 1367949312 296113 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 333972 296113 169 317 0 333651 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1335888

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=343920/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=1502544 CPUtime=582.12
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 584873 0 0 0 57983 229 0 0 25 0 1 0 147558167 1538605056 334668 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 375636 334668 169 317 0 375315 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 1502544

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21603
/proc/meminfo: memFree=252080/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=1606144 CPUtime=642.11
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 633453 0 0 0 63964 247 0 0 25 0 1 0 147558167 1644691456 357233 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 401536 357233 169 317 0 401215 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 1606144

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21604
/proc/meminfo: memFree=146096/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=1726508 CPUtime=702.09
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 689563 0 0 0 69939 270 0 0 25 0 1 0 147558167 1767944192 384149 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 431627 384149 169 317 0 431306 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 1726508



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+748.402 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21605
/proc/meminfo: memFree=50992/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=1844412 CPUtime=748.19
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 732328 0 0 0 74531 288 0 0 25 0 1 0 147558167 1888677888 407380 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 461103 407381 169 317 0 460782 0
Current children cumulated CPU time (s) 748.19
Current children cumulated vsize (KiB) 1844412

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

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

[startup+748.602 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 21605
/proc/meminfo: memFree=50992/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=1844180 CPUtime=748.39
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194304 732609 0 0 0 74551 288 0 0 25 0 1 0 147558167 1888440320 407384 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134567932 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 461045 407384 169 317 0 460724 0
Current children cumulated CPU time (s) 748.39
Current children cumulated vsize (KiB) 1844180

[startup+749.002 s]
/proc/loadavg: 1.00 1.00 0.97 2/79 21606
/proc/meminfo: memFree=1436392/2055920 swapFree=4150956/4192956
[pid=21602] ppid=21600 vsize=0 CPUtime=748.78
/proc/21602/stat : 21602 (oree) R 21600 21602 20973 0 -1 4194308 732625 0 0 0 74569 309 0 0 25 0 1 0 147558167 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/21602/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 748.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 749.06
CPU time (s): 748.837
CPU user time (s): 745.698
CPU system time (s): 3.13952
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 1844412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 745.698
system time used= 3.13952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 732625
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= 11
involuntary context switches= 15144

runsolver used 0.910861 second user time and 1.82072 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Thu Apr 19 15:27:07 UTC 2007

IDJOB= 357385
IDBENCH= 2506
IDSOLVER= 172
FILE ID= node35/357385-1176996424

PBS_JOBID= 4630464

Free space on /tmp= 66226 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-sp97ar.opb
COMMAND LINE= oree /tmp/evaluation/357385-1176996424/instance-357385-1176996424.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-357385-1176996424 -o ROOT/results/node35/solver-357385-1176996424 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/357385-1176996424/instance-357385-1176996424.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  7c42bfce08dbcdfa75528339ed295749

RANDOM SEED= 31482072

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.232
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.232
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:       1683216 kB
Buffers:         34948 kB
Cached:         267008 kB
SwapCached:       9280 kB
Active:         156212 kB
Inactive:       171368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683216 kB
SwapTotal:     4192956 kB
SwapFree:      4150956 kB
Dirty:           82848 kB
Writeback:           0 kB
Mapped:          32248 kB
Slab:            30488 kB
Committed_AS:  2387280 kB
PageTables:       2000 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= 66226 MiB

End job on node35 on Thu Apr 19 15:39:38 UTC 2007