Trace number 1047314

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
casper zitoSAT 454.389 458.173

DiagnosticValue
CHECKS715287

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-8_ext.xml
MD5SUM3b149b59fcb401e6a1362991696864ca
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.47877
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
9.51/9.62	c [ NumberOfVariables = 21 ]
9.51/9.62	c [ NumberOfConstraints = 2713 ]
9.51/9.62	c [ SizeOfSearchSpace(log2) = 21 ]
9.51/9.62	c SymmetrySearch = (OutOfMemory)
17.14/17.31	c [ Proceeding without symmetry breaking ]
18.13/18.37	c InitialPropagation = 1
18.23/18.49	c [ SizeOfSearchSpace(log2) = 21 ]
18.23/18.49	c InitialSAC = 1
45.49/45.93	c [ SizeOfSearchSpace(log2) = 21 ]
45.49/45.93	c Search(DomWDeg) = 1
454.21/458.04	s SATISFIABLE
454.21/458.04	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
454.21/458.04	d CHECKS 715287
454.21/458.04	c [ TotalFails = 286 ]
454.21/458.04	c [ NumberOfRestarts = 3 ]
454.21/458.04	c [ TotalTime = 427.441 secs ]

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-1047314-1215039635/watcher-1047314-1215039635 -o /tmp/evaluation-result-1047314-1215039635/solver-1047314-1215039635 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1047314-1215039635.xml 1211714451 

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.77 0.70 0.26 4/81 6808
/proc/meminfo: memFree=1224008/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=1052 CPUtime=0
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1982938112 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7205668 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 263 26 20 234 0 3 0

[startup+0.098968 s]
/proc/loadavg: 1.77 0.70 0.26 4/81 6808
/proc/meminfo: memFree=1224008/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=7284 CPUtime=0.08
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 947 0 0 0 8 0 0 0 18 0 1 0 1982938112 7458816 907 996147200 134512640 135472138 4294956224 18446744073709551615 4158884493 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 1821 907 367 234 0 523 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7284

[startup+0.102961 s]
/proc/loadavg: 1.77 0.70 0.26 4/81 6808
/proc/meminfo: memFree=1224008/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=7416 CPUtime=0.09
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 967 0 0 0 9 0 0 0 18 0 1 0 1982938112 7593984 927 996147200 134512640 135472138 4294956224 18446744073709551615 7639571 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 1854 927 367 234 0 556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7416

[startup+0.30291 s]
/proc/loadavg: 1.77 0.70 0.26 4/81 6808
/proc/meminfo: memFree=1224008/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=103128 CPUtime=0.28
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 1458 0 0 0 28 0 0 0 19 0 1 0 1982938112 105603072 1418 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 25782 1418 403 234 0 24484 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103128

[startup+0.701813 s]
/proc/loadavg: 1.77 0.70 0.26 4/81 6808
/proc/meminfo: memFree=1224008/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=103128 CPUtime=0.68
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 1514 0 0 0 68 0 0 0 23 0 1 0 1982938112 105603072 1474 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 25782 1474 403 234 0 24484 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103128

[startup+1.5016 s]
/proc/loadavg: 1.77 0.70 0.26 3/82 6809
/proc/meminfo: memFree=1218752/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=103260 CPUtime=1.47
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 1627 0 0 0 147 0 0 0 25 0 1 0 1982938112 105738240 1587 996147200 134512640 135472138 4294956224 18446744073709551615 134606189 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 25815 1587 403 234 0 24517 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103260

[startup+3.10118 s]
/proc/loadavg: 1.77 0.70 0.26 3/82 6809
/proc/meminfo: memFree=1217216/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=103392 CPUtime=3.06
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 1909 0 0 0 306 0 0 0 25 0 1 0 1982938112 105873408 1869 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 25848 1869 403 234 0 24550 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 103392

[startup+6.30134 s]
/proc/loadavg: 1.79 0.72 0.26 3/82 6809
/proc/meminfo: memFree=1212616/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=103920 CPUtime=6.23
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 2475 0 0 0 623 0 0 0 25 0 1 0 1982938112 106414080 2435 996147200 134512640 135472138 4294956224 18446744073709551615 134606267 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 25980 2435 403 234 0 24682 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 103920

[startup+12.7017 s]
/proc/loadavg: 1.80 0.74 0.27 3/82 6809
/proc/meminfo: memFree=963280/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=415308 CPUtime=12.58
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 80810 0 0 0 1224 34 0 0 25 0 1 0 1982938112 425275392 80770 996147200 134512640 135472138 4294956224 18446744073709551615 134634245 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 103827 80770 432 234 0 102529 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 415308

[startup+25.5023 s]
/proc/loadavg: 1.85 0.80 0.30 3/82 6809
/proc/meminfo: memFree=396048/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=25.27
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 202758 0 0 0 2441 86 0 0 25 0 1 0 1982938112 899985408 202718 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 202718 462 234 0 218425 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 878892

[startup+51.1027 s]
/proc/loadavg: 1.96 0.91 0.35 3/82 6815
/proc/meminfo: memFree=377160/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=50.64
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203265 0 0 0 4977 87 0 0 25 0 1 0 1982938112 899985408 203225 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203225 471 234 0 218425 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 878892

[startup+102.306 s]
/proc/loadavg: 1.98 1.08 0.43 3/82 6815
/proc/meminfo: memFree=342344/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=101.43
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203280 0 0 0 10055 88 0 0 25 0 1 0 1982938112 899985408 203240 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203240 479 234 0 218425 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 878892

[startup+162.303 s]
/proc/loadavg: 1.99 1.24 0.53 3/82 6815
/proc/meminfo: memFree=302408/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=160.93
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203280 0 0 0 16004 89 0 0 25 0 1 0 1982938112 899985408 203240 996147200 134512640 135472138 4294956224 18446744073709551615 134585030 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203240 479 234 0 218425 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 878892

[startup+222.302 s]
/proc/loadavg: 1.99 1.38 0.62 3/82 6815
/proc/meminfo: memFree=261896/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=220.43
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203280 0 0 0 21953 90 0 0 25 0 1 0 1982938112 899985408 203240 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203240 479 234 0 218425 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 878892

[startup+282.302 s]
/proc/loadavg: 1.99 1.49 0.70 3/82 6815
/proc/meminfo: memFree=222152/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=279.94
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 27903 91 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134605019 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 279.94
Current children cumulated vsize (KiB) 878892

[startup+342.303 s]
/proc/loadavg: 1.99 1.58 0.78 3/82 6815
/proc/meminfo: memFree=181776/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=339.45
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 33853 92 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 339.45
Current children cumulated vsize (KiB) 878892

[startup+402.302 s]
/proc/loadavg: 1.99 1.65 0.85 3/82 6815
/proc/meminfo: memFree=142224/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=398.97
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 39804 93 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 398.97
Current children cumulated vsize (KiB) 878892

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

[startup+409.501 s]
/proc/loadavg: 1.99 1.66 0.86 3/82 6815
/proc/meminfo: memFree=137040/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=406.1
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 40517 93 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134585008 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 406.1
Current children cumulated vsize (KiB) 878892

[startup+435.102 s]
/proc/loadavg: 1.99 1.69 0.89 3/82 6815
/proc/meminfo: memFree=120144/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=431.5
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 43056 94 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134604933 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 431.5
Current children cumulated vsize (KiB) 878892

[startup+447.901 s]
/proc/loadavg: 1.99 1.70 0.91 3/82 6815
/proc/meminfo: memFree=110928/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=444.19
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 44325 94 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 444.19
Current children cumulated vsize (KiB) 878892

[startup+454.306 s]
/proc/loadavg: 1.99 1.71 0.92 3/82 6815
/proc/meminfo: memFree=106960/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=450.54
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 44960 94 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 450.54
Current children cumulated vsize (KiB) 878892

[startup+455.901 s]
/proc/loadavg: 1.99 1.71 0.92 3/82 6815
/proc/meminfo: memFree=106256/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=452.13
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 45119 94 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134605003 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 452.13
Current children cumulated vsize (KiB) 878892

[startup+457.502 s]
/proc/loadavg: 1.99 1.71 0.92 3/82 6815
/proc/meminfo: memFree=104784/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=453.72
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 45278 94 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134604924 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 453.72
Current children cumulated vsize (KiB) 878892

[startup+457.902 s]
/proc/loadavg: 1.99 1.71 0.92 3/82 6815
/proc/meminfo: memFree=104784/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=878892 CPUtime=454.11
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203281 0 0 0 45317 94 0 0 25 0 1 0 1982938112 899985408 203241 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 219723 203241 479 234 0 218425 0
Current children cumulated CPU time (s) 454.11
Current children cumulated vsize (KiB) 878892

[startup+458.102 s]
/proc/loadavg: 1.99 1.71 0.92 3/82 6815
/proc/meminfo: memFree=104784/2055920 swapFree=4179784/4192956
[pid=6808] ppid=6806 vsize=847640 CPUtime=454.31
/proc/6808/stat : 6808 (casperzito) R 6806 6808 6678 0 -1 4194304 203282 0 0 0 45331 100 0 0 25 0 1 0 1982938112 867983360 115557 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6808/statm: 211910 115557 480 234 0 210612 0
Current children cumulated CPU time (s) 454.31
Current children cumulated vsize (KiB) 847640

Child status: 0
Real time (s): 458.173
CPU time (s): 454.389
CPU user time (s): 453.319
CPU system time (s): 1.06984
CPU usage (%): 99.1742
Max. virtual memory (cumulated for all children) (KiB): 878892

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

runsolver used 0.427934 second user time and 1.26981 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-03 01:00:35
IDJOB=1047314
IDBENCH=54141
IDSOLVER=362
FILE ID=node16/1047314-1215039635
PBS_JOBID= 7875142
Free space on /tmp= 66480 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-8_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047314-1215039635/watcher-1047314-1215039635 -o /tmp/evaluation-result-1047314-1215039635/solver-1047314-1215039635 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1047314-1215039635.xml 1211714451 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3b149b59fcb401e6a1362991696864ca
RANDOM SEED=1211714451

node16.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.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:       1224488 kB
Buffers:         74852 kB
Cached:         592648 kB
SwapCached:       7400 kB
Active:         288300 kB
Inactive:       467832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1224488 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:           20248 kB
Writeback:           0 kB
Mapped:         101564 kB
Slab:            60428 kB
Committed_AS:  4075328 kB
PageTables:       2076 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= 66184 MiB
End job on node16 at 2008-07-03 01:08:13