Trace number 367138

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) 638.658 638.876

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-420453220.opb
MD5SUM8cfd4ca2b2eb84fc02bb0408d1dd05dc
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 benchmark17.2114
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 variables52001
Total number of constraints154561
Number of constraints which are clauses154560
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 constraint51520
Number of terms in the objective function 161
Biggest coefficient in the objective function 1461501637330902918203684832716283019655932542976
Number of bits for the biggest coefficient in the objective function 161
Sum of the numbers in the objective function 2923003274661805836407369665432566039311865085951
Number of bits of the sum of numbers in the objective function 161
Biggest number in a constraint 1560874275157996115690798614896583152874299071332485575429578479812685869409882810060153051531745985579913465560703311447723987839644142653145088
Number of bits of the biggest number in a constraint 480
Biggest sum of numbers in a constraint 6243497100631984462763194459586332611497196285329458171408770520629035540670020835398097850925707779467176054569131054629458594384801759081011045
Number of bits of the biggest sum of numbers481
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.79/1.86	c ...done
1.79/1.86	c #vars=52001 #constraints=154563 hasObjective=yes
2.49/2.50	c res. mode=mod
2.49/2.50	c VSIDS like heuristics
2.49/2.50	c complete search running
195.02/195.19	c restart after 401 decisions
198.62/198.78	c nbDecision=500 #constraints=154782
425.26/425.47	c restart after 801 decisions
443.55/443.73	c nbDecision=1000 #constraints=155021
638.18/638.40	Received signal 15
638.37/638.60	
638.37/638.60		Unexpected exception :
638.37/638.60		St9bad_alloc

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/node47/watcher-367138-1177003828 -o ROOT/results/node47/solver-367138-1177003828 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367138-1177003828/instance-367138-1177003828.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.99 0.97 0.96 3/77 15259
/proc/meminfo: memFree=1664464/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=1468 CPUtime=0
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 55228273 1503232 163 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134541347 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 367 163 130 317 0 46 0

[startup+0.0299051 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 15259
/proc/meminfo: memFree=1664464/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=1996 CPUtime=0.02
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 315 0 0 0 2 0 0 0 18 0 1 0 55228273 2043904 297 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 499 297 130 317 0 178 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1996

[startup+0.101912 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 15259
/proc/meminfo: memFree=1664464/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=3584 CPUtime=0.09
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 697 0 0 0 9 0 0 0 18 0 1 0 55228273 3670016 679 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 896 679 130 317 0 575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3584

[startup+0.301934 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 15259
/proc/meminfo: memFree=1664464/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=7804 CPUtime=0.29
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 1780 0 0 0 28 1 0 0 19 0 1 0 55228273 7991296 1729 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 1951 1729 130 317 0 1630 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7804

[startup+0.701977 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 15259
/proc/meminfo: memFree=1664464/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=16376 CPUtime=0.69
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 3951 0 0 0 67 2 0 0 22 0 1 0 55228273 16769024 3835 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 4094 3835 130 317 0 3773 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16376

[startup+1.50106 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=1643328/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=30976 CPUtime=1.49
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 7809 0 0 0 144 5 0 0 25 0 1 0 55228273 31719424 7337 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134709525 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 7744 7337 130 317 0 7423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30976

[startup+3.10124 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=1617088/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=53624 CPUtime=3.08
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 13694 0 0 0 301 7 0 0 25 0 1 0 55228273 54910976 12995 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 13406 12995 137 317 0 13085 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53624

[startup+6.30158 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=1605248/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=61740 CPUtime=6.28
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 16015 0 0 0 620 8 0 0 25 0 1 0 55228273 63221760 14862 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712504 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 15435 14862 139 317 0 15114 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 61740

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=1604552/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=62532 CPUtime=12.68
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 16221 0 0 0 1260 8 0 0 25 0 1 0 55228273 64032768 15068 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271361 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 15633 15068 139 317 0 15312 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62532

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=1600584/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=70792 CPUtime=25.48
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 19047 0 0 0 2538 10 0 0 25 0 1 0 55228273 72491008 16078 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710848 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 17698 16078 139 317 0 17377 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70792

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=1541640/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=135344 CPUtime=51.06
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 46859 0 0 0 5086 20 0 0 25 0 1 0 55228273 138592256 31169 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272552 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 33965 31170 170 317 0 33644 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 135344

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=1430408/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=252476 CPUtime=102.25
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 98550 0 0 0 10184 41 0 0 25 0 1 0 55228273 258535424 58570 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710849 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 63119 58570 170 317 0 62798 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 252476

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=1232136/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=463752 CPUtime=162.24
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 199118 0 0 0 16142 82 0 0 25 0 1 0 55228273 474882048 107878 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712845 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 115938 107878 170 317 0 115617 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 463752

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=981064/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=731588 CPUtime=222.22
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 314910 0 0 0 22096 126 0 0 25 0 1 0 55228273 749146112 170614 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279009 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 182897 170614 170 317 0 182576 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 731588

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=934984/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=785380 CPUtime=282.19
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 340690 0 0 0 28083 136 0 0 25 0 1 0 55228273 804229120 183111 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 196345 183111 170 317 0 196024 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 785380

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=842824/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=878700 CPUtime=342.18
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 391933 0 0 0 34061 157 0 0 25 0 1 0 55228273 899788800 204726 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718632 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 219675 204726 170 317 0 219354 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 878700

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=588744/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=1149756 CPUtime=402.16
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 500713 0 0 0 40021 195 0 0 25 0 1 0 55228273 1177350144 269188 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746916 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 287439 269188 170 317 0 287118 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 1149756

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=471624/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=1273304 CPUtime=462.14
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 561305 0 0 0 45997 217 0 0 25 0 1 0 55228273 1303863296 297716 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712464 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 318326 297716 170 317 0 318005 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 1273304

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=367688/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=1388624 CPUtime=522.13
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 621901 0 0 0 51971 242 0 0 25 0 1 0 55228273 1421950976 324423 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270568 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 347156 324423 170 317 0 346835 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1388624

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 15260
/proc/meminfo: memFree=201608/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=1566860 CPUtime=582.11
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 716090 0 0 0 57933 278 0 0 25 0 1 0 55228273 1604464640 365559 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284135 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 391715 365559 170 317 0 391394 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1566860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+638.401 s]
/proc/loadavg: 0.99 0.97 0.96 3/78 15260
/proc/meminfo: memFree=15432/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=1844624 CPUtime=638.18
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 830722 0 0 0 63489 329 0 0 25 0 1 0 55228273 1888894976 431366 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15259/statm: 461156 431371 170 317 0 460835 0
Current children cumulated CPU time (s) 638.18
Current children cumulated vsize (KiB) 1844624

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

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

[startup+638.601 s]
/proc/loadavg: 0.99 0.97 0.96 3/78 15260
/proc/meminfo: memFree=15432/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=1892192 CPUtime=638.37
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194304 842605 0 0 0 63501 336 0 0 25 0 1 0 55228273 1937604608 443249 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134534233 0 0 4096 17474 0 0 0 17 0 0 0
/proc/15259/statm: 473048 443249 170 317 0 472727 0
Current children cumulated CPU time (s) 638.37
Current children cumulated vsize (KiB) 1892192

[startup+638.802 s]
/proc/loadavg: 0.99 0.97 0.96 3/78 15260
/proc/meminfo: memFree=15432/2055920 swapFree=4157972/4192956
[pid=15259] ppid=15257 vsize=0 CPUtime=638.57
/proc/15259/stat : 15259 (oree) R 15257 15259 14916 0 -1 4194308 843177 0 0 0 63501 356 0 0 25 0 1 0 55228273 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 0 0 0
/proc/15259/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 638.57
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 638.876
CPU time (s): 638.658
CPU user time (s): 635.018
CPU system time (s): 3.63945
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 1892192

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

runsolver used 0.704892 second user time and 1.62875 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Thu Apr 19 17:30:29 UTC 2007

IDJOB= 367138
IDBENCH= 3027
IDSOLVER= 172
FILE ID= node47/367138-1177003828

PBS_JOBID= 4630509

Free space on /tmp= 66418 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=320-sizeP=161-sizeQ=320-420453220.opb
COMMAND LINE= oree /tmp/evaluation/367138-1177003828/instance-367138-1177003828.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-367138-1177003828 -o ROOT/results/node47/solver-367138-1177003828 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367138-1177003828/instance-367138-1177003828.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  8cfd4ca2b2eb84fc02bb0408d1dd05dc

RANDOM SEED= 769840763

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1664992 kB
Buffers:         36680 kB
Cached:         285580 kB
SwapCached:       3256 kB
Active:          46028 kB
Inactive:       299372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664992 kB
SwapTotal:     4192956 kB
SwapFree:      4157972 kB
Dirty:            9556 kB
Writeback:           0 kB
Mapped:          30148 kB
Slab:            31072 kB
Committed_AS:  2602632 kB
PageTables:       1776 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= 66418 MiB

End job on node47 on Thu Apr 19 17:41:10 UTC 2007