Trace number 1057439

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 NameAnswerCPU timeWall clock time
MDG-probe 2008-06-27SAT 479.61 483.726

DiagnosticValue
ASSIGNMENTS439638
CHECKS1362960000

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-80-3-7.xml
MD5SUMed23ca702094b42d6858a9ee6167f2fb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.769
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity10
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.01	c mistral-prime version 1.313
0.00/0.01	c 
0.00/0.01	c Parsing xml file
0.00/0.01	c          domains...............     0	(1 domains)
0.00/0.01	c          variables.............     0	(100 variables)
0.00/0.01	c          predicates............  0.01	(80 predicates)
0.08/0.11	c          constraints...........-2.0837e-19	(80 constraints)
0.08/0.11	c Parsing time:   0.01
0.08/0.11	c
0.08/0.11	c Building model
0.08/0.11	c         0 constants
0.08/0.11	c         0 Boolean variables    (+0)
0.08/0.11	c       100 range variables      (+908)
0.08/0.11	c         0 domain (b) variables (+0)
0.08/0.11	c         0 domain (l) variables (+0)
0.08/0.11	c         0 constraints          (+988)
0.08/0.11	c         0 values 
0.08/0.11	c Building time:      0
0.08/0.11	c
0.08/0.11	c Solving instance
0.08/0.11	c          heuristic = dom/wdeg
0.08/0.11	c          Randomized probing iteration = 100
0.08/0.11	c          probing limit = 30
0.08/0.11	c          level based weights = no
0.08/0.11	c          impact probing = no
0.08/0.11	c          restart policy = No restart
0.08/0.11	c          probing ..........  4.28
4.25/4.34	c          Probing Nodes  4376
4.25/4.34	c          final run 475.38
479.57/483.72	c Solving time: 479.66
479.57/483.72	c
479.57/483.72	s SATISFIABLE
479.57/483.72	v 23 37 5 53 67 31 37 61 97 79 41 5 53 29 43 3 53 3 83 37 37 67 61 11 19 13 41 89 61 31 11 5 83 23 71 61 67 17 37 61 11 89 79 71 29 41 89 97 53 73 43 3 59 13 17 89 41 73 79 17 13 2 29 5 37 13 79 11 43 19 97 73 19 73 47 61 29 47 67 2 41 23 3 7 43 29 7 3 11 97 19 31 3 67 47 41 3 37 71 47
479.57/483.72	d CHECKS 1362961719
479.57/483.72	d ASSIGNMENTS 439638

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057439-1215111151/watcher-1057439-1215111151 -o /tmp/evaluation-result-1057439-1215111151/solver-1057439-1215111151 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1057439-1215111151.xml -v 1 -rs 755537046 -probe 1 -ph 0 -heu dom/wdeg -res no 

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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.72 1.91 1.89 4/81 17437
/proc/meminfo: memFree=799600/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=820 CPUtime=0
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 1990086585 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 7394084 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 205 25 19 177 0 3 0

[startup+0.0555661 s]
/proc/loadavg: 1.72 1.91 1.89 4/81 17437
/proc/meminfo: memFree=799600/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5776 CPUtime=0.04
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 831 0 0 0 4 0 0 0 19 0 1 0 1990086585 5914624 797 996147200 134512640 135239859 4294956144 18446744073709551615 135071670 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1444 797 433 177 0 347 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5776

[startup+0.102568 s]
/proc/loadavg: 1.72 1.91 1.89 4/81 17437
/proc/meminfo: memFree=799600/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5776 CPUtime=0.08
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 832 0 0 0 8 0 0 0 19 0 1 0 1990086585 5914624 798 996147200 134512640 135239859 4294956144 18446744073709551615 135071424 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1444 798 433 177 0 347 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5776

[startup+0.302602 s]
/proc/loadavg: 1.72 1.91 1.89 4/81 17437
/proc/meminfo: memFree=799600/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5776 CPUtime=0.28
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 832 0 0 0 28 0 0 0 21 0 1 0 1990086585 5914624 798 996147200 134512640 135239859 4294956144 18446744073709551615 134803094 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1444 798 433 177 0 347 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5776

[startup+0.701669 s]
/proc/loadavg: 1.72 1.91 1.89 4/81 17437
/proc/meminfo: memFree=799600/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5776 CPUtime=0.68
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 832 0 0 0 68 0 0 0 25 0 1 0 1990086585 5914624 798 996147200 134512640 135239859 4294956144 18446744073709551615 134806872 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1444 798 433 177 0 347 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5776

[startup+1.5018 s]
/proc/loadavg: 1.72 1.91 1.89 3/82 17438
/proc/meminfo: memFree=798056/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5776 CPUtime=1.47
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 832 0 0 0 147 0 0 0 25 0 1 0 1990086585 5914624 798 996147200 134512640 135239859 4294956144 18446744073709551615 135099344 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1444 798 433 177 0 347 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5776

[startup+3.10107 s]
/proc/loadavg: 1.74 1.91 1.89 3/82 17438
/proc/meminfo: memFree=797928/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5956 CPUtime=3.06
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 842 0 0 0 306 0 0 0 25 0 1 0 1990086585 6098944 808 996147200 134512640 135239859 4294956144 18446744073709551615 135099376 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1489 808 433 177 0 392 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 5956

[startup+6.30161 s]
/proc/loadavg: 1.74 1.91 1.89 3/82 17438
/proc/meminfo: memFree=797864/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5960 CPUtime=6.24
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 844 0 0 0 624 0 0 0 25 0 1 0 1990086585 6103040 810 996147200 134512640 135239859 4294956144 18446744073709551615 135101088 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1490 810 434 177 0 393 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 5960

[startup+12.7017 s]
/proc/loadavg: 1.76 1.91 1.89 3/82 17438
/proc/meminfo: memFree=797736/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5960 CPUtime=12.58
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 844 0 0 0 1258 0 0 0 25 0 1 0 1990086585 6103040 810 996147200 134512640 135239859 4294956144 18446744073709551615 134803091 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1490 810 434 177 0 393 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 5960

[startup+25.5028 s]
/proc/loadavg: 1.81 1.91 1.89 3/82 17438
/proc/meminfo: memFree=797800/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5968 CPUtime=25.27
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 846 0 0 0 2527 0 0 0 25 0 1 0 1990086585 6111232 812 996147200 134512640 135239859 4294956144 18446744073709551615 134806976 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1492 812 434 177 0 395 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 5968

[startup+51.1021 s]
/proc/loadavg: 1.87 1.92 1.90 3/82 17438
/proc/meminfo: memFree=797800/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5976 CPUtime=50.65
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 848 0 0 0 5065 0 0 0 25 0 1 0 1990086585 6119424 814 996147200 134512640 135239859 4294956144 18446744073709551615 134803757 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1494 814 434 177 0 397 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 5976

[startup+102.306 s]
/proc/loadavg: 1.95 1.93 1.90 3/82 17438
/proc/meminfo: memFree=797608/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5976 CPUtime=101.42
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 848 0 0 0 10142 0 0 0 25 0 1 0 1990086585 6119424 814 996147200 134512640 135239859 4294956144 18446744073709551615 135071658 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1494 814 434 177 0 397 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 5976

[startup+162.302 s]
/proc/loadavg: 1.98 1.94 1.91 3/82 17438
/proc/meminfo: memFree=797608/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5976 CPUtime=160.91
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 849 0 0 0 16091 0 0 0 25 0 1 0 1990086585 6119424 815 996147200 134512640 135239859 4294956144 18446744073709551615 135030979 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1494 815 434 177 0 397 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 5976

[startup+222.302 s]
/proc/loadavg: 1.99 1.95 1.91 3/82 17438
/proc/meminfo: memFree=797608/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5976 CPUtime=220.39
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 849 0 0 0 22039 0 0 0 25 0 1 0 1990086585 6119424 815 996147200 134512640 135239859 4294956144 18446744073709551615 135030962 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1494 815 434 177 0 397 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 5976

[startup+282.302 s]
/proc/loadavg: 1.99 1.95 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5976 CPUtime=279.89
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 849 0 0 0 27989 0 0 0 25 0 1 0 1990086585 6119424 815 996147200 134512640 135239859 4294956144 18446744073709551615 135071658 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1494 815 434 177 0 397 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 5976

[startup+342.302 s]
/proc/loadavg: 1.99 1.96 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5976 CPUtime=339.37
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 849 0 0 0 33937 0 0 0 25 0 1 0 1990086585 6119424 815 996147200 134512640 135239859 4294956144 18446744073709551615 134803089 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1494 815 434 177 0 397 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 5976

[startup+402.302 s]
/proc/loadavg: 1.99 1.96 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5980 CPUtime=398.87
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 850 0 0 0 39887 0 0 0 25 0 1 0 1990086585 6123520 816 996147200 134512640 135239859 4294956144 18446744073709551615 135101200 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1495 816 434 177 0 398 0
Current children cumulated CPU time (s) 398.87
Current children cumulated vsize (KiB) 5980

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5980 CPUtime=458.35
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 850 0 0 0 45835 0 0 0 25 0 1 0 1990086585 6123520 816 996147200 134512640 135239859 4294956144 18446744073709551615 135100352 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1495 816 434 177 0 398 0
Current children cumulated CPU time (s) 458.35
Current children cumulated vsize (KiB) 5980

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

[startup+473.502 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5980 CPUtime=469.46
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 850 0 0 0 46946 0 0 0 25 0 1 0 1990086585 6123520 816 996147200 134512640 135239859 4294956144 18446744073709551615 134803099 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1495 816 434 177 0 398 0
Current children cumulated CPU time (s) 469.46
Current children cumulated vsize (KiB) 5980

[startup+479.902 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5980 CPUtime=475.8
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 850 0 0 0 47580 0 0 0 25 0 1 0 1990086585 6123520 816 996147200 134512640 135239859 4294956144 18446744073709551615 134806872 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1495 816 434 177 0 398 0
Current children cumulated CPU time (s) 475.8
Current children cumulated vsize (KiB) 5980

[startup+481.501 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5980 CPUtime=477.39
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 850 0 0 0 47739 0 0 0 25 0 1 0 1990086585 6123520 816 996147200 134512640 135239859 4294956144 18446744073709551615 135101104 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1495 816 434 177 0 398 0
Current children cumulated CPU time (s) 477.39
Current children cumulated vsize (KiB) 5980

[startup+483.102 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5980 CPUtime=478.97
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 850 0 0 0 47897 0 0 0 25 0 1 0 1990086585 6123520 816 996147200 134512640 135239859 4294956144 18446744073709551615 135101100 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1495 816 434 177 0 398 0
Current children cumulated CPU time (s) 478.97
Current children cumulated vsize (KiB) 5980

[startup+483.502 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5980 CPUtime=479.37
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 850 0 0 0 47937 0 0 0 25 0 1 0 1990086585 6123520 816 996147200 134512640 135239859 4294956144 18446744073709551615 134803898 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1495 816 434 177 0 398 0
Current children cumulated CPU time (s) 479.37
Current children cumulated vsize (KiB) 5980

[startup+483.702 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 17438
/proc/meminfo: memFree=797672/2055920 swapFree=4180724/4192956
[pid=17437] ppid=17435 vsize=5980 CPUtime=479.57
/proc/17437/stat : 17437 (xsolve) R 17435 17437 16976 0 -1 4194304 850 0 0 0 47957 0 0 0 25 0 1 0 1990086585 6123520 816 996147200 134512640 135239859 4294956144 18446744073709551615 135071517 0 0 4096 0 0 0 0 17 1 0 0
/proc/17437/statm: 1495 816 434 177 0 398 0
Current children cumulated CPU time (s) 479.57
Current children cumulated vsize (KiB) 5980

Child status: 0
Real time (s): 483.726
CPU time (s): 479.61
CPU user time (s): 479.603
CPU system time (s): 0.006998
CPU usage (%): 99.1491
Max. virtual memory (cumulated for all children) (KiB): 5980

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

runsolver used 0.399939 second user time and 1.36579 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-03 20:52:31
IDJOB=1057439
IDBENCH=54037
IDSOLVER=342
FILE ID=node57/1057439-1215111151
PBS_JOBID= 7877092
Free space on /tmp= 66544 MiB

SOLVER NAME= MDG-probe 2008-06-27
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-80-3-7.xml
COMMAND LINE= HOME/xsolve BENCHNAME -v 1 -rs RANDOMSEED -probe 1 -ph 0 -heu dom/wdeg -res no
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057439-1215111151/watcher-1057439-1215111151 -o /tmp/evaluation-result-1057439-1215111151/solver-1057439-1215111151 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1057439-1215111151.xml -v 1 -rs 755537046 -probe 1 -ph 0 -heu dom/wdeg -res no

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed23ca702094b42d6858a9ee6167f2fb
RANDOM SEED=755537046

node57.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.258
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.258
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:        800144 kB
Buffers:         60180 kB
Cached:         352992 kB
SwapCached:       6116 kB
Active:         956800 kB
Inactive:       226388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        800144 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            1124 kB
Writeback:           0 kB
Mapped:         786076 kB
Slab:            56320 kB
Committed_AS:  4702292 kB
PageTables:       3352 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= 66544 MiB
End job on node57 at 2008-07-03 21:00:35