Trace number 2683031

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
PB/CT 0.1 fixed? (MO) 806.989 807.181

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631.opb
MD5SUM18301f364ef74e26df74516365cf575f
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 benchmark8.47571
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 variables39901
Total number of constraints118441
Number of constraints which are clauses118440
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 constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PB/CT 0.1.1 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015
1.49/1.50	c constraints 1/0 clauses 118440/0 units 0
1.49/1.50	c vars 39901
1.49/1.50	c objective 141 + 0
806.81/807.01	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2683031-1277493570/watcher-2683031-1277493570 -o /tmp/evaluation-result-2683031-1277493570/solver-2683031-1277493570 -C 1800 -W 2000 -M 1800 HOME/pbct --model HOME/instance-2683031-1277493570.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23913
/proc/meminfo: memFree=1792704/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=2136 CPUtime=0
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 253 0 0 0 0 0 0 0 18 0 1 0 124958409 2187264 172 1992294400 134512640 136421960 4291551136 18446744073709551615 135811817 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23913/statm: 534 172 146 467 0 65 0

[startup+0.0810499 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23913
/proc/meminfo: memFree=1792704/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=2400 CPUtime=0.08
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 317 0 0 0 8 0 0 0 20 0 1 0 124958409 2457600 236 1992294400 134512640 136421960 4291551136 18446744073709551615 135818400 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23913/statm: 600 236 146 467 0 131 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2400

[startup+0.101051 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23913
/proc/meminfo: memFree=1792704/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=2532 CPUtime=0.1
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 336 0 0 0 10 0 0 0 20 0 1 0 124958409 2592768 255 1992294400 134512640 136421960 4291551136 18446744073709551615 135818469 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23913/statm: 633 255 146 467 0 164 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2532

[startup+0.301068 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23913
/proc/meminfo: memFree=1792704/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=3192 CPUtime=0.29
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 516 0 0 0 29 0 0 0 20 0 1 0 124958409 3268608 435 1992294400 134512640 136421960 4291551136 18446744073709551615 135717550 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23913/statm: 798 435 146 467 0 329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3192

[startup+0.701105 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23913
/proc/meminfo: memFree=1792704/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=4896 CPUtime=0.69
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 973 0 0 0 69 0 0 0 21 0 1 0 124958409 5013504 794 1992294400 134512640 136421960 4291551136 18446744073709551615 135377344 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23913/statm: 1224 794 146 467 0 755 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4896

[startup+1.50117 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23914
/proc/meminfo: memFree=1788728/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=11728 CPUtime=1.49
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 2780 0 0 0 148 1 0 0 23 0 1 0 124958409 12009472 2375 1992294400 134512640 136421960 4291551136 18446744073709551615 134544332 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23913/statm: 2932 2375 147 467 0 2463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11728

[startup+3.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23914
/proc/meminfo: memFree=1720404/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=178848 CPUtime=3.09
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 46413 0 0 0 287 22 0 0 25 0 1 0 124958409 183140352 43512 1992294400 134512640 136421960 4291551136 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 44712 43513 189 467 0 44243 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 178848

[startup+6.30057 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23914
/proc/meminfo: memFree=1442892/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=514972 CPUtime=6.29
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 135509 0 0 0 571 58 0 0 25 0 1 0 124958409 527331328 127642 1992294400 134512640 136421960 4291551136 18446744073709551615 135830543 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 128743 127651 205 467 0 128274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 514972

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23914
/proc/meminfo: memFree=1248212/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=552700 CPUtime=12.68
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 145102 0 0 0 1191 77 0 0 25 0 1 0 124958409 565964800 136308 1992294400 134512640 136421960 4291551136 18446744073709551615 134859876 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 138175 136308 216 467 0 137706 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 552700

[startup+25.5012 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 23914
/proc/meminfo: memFree=1226264/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=573600 CPUtime=25.49
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 150323 0 0 0 2458 91 0 0 25 0 1 0 124958409 587366400 141529 1992294400 134512640 136421960 4291551136 18446744073709551615 135160700 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 143400 141529 217 467 0 142931 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 573600

[startup+51.1014 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 23916
/proc/meminfo: memFree=1187700/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=612388 CPUtime=51.08
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 159974 0 0 0 5001 107 0 0 25 0 1 0 124958409 627085312 151180 1992294400 134512640 136421960 4291551136 18446744073709551615 135275055 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 153097 151180 217 467 0 152628 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 612388

[startup+102.309 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 23916
/proc/meminfo: memFree=1106480/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=694312 CPUtime=102.27
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 180108 0 0 0 10076 151 0 0 25 0 1 0 124958409 710975488 171314 1992294400 134512640 136421960 4291551136 18446744073709551615 135818528 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 173578 171314 217 467 0 173109 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 694312

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23918
/proc/meminfo: memFree=998352/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=805064 CPUtime=162.25
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 207270 0 0 0 16033 192 0 0 25 0 1 0 124958409 824385536 198476 1992294400 134512640 136421960 4291551136 18446744073709551615 135275069 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 201266 198476 217 467 0 200797 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 805064

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23920
/proc/meminfo: memFree=901136/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=904692 CPUtime=222.24
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 231403 0 0 0 22009 215 0 0 25 0 1 0 124958409 926404608 222609 1992294400 134512640 136421960 4291551136 18446744073709551615 135820588 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 226173 222609 217 467 0 225704 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 904692

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23922
/proc/meminfo: memFree=779616/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1032512 CPUtime=282.23
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 261924 0 0 0 27965 258 0 0 25 0 1 0 124958409 1057292288 253130 1992294400 134512640 136421960 4291551136 18446744073709551615 135160751 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 258128 253130 217 467 0 257659 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1032512

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23924
/proc/meminfo: memFree=668388/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1149660 CPUtime=342.21
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 289471 0 0 0 33921 300 0 0 25 0 1 0 124958409 1177251840 280677 1992294400 134512640 136421960 4291551136 18446744073709551615 135005960 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 287415 280677 217 467 0 286946 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1149660

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 23924
/proc/meminfo: memFree=594856/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1225980 CPUtime=402.2
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 308320 0 0 0 39907 313 0 0 25 0 1 0 124958409 1255403520 299526 1992294400 134512640 136421960 4291551136 18446744073709551615 134861860 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 306495 299526 217 467 0 306026 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 1225980

[startup+462.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 23926
/proc/meminfo: memFree=519092/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1300572 CPUtime=462.18
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 326717 0 0 0 45892 326 0 0 25 0 1 0 124958409 1331785728 317923 1992294400 134512640 136421960 4291551136 18446744073709551615 135006405 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 325143 317923 217 467 0 324674 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1300572

[startup+522.301 s]
/proc/loadavg: 1.10 1.03 1.00 2/107 23928
/proc/meminfo: memFree=448908/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1371552 CPUtime=522.17
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 344348 0 0 0 51878 339 0 0 25 0 1 0 124958409 1404469248 335554 1992294400 134512640 136421960 4291551136 18446744073709551615 135818268 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 342888 335554 217 467 0 342419 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 1371552

[startup+582.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/107 23930
/proc/meminfo: memFree=364464/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1456808 CPUtime=582.15
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 365328 0 0 0 57856 359 0 0 25 0 1 0 124958409 1491771392 356534 1992294400 134512640 136421960 4291551136 18446744073709551615 135676783 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 364202 356534 217 467 0 363733 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 1456808

[startup+642.301 s]
/proc/loadavg: 1.16 1.06 1.01 2/107 23932
/proc/meminfo: memFree=262164/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1560708 CPUtime=642.15
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 390651 0 0 0 63821 394 0 0 25 0 1 0 124958409 1598164992 381857 1992294400 134512640 136421960 4291551136 18446744073709551615 134862003 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 390177 381857 217 467 0 389708 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 1560708

[startup+702.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 23932
/proc/meminfo: memFree=166064/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1660676 CPUtime=702.13
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 414815 0 0 0 69777 436 0 0 25 0 1 0 124958409 1700532224 406021 1992294400 134512640 136421960 4291551136 18446744073709551615 134862018 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 415169 406021 217 467 0 414700 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 1660676

[startup+762.308 s]
/proc/loadavg: 1.02 1.03 1.00 2/107 23934
/proc/meminfo: memFree=65748/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1763152 CPUtime=762.12
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 439690 0 0 0 75754 458 0 0 25 0 1 0 124958409 1805467648 430896 1992294400 134512640 136421960 4291551136 18446744073709551615 135276026 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 440788 430896 217 467 0 440319 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 1763152



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+807.002 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 23936
/proc/meminfo: memFree=9876/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=1843628 CPUtime=806.81
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4202496 458861 0 0 0 80203 478 0 0 25 0 1 0 124958409 1887875072 450067 1992294400 134512640 136421960 4291551136 18446744073709551615 134864493 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23913/statm: 460907 450067 217 467 0 460438 0
Current children cumulated CPU time (s) 806.81
Current children cumulated vsize (KiB) 1843628

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

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

[startup+807.11 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 23936
/proc/meminfo: memFree=9876/2059040 swapFree=4135508/4192956
[pid=23913] ppid=23911 vsize=0 CPUtime=806.91
/proc/23913/stat : 23913 (pbct) R 23911 23913 23724 0 -1 4194308 458863 0 0 0 80203 488 0 0 25 0 1 0 124958409 0 0 1992294400 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23913/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 806.91
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 807.181
CPU time (s): 806.989
CPU user time (s): 802.037
CPU system time (s): 4.95225
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 1843628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 802.037
system time used= 4.95225
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458863
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= 1
involuntary context switches= 8687

runsolver used 1.37079 second user time and 3.78442 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-25 21:19:31
IDJOB=2683031
IDBENCH=2964
IDSOLVER=1192
FILE ID=node015/2683031-1277493570
PBS_JOBID= 11190542
Free space on /tmp= 62404 MiB

SOLVER NAME= PB/CT 0.1 fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631.opb
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2683031-1277493570/watcher-2683031-1277493570 -o /tmp/evaluation-result-2683031-1277493570/solver-2683031-1277493570 -C 1800 -W 2000 -M 1800  HOME/pbct --model HOME/instance-2683031-1277493570.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 18301f364ef74e26df74516365cf575f
RANDOM SEED=1545087970

node015.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1793108 kB
Buffers:         55308 kB
Cached:         109576 kB
SwapCached:      10404 kB
Active:          68104 kB
Inactive:       110252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1793108 kB
SwapTotal:     4192956 kB
SwapFree:      4135508 kB
Dirty:            7812 kB
Writeback:           0 kB
AnonPages:       12020 kB
Mapped:           8440 kB
Slab:            65576 kB
PageTables:       4212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62404 MiB
End job on node015 at 2010-06-25 21:33:00