Trace number 1101580

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 zaoSAT 355.613 357.841

DiagnosticValue
CHECKS96906200

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-38_ext.xml
MD5SUMf3fa55c7d16146f8d279db1a6ef5d458
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 benchmark16.4255
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 40 ]
0.19/0.21	c [ NumberOfConstraints = 340 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.19/0.21	c SymmetrySearch = 1
0.19/0.21	c InitialPropagation = 1
0.19/0.21	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.19/0.21	c InitialSAC = 1
0.19/0.24	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.19/0.24	c Search(SampleFF) : 
82.01/82.89	c [ Sampling domwdeg ]
82.01/82.89	c [ Sampling impacts ]
82.01/82.89	c [ Sampling la ]
82.01/82.89	c [ SamplingScores: ]
82.01/82.89	c [ domwdeg+min = 9.22384e-05 | domwdeg+rnd = 3.95917e-05 ]
82.01/82.89	c [ impacts+min = 0.00168238 | impacts+rnd = 0.00216468 ]
82.01/82.89	c [ la+min = 5.26145e-05 | la+rnd = 8.54216e-05 ]
82.01/82.89	c [ domwdeg = 6.5915e-05 | impacts = 0.00192353 | la = 6.90181e-05 ]
82.01/82.89	c [ min = 0.000609078 | rand = 0.00192353 ]
82.01/82.89	c [ restarting at (3.20163,0.00306975) ]
90.53/91.47	c [ restarting at (8.00408,0.00408267) ]
111.83/112.93	c [ restarting at (20.0102,0.0226142) ]
164.93/166.57	c [ restarting at (50.0255,0.0546735) ]
228.42/230.64	c [ restarting at (125.064,0.0616328) ]
355.56/357.83	c Search(SampleFF) = 1
355.56/357.83	s SATISFIABLE
355.56/357.83	v 12 14 0 12 12 14 16 0 7 8 17 15 4 7 15 10 6 7 2 14 15 14 3 3 3 1 7 5 12 13 1 15 6 17 9 12 4 8 10 5
355.56/357.83	d CHECKS 96906188
355.56/357.83	c [ TotalFails = 204771 ]
355.56/357.83	c [ NumberOfRestarts = 69 ]
355.56/357.83	c [ TotalTime = 94600.6 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-1101580-1215293807/watcher-1101580-1215293807 -o /tmp/evaluation-result-1101580-1215293807/solver-1101580-1215293807 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1101580-1215293807.xml 1333702259 

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.92 1.98 1.99 4/73 14554
/proc/meminfo: memFree=1738832/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=1056 CPUtime=0
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 141391701 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7709476 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 264 26 20 235 0 3 0

[startup+0.051962 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14554
/proc/meminfo: memFree=1738832/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100796 CPUtime=0.04
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 980 0 0 0 4 0 0 0 18 0 1 0 141391701 103215104 940 996147200 134512640 135477443 4294956224 18446744073709551615 134614280 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25199 940 404 235 0 23900 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 100796

[startup+0.10197 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14554
/proc/meminfo: memFree=1738832/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=103832 CPUtime=0.08
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 2066 0 0 0 8 0 0 0 18 0 1 0 141391701 106323968 2026 996147200 134512640 135477443 4294956224 18446744073709551615 134630241 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25958 2026 436 235 0 24659 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 103832

[startup+0.301993 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14554
/proc/meminfo: memFree=1738832/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=0.29
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3173 0 0 0 28 1 0 0 19 0 1 0 141391701 103305216 1720 996147200 134512640 135477443 4294956224 18446744073709551615 134584312 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1720 479 235 0 23922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100884

[startup+0.701039 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14554
/proc/meminfo: memFree=1738832/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=0.69
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3177 0 0 0 68 1 0 0 23 0 1 0 141391701 103305216 1724 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1724 480 235 0 23922 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100884

[startup+1.50113 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 14555
/proc/meminfo: memFree=1733704/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=1.48
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3180 0 0 0 147 1 0 0 25 0 1 0 141391701 103305216 1727 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1727 480 235 0 23922 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100884

[startup+3.10132 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 14555
/proc/meminfo: memFree=1733512/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=3.07
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3182 0 0 0 306 1 0 0 25 0 1 0 141391701 103305216 1729 996147200 134512640 135477443 4294956224 18446744073709551615 134606973 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1729 480 235 0 23922 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 100884

[startup+6.3017 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 14555
/proc/meminfo: memFree=1733448/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=6.23
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3183 0 0 0 622 1 0 0 25 0 1 0 141391701 103305216 1730 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1730 480 235 0 23922 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 100884

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 14555
/proc/meminfo: memFree=1733320/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=12.57
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3183 0 0 0 1256 1 0 0 25 0 1 0 141391701 103305216 1730 996147200 134512640 135477443 4294956224 18446744073709551615 134606994 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1730 480 235 0 23922 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 100884

[startup+25.5019 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 14555
/proc/meminfo: memFree=1733384/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=25.25
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3190 0 0 0 2524 1 0 0 25 0 1 0 141391701 103305216 1737 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1737 482 235 0 23922 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 100884

[startup+51.102 s]
/proc/loadavg: 1.96 1.98 1.99 3/74 14555
/proc/meminfo: memFree=1733256/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=50.61
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3192 0 0 0 5060 1 0 0 25 0 1 0 141391701 103305216 1739 996147200 134512640 135477443 4294956224 18446744073709551615 135268547 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1739 482 235 0 23922 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 100884

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/74 14555
/proc/meminfo: memFree=1733192/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=101.33
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3201 0 0 0 10132 1 0 0 25 0 1 0 141391701 103305216 1748 996147200 134512640 135477443 4294956224 18446744073709551615 134584354 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1748 483 235 0 23922 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 100884

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 14555
/proc/meminfo: memFree=1733192/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=160.77
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3205 0 0 0 16076 1 0 0 25 0 1 0 141391701 103305216 1752 996147200 134512640 135477443 4294956224 18446744073709551615 134584085 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1752 483 235 0 23922 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 100884

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 14555
/proc/meminfo: memFree=1733192/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=220.2
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3207 0 0 0 22019 1 0 0 25 0 1 0 141391701 103305216 1754 996147200 134512640 135477443 4294956224 18446744073709551615 134606957 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25221 1754 483 235 0 23922 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 100884

[startup+282.301 s]
/proc/loadavg: 2.07 2.01 2.00 3/86 14600
/proc/meminfo: memFree=1681832/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=280.1
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3227 0 0 0 28008 2 0 0 25 0 1 0 141391701 103305216 1774 996147200 134512640 135477443 4294956224 18446744073709551615 134584015 0 0 4096 0 0 0 0 17 0 0 0
/proc/14554/statm: 25221 1774 483 235 0 23922 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 100884

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 14600
/proc/meminfo: memFree=1681832/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=340.08
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3227 0 0 0 34006 2 0 0 25 0 1 0 141391701 103305216 1774 996147200 134512640 135477443 4294956224 18446744073709551615 134584087 0 0 4096 0 0 0 0 17 0 0 0
/proc/14554/statm: 25221 1774 483 235 0 23922 0
Current children cumulated CPU time (s) 340.08
Current children cumulated vsize (KiB) 100884

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

[startup+345.502 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 14650
/proc/meminfo: memFree=1730032/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=343.27
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3227 0 0 0 34324 3 0 0 25 0 1 0 141391701 103305216 1774 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/14554/statm: 25221 1774 483 235 0 23922 0
Current children cumulated CPU time (s) 343.27
Current children cumulated vsize (KiB) 100884

[startup+351.901 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 14650
/proc/meminfo: memFree=1728176/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=349.67
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3227 0 0 0 34964 3 0 0 25 0 1 0 141391701 103305216 1774 996147200 134512640 135477443 4294956224 18446744073709551615 134584641 0 0 4096 0 0 0 0 17 0 0 0
/proc/14554/statm: 25221 1774 483 235 0 23922 0
Current children cumulated CPU time (s) 349.67
Current children cumulated vsize (KiB) 100884

[startup+355.102 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 14650
/proc/meminfo: memFree=1727792/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=352.87
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3227 0 0 0 35284 3 0 0 25 0 1 0 141391701 103305216 1774 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 0 0 0
/proc/14554/statm: 25221 1774 483 235 0 23922 0
Current children cumulated CPU time (s) 352.87
Current children cumulated vsize (KiB) 100884

[startup+356.703 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 14650
/proc/meminfo: memFree=1727856/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=354.47
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3227 0 0 0 35444 3 0 0 25 0 1 0 141391701 103305216 1774 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 0 0 0
/proc/14554/statm: 25221 1774 483 235 0 23922 0
Current children cumulated CPU time (s) 354.47
Current children cumulated vsize (KiB) 100884

[startup+357.507 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 14650
/proc/meminfo: memFree=1727664/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=355.27
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3227 0 0 0 35524 3 0 0 25 0 1 0 141391701 103305216 1774 996147200 134512640 135477443 4294956224 18446744073709551615 135268688 0 0 4096 0 0 0 0 17 0 0 0
/proc/14554/statm: 25221 1774 483 235 0 23922 0
Current children cumulated CPU time (s) 355.27
Current children cumulated vsize (KiB) 100884

[startup+357.702 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 14650
/proc/meminfo: memFree=1727664/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=355.46
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3227 0 0 0 35543 3 0 0 25 0 1 0 141391701 103305216 1774 996147200 134512640 135477443 4294956224 18446744073709551615 135268945 0 0 4096 0 0 0 0 17 0 0 0
/proc/14554/statm: 25221 1774 483 235 0 23922 0
Current children cumulated CPU time (s) 355.46
Current children cumulated vsize (KiB) 100884

[startup+357.802 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 14650
/proc/meminfo: memFree=1727664/2055920 swapFree=4181492/4192956
[pid=14554] ppid=14552 vsize=100884 CPUtime=355.56
/proc/14554/stat : 14554 (casperzao) R 14552 14554 11602 0 -1 4194304 3227 0 0 0 35553 3 0 0 25 0 1 0 141391701 103305216 1774 996147200 134512640 135477443 4294956224 18446744073709551615 135268959 0 0 4096 0 0 0 0 17 0 0 0
/proc/14554/statm: 25221 1774 483 235 0 23922 0
Current children cumulated CPU time (s) 355.56
Current children cumulated vsize (KiB) 100884

Child status: 0
Real time (s): 357.841
CPU time (s): 355.613
CPU user time (s): 355.577
CPU system time (s): 0.035994
CPU usage (%): 99.3772
Max. virtual memory (cumulated for all children) (KiB): 103832

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

runsolver used 0.449931 second user time and 1.18582 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 23:36:47
IDJOB=1101580
IDBENCH=60051
IDSOLVER=361
FILE ID=node73/1101580-1215293807
PBS_JOBID= 7882272
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3fa55c7d16146f8d279db1a6ef5d458
RANDOM SEED=1333702259

node73.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.230
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.230
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:       1739312 kB
Buffers:         51444 kB
Cached:         200884 kB
SwapCached:       5052 kB
Active:         168460 kB
Inactive:        96020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739312 kB
SwapTotal:     4192956 kB
SwapFree:      4181492 kB
Dirty:            3128 kB
Writeback:           0 kB
Mapped:          19508 kB
Slab:            37672 kB
Committed_AS:   456276 kB
PageTables:       1712 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= 66552 MiB
End job on node73 at 2008-07-05 23:42:45