Trace number 2078644

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
pcs 0.3.2SAT 588.806 589.88

DiagnosticValue
ASSIGNMENTS164100

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-36_ext.xml
MD5SUMbe23452fb46abd6d5e7af19898ef7610
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 benchmark4.5773
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.00/0.03	c Seed is 1960786995
0.00/0.03	c Constructing HOME/instance-2078644-1247716483.xml  with 60 constraints
0.37/0.49	c Solving 164100 backtracks 21 restarts
588.71/589.87	s SATISFIABLE
588.71/589.87	c V0=19, V1=15, V2=11, V3=12, V4=3, V5=15, V6=19, V7=16, V8=7, V9=6, V10=11, V11=11, V12=17, V13=3, V14=13, V15=4, V16=19, V17=13, V18=12, V19=11, 
588.71/589.87	v 19 15 11 12 3 15 19 16 7 6 11 11 17 3 13 4 19 13 12 11 
588.71/589.87	d ASSIGNMENTS 164100

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078644-1247716483/watcher-2078644-1247716483 -o /tmp/evaluation-result-2078644-1247716483/solver-2078644-1247716483 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1960786995 HOME/instance-2078644-1247716483.xml 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.03 2.00 4/82 6841
/proc/meminfo: memFree=1565280/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=18576 CPUtime=0
/proc/6841/stat : 6841 (runsolver) R 6839 6841 6435 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58714443 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6841/statm: 4644 284 249 26 0 2626 0

[startup+0.0355069 s]
/proc/loadavg: 1.96 2.03 2.00 4/82 6841
/proc/meminfo: memFree=1565280/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=4376 CPUtime=0.01
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 799 822 0 0 0 0 1 0 24 0 1 0 58714443 4481024 408 996147200 134512640 135095119 4294956304 18446744073709551615 1637986 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 1094 408 361 142 0 48 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4376

[startup+0.101512 s]
/proc/loadavg: 1.96 2.03 2.00 4/82 6841
/proc/meminfo: memFree=1565280/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=5352 CPUtime=0.07
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 945 822 0 0 6 0 1 0 24 0 1 0 58714443 5480448 554 996147200 134512640 135095119 4294956304 18446744073709551615 134943929 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 1338 554 375 142 0 292 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5352

[startup+0.301532 s]
/proc/loadavg: 1.96 2.03 2.00 4/82 6841
/proc/meminfo: memFree=1565280/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=7900 CPUtime=0.27
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 1268 822 0 0 26 0 1 0 25 0 1 0 58714443 8089600 877 996147200 134512640 135095119 4294956304 18446744073709551615 134935063 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 1975 877 375 142 0 929 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7900

[startup+0.70157 s]
/proc/loadavg: 1.96 2.03 2.00 4/82 6841
/proc/meminfo: memFree=1565280/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=10472 CPUtime=0.67
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 1607 822 0 0 65 1 1 0 25 0 1 0 58714443 10723328 1216 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 2618 1216 389 142 0 1572 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10472

[startup+1.50164 s]
/proc/loadavg: 1.96 2.03 2.00 3/83 6847
/proc/meminfo: memFree=1561816/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=10472 CPUtime=1.46
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 1617 822 0 0 144 1 1 0 25 0 1 0 58714443 10723328 1226 996147200 134512640 135095119 4294956304 18446744073709551615 134909088 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 2618 1226 389 142 0 1572 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10472

[startup+3.10178 s]
/proc/loadavg: 1.96 2.03 2.00 3/83 6847
/proc/meminfo: memFree=1561624/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=10472 CPUtime=3.05
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 1637 822 0 0 303 1 1 0 25 0 1 0 58714443 10723328 1246 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 2618 1246 389 142 0 1572 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10472

[startup+6.30105 s]
/proc/loadavg: 1.97 2.03 2.00 3/83 6847
/proc/meminfo: memFree=1561240/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=10732 CPUtime=6.22
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 1725 822 0 0 620 1 1 0 25 0 1 0 58714443 10989568 1301 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 2683 1301 389 142 0 1637 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10732

[startup+12.7026 s]
/proc/loadavg: 1.97 2.03 2.00 3/83 6847
/proc/meminfo: memFree=1560544/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=11120 CPUtime=12.56
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 1891 822 0 0 1254 1 1 0 25 0 1 0 58714443 11386880 1402 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 2780 1402 389 142 0 1734 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 11120

[startup+25.5017 s]
/proc/loadavg: 1.98 2.03 2.00 3/83 6847
/proc/meminfo: memFree=1559712/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=11760 CPUtime=25.23
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 2257 822 0 0 2521 1 1 0 25 0 1 0 58714443 12042240 1606 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 2940 1606 389 142 0 1894 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 11760

[startup+51.1019 s]
/proc/loadavg: 1.98 2.02 2.00 3/83 6847
/proc/meminfo: memFree=1557728/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=13040 CPUtime=50.6
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 2995 822 0 0 5057 2 1 0 25 0 1 0 58714443 13352960 2022 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 3260 2022 389 142 0 2214 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 13040

[startup+102.306 s]
/proc/loadavg: 1.92 2.00 1.99 4/83 6985
/proc/meminfo: memFree=1558240/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=15732 CPUtime=101.41
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 4479 822 0 0 10135 5 1 0 25 0 1 0 58714443 16109568 2864 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 3933 2864 389 142 0 2887 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 15732

[startup+162.302 s]
/proc/loadavg: 2.09 2.04 2.01 3/82 7028
/proc/meminfo: memFree=1591464/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=23224 CPUtime=161.38
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 6894 822 0 0 16130 7 1 0 25 0 1 0 58714443 23781376 3964 996147200 134512640 135095119 4294956304 18446744073709551615 134555020 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 5806 3964 389 142 0 4760 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 23224

[startup+222.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 7186
/proc/meminfo: memFree=1586216/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=25576 CPUtime=221.35
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 7994 822 0 0 22124 10 1 0 25 0 1 0 58714443 26189824 5064 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 6394 5064 389 142 0 5348 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 25576

[startup+282.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 7186
/proc/meminfo: memFree=1580648/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=30924 CPUtime=281.33
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 9951 822 0 0 28121 11 1 0 25 0 1 0 58714443 31666176 6443 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 7731 6443 389 142 0 6685 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 30924

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 7186
/proc/meminfo: memFree=1576872/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=40816 CPUtime=341.31
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 12940 822 0 0 34117 13 1 0 25 0 1 0 58714443 41795584 7383 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 10204 7383 389 142 0 9158 0
Current children cumulated CPU time (s) 341.31
Current children cumulated vsize (KiB) 40816

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 7192
/proc/meminfo: memFree=1572384/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=43040 CPUtime=401.29
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 14051 822 0 0 40114 14 1 0 25 0 1 0 58714443 44072960 8494 996147200 134512640 135095119 4294956304 18446744073709551615 134617311 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 10760 8494 389 142 0 9714 0
Current children cumulated CPU time (s) 401.29
Current children cumulated vsize (KiB) 43040

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 7192
/proc/meminfo: memFree=1567392/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=45780 CPUtime=461.26
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 15285 822 0 0 46111 14 1 0 25 0 1 0 58714443 46878720 9728 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 11445 9728 389 142 0 10399 0
Current children cumulated CPU time (s) 461.26
Current children cumulated vsize (KiB) 45780

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7192
/proc/meminfo: memFree=1559200/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=56076 CPUtime=521.24
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 18369 822 0 0 52107 16 1 0 25 0 1 0 58714443 57421824 11787 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14019 11787 389 142 0 12973 0
Current children cumulated CPU time (s) 521.24
Current children cumulated vsize (KiB) 56076

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 7225
/proc/meminfo: memFree=1565744/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=56076 CPUtime=581.21
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 18890 822 0 0 58103 17 1 0 25 0 1 0 58714443 57421824 12308 996147200 134512640 135095119 4294956304 18446744073709551615 134916458 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14019 12308 389 142 0 12973 0
Current children cumulated CPU time (s) 581.21
Current children cumulated vsize (KiB) 56076

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

[startup+585.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 7225
/proc/meminfo: memFree=1565552/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=56076 CPUtime=584.41
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 18917 822 0 0 58423 17 1 0 25 0 1 0 58714443 57421824 12335 996147200 134512640 135095119 4294956304 18446744073709551615 134918156 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14019 12335 389 142 0 12973 0
Current children cumulated CPU time (s) 584.41
Current children cumulated vsize (KiB) 56076

[startup+587.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 7225
/proc/meminfo: memFree=1565424/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=56076 CPUtime=586
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 18930 822 0 0 58582 17 1 0 25 0 1 0 58714443 57421824 12348 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14019 12348 389 142 0 12973 0
Current children cumulated CPU time (s) 586
Current children cumulated vsize (KiB) 56076

[startup+588.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 7225
/proc/meminfo: memFree=1565296/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=56076 CPUtime=587.6
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 18943 822 0 0 58742 17 1 0 25 0 1 0 58714443 57421824 12361 996147200 134512640 135095119 4294956304 18446744073709551615 134918126 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14019 12361 389 142 0 12973 0
Current children cumulated CPU time (s) 587.6
Current children cumulated vsize (KiB) 56076

[startup+589.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 7225
/proc/meminfo: memFree=1565296/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=56076 CPUtime=588.41
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 18950 822 0 0 58823 17 1 0 25 0 1 0 58714443 57421824 12368 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14019 12368 389 142 0 12973 0
Current children cumulated CPU time (s) 588.41
Current children cumulated vsize (KiB) 56076

[startup+589.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 7225
/proc/meminfo: memFree=1565296/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=56076 CPUtime=588.6
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 18951 822 0 0 58842 17 1 0 25 0 1 0 58714443 57421824 12369 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14019 12369 389 142 0 12973 0
Current children cumulated CPU time (s) 588.6
Current children cumulated vsize (KiB) 56076

[startup+589.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 7225
/proc/meminfo: memFree=1565296/2055920 swapFree=4192812/4192956
[pid=6841] ppid=6839 vsize=31492 CPUtime=588.71
/proc/6841/stat : 6841 (pcs.small) R 6839 6841 6435 0 -1 4194304 18952 822 0 0 58852 18 1 0 25 0 1 0 58714443 32247808 7209 996147200 134512640 135095119 4294956304 18446744073709551615 1601625 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 7873 7209 389 142 0 6827 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 31492

Child status: 0
Real time (s): 589.88
CPU time (s): 588.806
CPU user time (s): 588.611
CPU system time (s): 0.19497
CPU usage (%): 99.8178
Max. virtual memory (cumulated for all children) (KiB): 58592

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

runsolver used 0.612906 second user time and 1.69274 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-16 05:54:43
IDJOB=2078644
IDBENCH=56796
IDSOLVER=733
FILE ID=node31/2078644-1247716483
PBS_JOBID= 9521481
Free space on /tmp= 66272 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-36_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078644-1247716483/watcher-2078644-1247716483 -o /tmp/evaluation-result-2078644-1247716483/solver-2078644-1247716483 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1960786995 HOME/instance-2078644-1247716483.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= be23452fb46abd6d5e7af19898ef7610
RANDOM SEED=1960786995

node31.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.216
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	: 5931.00
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.216
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:       1565760 kB
Buffers:         75876 kB
Cached:         261404 kB
SwapCached:          0 kB
Active:         153792 kB
Inactive:       258140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3008 kB
Writeback:           0 kB
Mapped:          95004 kB
Slab:            62952 kB
Committed_AS:   478768 kB
PageTables:       2068 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66272 MiB
End job on node31 at 2009-07-16 06:04:33