Trace number 357555

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) 628.471 628.635

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727.opb
MD5SUMdd38a612095b8742f3c77df7a192049f
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 benchmark52.9959
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 variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
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...
4.50/4.52	c ...done
4.50/4.52	c #vars=116401 #constraints=347043 hasObjective=yes
6.19/6.21	c res. mode=mod
6.19/6.21	c VSIDS like heuristics
6.19/6.21	c complete search running
395.49/395.62	c restart after 401 decisions
400.58/400.79	c nbDecision=500 #constraints=347185
627.04/627.20	Received signal 15
628.03/628.25	
628.03/628.25	s UNKNOWN
628.03/628.25	
628.03/628.25	c user time= 625.276 s
628.03/628.25	c system time= 2.81657 s
628.03/628.25	c wall clock time=628.253

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/node72/watcher-357555-1177004167 -o ROOT/results/node72/solver-357555-1177004167 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/357555-1177004167/instance-357555-1177004167.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.91 0.97 0.99 3/77 1610
/proc/meminfo: memFree=1624752/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=1468 CPUtime=0
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 176455320 1503232 162 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 367 162 130 317 0 46 0

[startup+0.034419 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 1610
/proc/meminfo: memFree=1624752/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=2128 CPUtime=0.03
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 337 0 0 0 3 0 0 0 18 0 1 0 176455320 2179072 319 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 532 319 130 317 0 211 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2128

[startup+0.101425 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 1610
/proc/meminfo: memFree=1624752/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=3588 CPUtime=0.09
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 694 0 0 0 9 0 0 0 18 0 1 0 176455320 3674112 676 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 897 676 130 317 0 576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3588

[startup+0.301443 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 1610
/proc/meminfo: memFree=1624752/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=7940 CPUtime=0.29
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 1789 0 0 0 29 0 0 0 19 0 1 0 176455320 8130560 1738 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 1985 1738 130 317 0 1664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7940

[startup+0.70148 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 1610
/proc/meminfo: memFree=1624752/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=16380 CPUtime=0.69
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 3976 0 0 0 68 1 0 0 22 0 1 0 176455320 16773120 3860 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 4095 3860 130 317 0 3774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16380

[startup+1.50155 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 1611
/proc/meminfo: memFree=1603496/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=33392 CPUtime=1.49
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 8307 0 0 0 146 3 0 0 25 0 1 0 176455320 34193408 8062 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 8348 8062 130 317 0 8027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33392

[startup+3.1017 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 1611
/proc/meminfo: memFree=1580264/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=64108 CPUtime=3.09
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 16284 0 0 0 302 7 0 0 25 0 1 0 176455320 65646592 15555 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 16027 15555 130 317 0 15706 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64108

[startup+6.30199 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=1513832/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=120784 CPUtime=6.29
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 31153 0 0 0 615 14 0 0 25 0 1 0 176455320 123682816 29683 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564080 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 30196 29683 137 317 0 29875 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120784

[startup+12.7016 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=1506408/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=120784 CPUtime=12.68
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 31174 0 0 0 1254 14 0 0 25 0 1 0 176455320 123682816 29704 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 30196 29704 137 317 0 29875 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 120784

[startup+25.5017 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=1486440/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=141480 CPUtime=25.48
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 37146 0 0 0 2531 17 0 0 25 0 1 0 176455320 144875520 34708 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134717191 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 35370 34708 139 317 0 35049 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 141480

[startup+51.1011 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=1482856/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=145176 CPUtime=51.07
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 38070 0 0 0 5089 18 0 0 25 0 1 0 176455320 148660224 35632 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718650 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 36294 35632 139 317 0 35973 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 145176

[startup+102.307 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=1472936/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=164488 CPUtime=102.26
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 44062 0 0 0 10205 21 0 0 25 0 1 0 176455320 168435712 38090 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134742735 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 41122 38090 139 317 0 40801 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 164488

[startup+162.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=1370728/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=276460 CPUtime=162.24
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 91735 0 0 0 16184 40 0 0 25 0 1 0 176455320 283095040 65208 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284160 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 69115 65208 139 317 0 68794 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 276460

[startup+222.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=999272/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=654556 CPUtime=222.23
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 248480 0 0 0 22122 101 0 0 25 0 1 0 176455320 670265344 157114 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134554540 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 163639 157114 170 317 0 163318 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 654556

[startup+282.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=704296/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=951996 CPUtime=282.22
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 355081 0 0 0 28079 143 0 0 25 0 1 0 176455320 974843904 229864 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710858 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 237999 229864 170 317 0 237678 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 951996

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=678248/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=978320 CPUtime=342.2
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 364131 0 0 0 34074 146 0 0 25 0 1 0 176455320 1001799680 236343 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 244580 236343 170 317 0 244259 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 978320

[startup+402.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=652200/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=1004732 CPUtime=402.18
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 376313 0 0 0 40068 150 0 0 25 0 1 0 176455320 1028845568 242771 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 251183 242771 170 317 0 250862 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1004732

[startup+462.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=463400/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=1199680 CPUtime=462.17
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 458450 0 0 0 46034 183 0 0 25 0 1 0 176455320 1228472320 289915 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718926 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 299920 289915 170 317 0 299599 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1199680

[startup+522.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=273320/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=1391444 CPUtime=522.16
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 517771 0 0 0 52008 208 0 0 25 0 1 0 176455320 1424838656 337329 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 347861 337329 170 317 0 347540 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1391444

[startup+582.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=16616/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=1692912 CPUtime=582.14
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 636944 0 0 0 57963 251 0 0 25 0 1 0 176455320 1733541888 410241 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134559647 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 423228 410241 170 317 0 422907 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1692912



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+627.202 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=15912/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=1845068 CPUtime=627.04
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 705890 0 0 0 62424 280 0 0 25 0 1 0 176455320 1889349632 447057 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 461267 447057 170 317 0 460946 0
Current children cumulated CPU time (s) 627.04
Current children cumulated vsize (KiB) 1845068

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

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

[startup+627.802 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 1611
/proc/meminfo: memFree=15912/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=1850416 CPUtime=627.63
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 707674 0 0 0 62482 281 0 0 25 0 1 0 176455320 1894825984 448357 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 462604 448357 170 317 0 462283 0
Current children cumulated CPU time (s) 627.63
Current children cumulated vsize (KiB) 1850416

[startup+628.202 s]
/proc/loadavg: 1.00 0.98 0.99 2/79 1612
/proc/meminfo: memFree=16416/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=1846312 CPUtime=628.03
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194304 707674 0 0 0 62522 281 0 0 25 0 1 0 176455320 1890623488 447453 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712845 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 461578 447453 170 317 0 461257 0
Current children cumulated CPU time (s) 628.03
Current children cumulated vsize (KiB) 1846312

[startup+628.602 s]
/proc/loadavg: 1.00 0.98 0.99 2/79 1612
/proc/meminfo: memFree=16416/2055920 swapFree=4157116/4192956
[pid=1610] ppid=1608 vsize=0 CPUtime=628.43
/proc/1610/stat : 1610 (oree) R 1608 1610 928 0 -1 4194308 707690 0 0 0 62536 307 0 0 25 0 1 0 176455320 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1610/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 628.43
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 628.635
CPU time (s): 628.471
CPU user time (s): 625.369
CPU system time (s): 3.10253
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 1850416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 625.369
system time used= 3.10253
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 707690
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= 1414

runsolver used 0.742887 second user time and 1.55276 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Thu Apr 19 17:36:09 UTC 2007

IDJOB= 357555
IDBENCH= 3046
IDSOLVER= 172
FILE ID= node72/357555-1177004167

PBS_JOBID= 4630487

Free space on /tmp= 66384 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=480-sizeP=241-sizeQ=480-57455727.opb
COMMAND LINE= oree /tmp/evaluation/357555-1177004167/instance-357555-1177004167.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-357555-1177004167 -o ROOT/results/node72/solver-357555-1177004167 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/357555-1177004167/instance-357555-1177004167.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  dd38a612095b8742f3c77df7a192049f

RANDOM SEED= 291212690

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1625352 kB
Buffers:         21888 kB
Cached:         334336 kB
SwapCached:      16688 kB
Active:          61808 kB
Inactive:       318324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625352 kB
SwapTotal:     4192956 kB
SwapFree:      4157116 kB
Dirty:           24152 kB
Writeback:           0 kB
Mapped:          31164 kB
Slab:            35884 kB
Committed_AS:  2771352 kB
PageTables:       1792 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= 66384 MiB

End job on node72 on Thu Apr 19 17:46:38 UTC 2007