Trace number 1043569

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 476.993 478.702

DiagnosticValue
CHECKS135474000

General information on the benchmark

Namecsp/frb40-19/
normalized-frb40-19-1_ext.xml
MD5SUMd38985a93f248711e93dae7f5554e705
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.2838
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints410
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension410
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.03	c Building = 1
0.00/0.04	c [ NumberOfVariables = 40 ]
0.00/0.04	c [ NumberOfConstraints = 410 ]
0.00/0.04	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.00/0.04	c SymmetrySearch = 1
0.09/0.14	c InitialPropagation = 1
0.09/0.15	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.09/0.15	c InitialSAC = 1
0.09/0.16	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.09/0.16	c Search(SampleFF) : 
68.10/68.26	c [ Sampling domwdeg ]
68.10/68.26	c [ Sampling impacts ]
68.10/68.26	c [ SamplingScores: ]
68.10/68.26	c [ domwdeg+min = 0.00827195 | domwdeg+rnd = 0.00408067 ]
68.10/68.26	c [ impacts+min = 0.0270424 | impacts+rnd = 0.0125762 ]
68.10/68.26	c [ la+min = 0 | la+rnd = 0 ]
68.10/68.26	c [ domwdeg = 0.00617631 | impacts = 0.0198093 | la = 0 ]
68.10/68.26	c [ min = 0.0117714 | rand = 0.0198093 ]
68.10/68.26	c [ restarting at (3.96356,0.011242) ]
77.96/78.19	c [ restarting at (9.9089,0.0668427) ]
102.77/103.01	c [ restarting at (24.7722,0.120426) ]
164.53/165.06	c [ restarting at (61.9306,0.276342) ]
319.02/320.20	c [ stopped restarting at (154.827,0.538564) ]
476.89/478.70	c Search(SampleFF) = 1
476.89/478.70	s SATISFIABLE
476.89/478.70	v 5 4 12 11 17 5 11 17 2 5 14 2 7 12 7 2 1 16 10 6 17 7 7 6 3 10 6 14 6 8 2 11 14 6 15 3 18 4 12 17
476.89/478.70	d CHECKS 135474335
476.89/478.70	c [ TotalFails = 2130523 ]
476.89/478.70	c [ NumberOfRestarts = 72 ]
476.89/478.70	c [ TotalTime = 478.564 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-1043569-1215021034/watcher-1043569-1215021034 -o /tmp/evaluation-result-1043569-1215021034/solver-1043569-1215021034 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043569-1215021034.xml 1950518578 

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.85 1.94 1.72 4/81 24811
/proc/meminfo: memFree=901992/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=5348 CPUtime=0
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 667228892 5476352 191 996147200 134512640 135472138 4294956224 18446744073709551615 5718111 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 1337 191 157 234 0 27 0

[startup+0.066098 s]
/proc/loadavg: 1.85 1.94 1.72 4/81 24811
/proc/meminfo: memFree=901992/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=103732 CPUtime=0.06
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 1727 0 0 0 5 1 0 0 18 0 1 0 667228892 106221568 1687 996147200 134512640 135472138 4294956224 18446744073709551615 6149755 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 25933 1688 433 234 0 24635 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 103732

[startup+0.1011 s]
/proc/loadavg: 1.85 1.94 1.72 4/81 24811
/proc/meminfo: memFree=901992/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=109632 CPUtime=0.09
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 2675 0 0 0 8 1 0 0 18 0 1 0 667228892 112263168 2635 996147200 134512640 135472138 4294956224 18446744073709551615 134536191 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 27408 2635 440 234 0 26110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 109632

[startup+0.301123 s]
/proc/loadavg: 1.85 1.94 1.72 4/81 24811
/proc/meminfo: memFree=901992/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102652 CPUtime=0.29
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3059 0 0 0 28 1 0 0 19 0 1 0 667228892 105115648 1485 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 25663 1485 476 234 0 24365 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102652

[startup+0.701173 s]
/proc/loadavg: 1.85 1.94 1.72 4/81 24811
/proc/meminfo: memFree=901992/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102652 CPUtime=0.69
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3060 0 0 0 68 1 0 0 23 0 1 0 667228892 105115648 1486 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 25663 1486 476 234 0 24365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102652

[startup+1.50127 s]
/proc/loadavg: 1.85 1.94 1.72 3/82 24812
/proc/meminfo: memFree=897824/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102652 CPUtime=1.49
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3060 0 0 0 148 1 0 0 25 0 1 0 667228892 105115648 1486 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 25663 1486 476 234 0 24365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102652

[startup+3.10147 s]
/proc/loadavg: 1.85 1.94 1.72 3/82 24812
/proc/meminfo: memFree=897696/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102652 CPUtime=3.09
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3061 0 0 0 308 1 0 0 25 0 1 0 667228892 105115648 1487 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 25663 1487 476 234 0 24365 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102652

[startup+6.30187 s]
/proc/loadavg: 1.86 1.94 1.73 3/82 24812
/proc/meminfo: memFree=897504/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102652 CPUtime=6.29
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3062 0 0 0 628 1 0 0 25 0 1 0 667228892 105115648 1488 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 25663 1488 476 234 0 24365 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102652

[startup+12.7027 s]
/proc/loadavg: 1.87 1.94 1.73 3/82 24812
/proc/meminfo: memFree=897320/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102652 CPUtime=12.69
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3062 0 0 0 1268 1 0 0 25 0 1 0 667228892 105115648 1488 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 25663 1488 476 234 0 24365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102652

[startup+25.5012 s]
/proc/loadavg: 1.90 1.94 1.73 3/82 24812
/proc/meminfo: memFree=897320/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102652 CPUtime=25.48
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3062 0 0 0 2547 1 0 0 25 0 1 0 667228892 105115648 1488 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 25663 1488 476 234 0 24365 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102652

[startup+51.1014 s]
/proc/loadavg: 1.93 1.95 1.74 3/82 24812
/proc/meminfo: memFree=897256/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=51.06
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3076 0 0 0 5105 1 0 0 25 0 1 0 667228892 105250816 1502 996147200 134512640 135472138 4294956224 18446744073709551615 134595382 0 0 4096 0 0 0 0 17 0 0 0
/proc/24811/statm: 25696 1502 478 234 0 24398 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 102784

[startup+102.307 s]
/proc/loadavg: 1.97 1.95 1.75 3/82 24851
/proc/meminfo: memFree=891048/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=102.07
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3080 0 0 0 10205 2 0 0 25 0 1 0 667228892 105250816 1506 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1506 479 234 0 24398 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 102784

[startup+162.301 s]
/proc/loadavg: 1.99 1.96 1.76 3/82 24851
/proc/meminfo: memFree=890984/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=161.83
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3082 0 0 0 16181 2 0 0 25 0 1 0 667228892 105250816 1508 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1508 479 234 0 24398 0
Current children cumulated CPU time (s) 161.83
Current children cumulated vsize (KiB) 102784

[startup+222.302 s]
/proc/loadavg: 1.99 1.96 1.77 3/82 24851
/proc/meminfo: memFree=890920/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=221.6
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3082 0 0 0 22158 2 0 0 25 0 1 0 667228892 105250816 1508 996147200 134512640 135472138 4294956224 18446744073709551615 135250258 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1508 479 234 0 24398 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 102784

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.78 3/82 24851
/proc/meminfo: memFree=890920/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=281.36
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3082 0 0 0 28134 2 0 0 25 0 1 0 667228892 105250816 1508 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1508 479 234 0 24398 0
Current children cumulated CPU time (s) 281.36
Current children cumulated vsize (KiB) 102784

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.79 3/82 24851
/proc/meminfo: memFree=890920/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=341.12
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3082 0 0 0 34110 2 0 0 25 0 1 0 667228892 105250816 1508 996147200 134512640 135472138 4294956224 18446744073709551615 135263348 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1508 479 234 0 24398 0
Current children cumulated CPU time (s) 341.12
Current children cumulated vsize (KiB) 102784

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.80 3/82 24851
/proc/meminfo: memFree=890856/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=400.89
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3082 0 0 0 40087 2 0 0 25 0 1 0 667228892 105250816 1508 996147200 134512640 135472138 4294956224 18446744073709551615 134595441 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1508 479 234 0 24398 0
Current children cumulated CPU time (s) 400.89
Current children cumulated vsize (KiB) 102784

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.82 3/82 24851
/proc/meminfo: memFree=890856/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=460.65
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3083 0 0 0 46063 2 0 0 25 0 1 0 667228892 105250816 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1509 479 234 0 24398 0
Current children cumulated CPU time (s) 460.65
Current children cumulated vsize (KiB) 102784

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

[startup+467.102 s]
/proc/loadavg: 1.99 1.97 1.82 3/82 24851
/proc/meminfo: memFree=890856/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=465.44
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3083 0 0 0 46542 2 0 0 25 0 1 0 667228892 105250816 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134593224 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1509 479 234 0 24398 0
Current children cumulated CPU time (s) 465.44
Current children cumulated vsize (KiB) 102784

[startup+473.503 s]
/proc/loadavg: 1.99 1.97 1.82 3/82 24851
/proc/meminfo: memFree=890856/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=471.81
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3083 0 0 0 47179 2 0 0 25 0 1 0 667228892 105250816 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1509 479 234 0 24398 0
Current children cumulated CPU time (s) 471.81
Current children cumulated vsize (KiB) 102784

[startup+476.701 s]
/proc/loadavg: 1.99 1.97 1.82 3/82 24851
/proc/meminfo: memFree=890856/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=475
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3083 0 0 0 47498 2 0 0 25 0 1 0 667228892 105250816 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1509 479 234 0 24398 0
Current children cumulated CPU time (s) 475
Current children cumulated vsize (KiB) 102784

[startup+477.501 s]
/proc/loadavg: 1.99 1.97 1.82 3/82 24851
/proc/meminfo: memFree=890856/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=475.79
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3083 0 0 0 47577 2 0 0 25 0 1 0 667228892 105250816 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1509 479 234 0 24398 0
Current children cumulated CPU time (s) 475.79
Current children cumulated vsize (KiB) 102784

[startup+478.301 s]
/proc/loadavg: 1.99 1.97 1.82 3/82 24851
/proc/meminfo: memFree=890856/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=102784 CPUtime=476.59
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3083 0 0 0 47657 2 0 0 25 0 1 0 667228892 105250816 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 25696 1509 479 234 0 24398 0
Current children cumulated CPU time (s) 476.59
Current children cumulated vsize (KiB) 102784

[startup+478.701 s]
/proc/loadavg: 1.99 1.97 1.82 3/82 24851
/proc/meminfo: memFree=890856/2055920 swapFree=4147292/4192956
[pid=24811] ppid=24809 vsize=8408 CPUtime=476.99
/proc/24811/stat : 24811 (casperzito) R 24809 24811 24492 0 -1 4194304 3085 0 0 0 47697 2 0 0 25 0 1 0 667228892 8609792 1272 996147200 134512640 135472138 4294956224 18446744073709551615 135247104 0 0 4096 0 0 0 0 17 1 0 0
/proc/24811/statm: 2102 1272 481 234 0 804 0
Current children cumulated CPU time (s) 476.99
Current children cumulated vsize (KiB) 8408

Child status: 0
Real time (s): 478.702
CPU time (s): 476.993
CPU user time (s): 476.971
CPU system time (s): 0.020996
CPU usage (%): 99.6428
Max. virtual memory (cumulated for all children) (KiB): 109632

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

runsolver used 0.45493 second user time and 1.2998 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-02 19:50:35
IDJOB=1043569
IDBENCH=53466
IDSOLVER=362
FILE ID=node80/1043569-1215021034
PBS_JOBID= 7874311
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/frb40-19/normalized-frb40-19-1_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043569-1215021034/watcher-1043569-1215021034 -o /tmp/evaluation-result-1043569-1215021034/solver-1043569-1215021034 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043569-1215021034.xml 1950518578 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d38985a93f248711e93dae7f5554e705
RANDOM SEED=1950518578

node80.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        902472 kB
Buffers:         75636 kB
Cached:         903296 kB
SwapCached:      39708 kB
Active:         387952 kB
Inactive:       679592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        902472 kB
SwapTotal:     4192956 kB
SwapFree:      4147292 kB
Dirty:            5560 kB
Writeback:           0 kB
Mapped:         104900 kB
Slab:            71068 kB
Committed_AS:  1740400 kB
PageTables:       1932 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 node80 at 2008-07-02 19:58:33