Trace number 1101471

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 380.035 383.006

DiagnosticValue
CHECKS76911000

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-27_ext.xml
MD5SUMb7c85949d26938abe2ec8639947685ac
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 benchmark3.3135
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
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
0.18/0.21	c [ NumberOfVariables = 40 ]
0.18/0.21	c [ NumberOfConstraints = 338 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.18/0.21	c SymmetrySearch = 1
0.18/0.21	c InitialPropagation = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.18/0.21	c InitialSAC = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.18/0.21	c Search(SampleFF) : 
72.82/73.41	c [ Sampling domwdeg ]
72.82/73.41	c [ Sampling impacts ]
72.82/73.41	c [ SamplingScores: ]
72.82/73.41	c [ domwdeg+min = 0.0014743 | domwdeg+rnd = 0.0037924 ]
72.82/73.41	c [ impacts+min = 0.00169739 | impacts+rnd = 0.00283088 ]
72.82/73.41	c [ la+min = 0 | la+rnd = 0 ]
72.82/73.41	c [ domwdeg = 0.00263335 | impacts = 0.00226413 | la = 0 ]
72.82/73.41	c [ min = 0.00105723 | rand = 0.00226413 ]
72.82/73.41	c [ restarting at (3.96356,0.0138508) ]
83.33/84.04	c [ restarting at (9.9089,0.00701345) ]
109.73/110.62	c [ restarting at (24.7722,0.0782933) ]
175.62/177.05	c [ restarting at (61.9306,0.0696972) ]
340.43/343.14	c [ stopped restarting at (154.827,0.643242) ]
380.02/383.00	c Search(SampleFF) = 1
380.02/383.00	s SATISFIABLE
380.02/383.00	v 1 0 6 11 11 11 13 13 18 14 17 5 12 0 7 4 16 5 12 2 17 3 0 2 14 0 12 15 9 9 4 14 13 12 8 11 8 5 8 2
380.02/383.00	d CHECKS 76911003
380.02/383.00	c [ TotalFails = 829379 ]
380.02/383.00	c [ NumberOfRestarts = 72 ]
380.02/383.00	c [ TotalTime = 357.357 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-1101471-1215293402/watcher-1101471-1215293402 -o /tmp/evaluation-result-1101471-1215293402/solver-1101471-1215293402 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1101471-1215293402.xml 1836463116 

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: 2.01 2.01 2.00 4/72 3967
/proc/meminfo: memFree=1735136/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=1052 CPUtime=0
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2008315474 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 2188068 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 263 26 20 234 0 3 0

[startup+0.079712 s]
/proc/loadavg: 2.01 2.01 2.00 4/72 3967
/proc/meminfo: memFree=1735136/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=104348 CPUtime=0.06
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 1837 0 0 0 6 0 0 0 18 0 1 0 2008315474 106852352 1797 996147200 134512640 135472138 4294956224 18446744073709551615 2621211 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 26087 1797 433 234 0 24789 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104348

[startup+0.101707 s]
/proc/loadavg: 2.01 2.01 2.00 4/72 3967
/proc/meminfo: memFree=1735136/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=108636 CPUtime=0.09
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2449 0 0 0 8 1 0 0 18 0 1 0 2008315474 111243264 2409 996147200 134512640 135472138 4294956224 18446744073709551615 134535923 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 27159 2409 440 234 0 25861 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108636

[startup+0.301754 s]
/proc/loadavg: 2.01 2.01 2.00 4/72 3967
/proc/meminfo: memFree=1735136/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=0.28
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2828 0 0 0 27 1 0 0 19 0 1 0 2008315474 104710144 1398 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1398 477 234 0 24266 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 102256

[startup+0.701831 s]
/proc/loadavg: 2.01 2.01 2.00 4/72 3967
/proc/meminfo: memFree=1735136/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=0.68
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2829 0 0 0 67 1 0 0 23 0 1 0 2008315474 104710144 1399 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1399 477 234 0 24266 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102256

[startup+1.50199 s]
/proc/loadavg: 2.01 2.01 2.00 3/73 3968
/proc/meminfo: memFree=1731352/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=1.47
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2834 0 0 0 146 1 0 0 25 0 1 0 2008315474 104710144 1404 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1404 477 234 0 24266 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 102256

[startup+3.10131 s]
/proc/loadavg: 2.01 2.01 2.00 3/73 3968
/proc/meminfo: memFree=1731160/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=3.06
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2835 0 0 0 305 1 0 0 25 0 1 0 2008315474 104710144 1405 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1405 477 234 0 24266 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 102256

[startup+6.30194 s]
/proc/loadavg: 2.01 2.01 2.00 3/73 3968
/proc/meminfo: memFree=1731032/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=6.24
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2836 0 0 0 622 2 0 0 25 0 1 0 2008315474 104710144 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1406 477 234 0 24266 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 102256

[startup+12.7012 s]
/proc/loadavg: 2.01 2.01 2.00 3/73 3968
/proc/meminfo: memFree=1730904/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=12.59
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2837 0 0 0 1257 2 0 0 25 0 1 0 2008315474 104710144 1407 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1407 477 234 0 24266 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 102256

[startup+25.5017 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1731032/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=25.29
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2839 0 0 0 2527 2 0 0 25 0 1 0 2008315474 104710144 1409 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1409 477 234 0 24266 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 102256

[startup+51.1036 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1731096/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=50.69
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2848 0 0 0 5067 2 0 0 25 0 1 0 2008315474 104710144 1418 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1418 479 234 0 24266 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 102256

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730968/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=101.5
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2856 0 0 0 10148 2 0 0 25 0 1 0 2008315474 104710144 1426 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1426 480 234 0 24266 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 102256

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730904/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=161.03
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2859 0 0 0 16101 2 0 0 25 0 1 0 2008315474 104710144 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1429 480 234 0 24266 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 102256

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730712/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=220.56
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2859 0 0 0 22054 2 0 0 25 0 1 0 2008315474 104710144 1429 996147200 134512640 135472138 4294956224 18446744073709551615 135263645 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1429 480 234 0 24266 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 102256

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730712/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=280.1
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2860 0 0 0 28008 2 0 0 25 0 1 0 2008315474 104710144 1430 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1430 480 234 0 24266 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 102256

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730720/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=339.63
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2868 0 0 0 33961 2 0 0 25 0 1 0 2008315474 104710144 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1438 480 234 0 24266 0
Current children cumulated CPU time (s) 339.63
Current children cumulated vsize (KiB) 102256

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

[startup+358.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730656/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=355.51
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2868 0 0 0 35549 2 0 0 25 0 1 0 2008315474 104710144 1438 996147200 134512640 135472138 4294956224 18446744073709551615 135265159 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1438 480 234 0 24266 0
Current children cumulated CPU time (s) 355.51
Current children cumulated vsize (KiB) 102256

[startup+371.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730656/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=368.21
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2868 0 0 0 36819 2 0 0 25 0 1 0 2008315474 104710144 1438 996147200 134512640 135472138 4294956224 18446744073709551615 135263744 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1438 480 234 0 24266 0
Current children cumulated CPU time (s) 368.21
Current children cumulated vsize (KiB) 102256

[startup+377.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730720/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=374.56
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2868 0 0 0 37454 2 0 0 25 0 1 0 2008315474 104710144 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134617392 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1438 480 234 0 24266 0
Current children cumulated CPU time (s) 374.56
Current children cumulated vsize (KiB) 102256

[startup+380.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730720/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=377.74
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2868 0 0 0 37772 2 0 0 25 0 1 0 2008315474 104710144 1438 996147200 134512640 135472138 4294956224 18446744073709551615 135263221 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1438 480 234 0 24266 0
Current children cumulated CPU time (s) 377.74
Current children cumulated vsize (KiB) 102256

[startup+382.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730720/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=379.32
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2868 0 0 0 37930 2 0 0 25 0 1 0 2008315474 104710144 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1438 480 234 0 24266 0
Current children cumulated CPU time (s) 379.32
Current children cumulated vsize (KiB) 102256

[startup+382.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730720/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=379.72
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2868 0 0 0 37970 2 0 0 25 0 1 0 2008315474 104710144 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1438 480 234 0 24266 0
Current children cumulated CPU time (s) 379.72
Current children cumulated vsize (KiB) 102256

[startup+382.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730720/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=379.92
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2868 0 0 0 37990 2 0 0 25 0 1 0 2008315474 104710144 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1438 480 234 0 24266 0
Current children cumulated CPU time (s) 379.92
Current children cumulated vsize (KiB) 102256

[startup+383.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3968
/proc/meminfo: memFree=1730720/2055924 swapFree=4180432/4192956
[pid=3967] ppid=3965 vsize=102256 CPUtime=380.02
/proc/3967/stat : 3967 (casperzito) R 3965 3967 3705 0 -1 4194304 2868 0 0 0 38000 2 0 0 25 0 1 0 2008315474 104710144 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134617462 0 0 4096 0 0 0 0 17 1 0 0
/proc/3967/statm: 25564 1438 480 234 0 24266 0
Current children cumulated CPU time (s) 380.02
Current children cumulated vsize (KiB) 102256

Child status: 0
Real time (s): 383.006
CPU time (s): 380.035
CPU user time (s): 380.006
CPU system time (s): 0.028995
CPU usage (%): 99.2242
Max. virtual memory (cumulated for all children) (KiB): 108636

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

runsolver used 0.407937 second user time and 1.02784 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-05 23:30:02
IDJOB=1101471
IDBENCH=60043
IDSOLVER=362
FILE ID=node6/1101471-1215293402
PBS_JOBID= 7882380
Free space on /tmp= 66492 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-27_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101471-1215293402/watcher-1101471-1215293402 -o /tmp/evaluation-result-1101471-1215293402/solver-1101471-1215293402 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1101471-1215293402.xml 1836463116 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7c85949d26938abe2ec8639947685ac
RANDOM SEED=1836463116

node6.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.265
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.265
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:      2055924 kB
MemFree:       1735616 kB
Buffers:         59056 kB
Cached:         194032 kB
SwapCached:       6536 kB
Active:         170236 kB
Inactive:        98476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1735616 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            3084 kB
Writeback:           0 kB
Mapped:          22968 kB
Slab:            36860 kB
Committed_AS:  3401360 kB
PageTables:       1864 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= 66488 MiB
End job on node6 at 2008-07-05 23:36:25