Trace number 367102

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 alpha? (MO) 672.77 672.948

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=260-sizeP=131-sizeQ=260-466115074.opb
MD5SUM6f10a43564a9251299e57f9c0057d233
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark9.01663
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables34451
Total number of constraints102181
Number of constraints which are clauses102180
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint34060
Number of terms in the objective function 131
Biggest coefficient in the objective function 1361129467683753853853498429727072845824
Number of bits for the biggest coefficient in the objective function 131
Sum of the numbers in the objective function 2722258935367507707706996859454145691647
Number of bits of the sum of numbers in the objective function 131
Biggest number in a constraint 1260864198284623334792929283204595641762551656654894293374345388935863096687910739565256520156317300505812095689818112
Number of bits of the biggest number in a constraint 390
Biggest sum of numbers in a constraint 5043456793138493339171717132818382567048530064817703149238847471651876572267107280016735989126993020184591974005456899
Number of bits of the biggest sum of numbers391
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 This is oree version 0.1.2 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using __gmp_expr<__gmpz_value, __gmpz_value>
0.00/0.00	c parsing...
1.09/1.17	c ...done
1.09/1.17	c #vars=34451 #constraints=102183 hasObjective=yes
1.48/1.56	c res. mode=mod
1.48/1.56	c VSIDS like heuristics
1.48/1.56	c complete search running
154.14/154.29	c restart after 401 decisions
156.94/157.01	c nbDecision=500 #constraints=102453
274.51/274.66	c restart after 801 decisions
310.41/310.56	c nbDecision=1000 #constraints=102766
672.02/672.21	Received signal 15
672.41/672.67	
672.41/672.67	s UNKNOWN
672.41/672.67	
672.41/672.67	c user time= 668.623 s
672.41/672.67	c system time= 3.87841 s
672.41/672.67	c wall clock time=672.674

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/node26/watcher-367102-1177003504 -o ROOT/results/node26/solver-367102-1177003504 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367102-1177003504/instance-367102-1177003504.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: 0.92 0.98 0.99 3/77 28954
/proc/meminfo: memFree=1712888/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=1468 CPUtime=0
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 148267254 1503232 159 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 367 160 130 317 0 46 0

[startup+0.103054 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 28954
/proc/meminfo: memFree=1712888/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=3584 CPUtime=0.09
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 692 0 0 0 9 0 0 0 18 0 1 0 148267254 3670016 674 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 896 674 130 317 0 575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3584

[startup+0.201062 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 28954
/proc/meminfo: memFree=1712888/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=5696 CPUtime=0.19
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 1212 0 0 0 19 0 0 0 18 0 1 0 148267254 5832704 1194 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 1424 1194 130 317 0 1103 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5696

[startup+0.301072 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 28954
/proc/meminfo: memFree=1712888/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=7804 CPUtime=0.29
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 1775 0 0 0 28 1 0 0 19 0 1 0 148267254 7991296 1724 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 1951 1724 130 317 0 1630 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7804

[startup+0.701108 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 28954
/proc/meminfo: memFree=1712888/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=16376 CPUtime=0.69
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 3959 0 0 0 67 2 0 0 23 0 1 0 148267254 16769024 3843 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 4094 3843 130 317 0 3773 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16376

[startup+1.50118 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 28955
/proc/meminfo: memFree=1691248/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=34792 CPUtime=1.48
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 8680 0 0 0 145 3 0 0 25 0 1 0 148267254 35627008 8208 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 8698 8208 137 317 0 8377 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34792

[startup+3.10133 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 28955
/proc/meminfo: memFree=1678960/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=43164 CPUtime=3.08
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 10985 0 0 0 304 4 0 0 25 0 1 0 148267254 44199936 9963 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 10791 9963 139 317 0 10470 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43164

[startup+6.30163 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 28955
/proc/meminfo: memFree=1673136/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=43164 CPUtime=6.28
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 10985 0 0 0 624 4 0 0 25 0 1 0 148267254 44199936 9963 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279024 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 10791 9963 139 317 0 10470 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43164

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 28955
/proc/meminfo: memFree=1671992/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=47916 CPUtime=12.69
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 12448 0 0 0 1264 5 0 0 25 0 1 0 148267254 49065984 10331 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271317 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 11979 10331 139 317 0 11658 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47916

[startup+25.5024 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 28955
/proc/meminfo: memFree=1634104/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=98832 CPUtime=25.48
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 35926 0 0 0 2534 14 0 0 25 0 1 0 148267254 101203968 20480 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134593484 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 24708 20480 170 317 0 24387 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 98832

[startup+51.1028 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 28955
/proc/meminfo: memFree=1583992/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=157872 CPUtime=51.07
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 69031 0 0 0 5077 30 0 0 25 0 1 0 148267254 161660928 32517 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564046 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 39468 32517 170 317 0 39147 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 157872

[startup+102.303 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 28955
/proc/meminfo: memFree=1381240/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=406796 CPUtime=102.26
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 191187 0 0 0 10148 78 0 0 25 0 1 0 148267254 416559104 82863 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 101699 82865 170 317 0 101378 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 406796

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=1288440/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=527368 CPUtime=162.24
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 258330 0 0 0 16119 105 0 0 25 0 1 0 148267254 540024832 106287 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135277145 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 131842 106287 170 317 0 131521 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 527368

[startup+222.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=1095288/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=756392 CPUtime=222.23
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 369441 0 0 0 22077 146 0 0 25 0 1 0 148267254 774545408 153993 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 189098 153993 170 317 0 188777 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 756392

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=973752/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=919760 CPUtime=282.21
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 460007 0 0 0 28037 184 0 0 25 0 1 0 148267254 941834240 185271 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 229940 185271 170 317 0 229619 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 919760

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=849400/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=1081064 CPUtime=342.19
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 550869 0 0 0 33999 220 0 0 25 0 1 0 148267254 1107009536 215916 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718926 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 270266 215916 170 317 0 269945 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1081064

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=815928/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=1123664 CPUtime=402.18
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 573544 0 0 0 39988 230 0 0 25 0 1 0 148267254 1150631936 224189 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134714622 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 280916 224189 170 317 0 280595 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1123664

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=708856/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=1258720 CPUtime=462.17
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 652715 0 0 0 45954 263 0 0 25 0 1 0 148267254 1288929280 250251 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 314680 250251 170 317 0 314359 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1258720

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=480504/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=1520496 CPUtime=522.16
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 759131 0 0 0 51909 307 0 0 25 0 1 0 148267254 1556987904 308116 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 380124 308116 170 317 0 379803 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1520496

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=361080/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=1671496 CPUtime=582.14
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 845486 0 0 0 57871 343 0 0 25 0 1 0 148267254 1711611904 336950 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710870 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 417874 336950 170 317 0 417553 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1671496

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=266232/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=1793752 CPUtime=642.12
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 915107 0 0 0 63837 375 0 0 25 0 1 0 148267254 1836802048 360545 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 448438 360545 170 317 0 448117 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 1793752



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+672.205 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=227128/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=1844640 CPUtime=672.02
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 946012 0 0 0 66815 387 0 0 25 0 1 0 148267254 1888911360 370285 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135277443 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 461160 370285 170 317 0 460839 0
Current children cumulated CPU time (s) 672.02
Current children cumulated vsize (KiB) 1844640

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

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

[startup+672.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=227128/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=1836892 CPUtime=672.51
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194304 946062 0 0 0 66864 387 0 0 25 0 1 0 148267254 1880977408 369195 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270868 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 459223 369195 186 317 0 458902 0
Current children cumulated CPU time (s) 672.51
Current children cumulated vsize (KiB) 1836892

[startup+672.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 28955
/proc/meminfo: memFree=227128/2055920 swapFree=4170240/4192956
[pid=28954] ppid=28952 vsize=0 CPUtime=672.72
/proc/28954/stat : 28954 (oree) R 28952 28954 28614 0 -1 4194308 946062 0 0 0 66865 407 0 0 25 0 1 0 148267254 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/28954/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 672.72
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 672.948
CPU time (s): 672.77
CPU user time (s): 668.65
CPU system time (s): 4.11937
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 1844640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 668.65
system time used= 4.11937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 946062
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= 8
involuntary context switches= 13949

runsolver used 0.799878 second user time and 1.63775 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Thu Apr 19 17:25:04 UTC 2007

IDJOB= 367102
IDBENCH= 3016
IDSOLVER= 172
FILE ID= node26/367102-1177003504

PBS_JOBID= 4630514

Free space on /tmp= 66430 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=260-sizeP=131-sizeQ=260-466115074.opb
COMMAND LINE= oree /tmp/evaluation/367102-1177003504/instance-367102-1177003504.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-367102-1177003504 -o ROOT/results/node26/solver-367102-1177003504 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367102-1177003504/instance-367102-1177003504.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  6f10a43564a9251299e57f9c0057d233

RANDOM SEED= 429934474

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.213
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.213
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:       1713360 kB
Buffers:         34616 kB
Cached:         220588 kB
SwapCached:       3128 kB
Active:         171172 kB
Inactive:       107308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713360 kB
SwapTotal:     4192956 kB
SwapFree:      4170240 kB
Dirty:            6376 kB
Writeback:           0 kB
Mapped:          30888 kB
Slab:            49652 kB
Committed_AS:  1029768 kB
PageTables:       1716 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= 66430 MiB

End job on node26 on Thu Apr 19 17:36:19 UTC 2007