Trace number 2057444

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
Mistral 1.545UNSAT 1019.29 1022.05

DiagnosticValue
ASSIGNMENTS9998180
CHECKS964243000
NODES9998180

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-55021_ext.xml
MD5SUM3b87432a795257e68114fcfea8b43f0c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1019.29
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.18/0.23	c mistral version 1.545
1019.24/1022.04	s UNSATISFIABLE
1019.24/1022.04	d CHECKS 964242818
1019.24/1022.04	d ASSIGNMENTS 9998184
1019.24/1022.04	d NODES 9998184 BACKTRACKS 9998184 FAILURES 9998185 RUNTIME 1019.38 TOTALTIME 1019.44 NODES/s 9808.1 CHECKS/s 945911

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057444-1247317995/watcher-2057444-1247317995 -o /tmp/evaluation-result-2057444-1247317995/solver-2057444-1247317995 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2057444-1247317995.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.54 0.89 0.36 4/73 10142
/proc/meminfo: memFree=737616/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=18576 CPUtime=0
/proc/10142/stat : 10142 (runsolver) R 10140 10142 10025 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 18862590 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10142/statm: 4644 284 249 26 0 2626 0

[startup+0.153592 s]
/proc/loadavg: 1.54 0.89 0.36 4/73 10142
/proc/meminfo: memFree=737616/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=0.14
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 991 0 0 0 14 0 0 0 18 0 1 0 18862590 7090176 970 996147200 1448431616 1448550632 4294956208 18446744073709551615 135176134 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 970 412 29 0 546 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 6924

[startup+0.201592 s]
/proc/loadavg: 1.54 0.89 0.36 4/73 10142
/proc/meminfo: memFree=737616/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=0.18
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 991 0 0 0 18 0 0 0 18 0 1 0 18862590 7090176 970 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264335 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 970 412 29 0 546 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6924

[startup+0.301603 s]
/proc/loadavg: 1.54 0.89 0.36 4/73 10142
/proc/meminfo: memFree=737616/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=0.28
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 991 0 0 0 28 0 0 0 19 0 1 0 18862590 7090176 970 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258020 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 970 412 29 0 546 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6924

[startup+0.701644 s]
/proc/loadavg: 1.54 0.89 0.36 4/73 10142
/proc/meminfo: memFree=737616/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=0.68
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 991 0 0 0 68 0 0 0 22 0 1 0 18862590 7090176 970 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264340 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 970 412 29 0 546 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6924

[startup+1.50172 s]
/proc/loadavg: 1.57 0.91 0.37 3/74 10143
/proc/meminfo: memFree=735304/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=1.48
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 148 0 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 134814535 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 6924

[startup+3.10188 s]
/proc/loadavg: 1.57 0.91 0.37 3/74 10143
/proc/meminfo: memFree=735112/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=3.08
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 308 0 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264335 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6924

[startup+6.30121 s]
/proc/loadavg: 1.57 0.91 0.37 3/74 10143
/proc/meminfo: memFree=735112/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=6.28
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 628 0 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264304 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6924

[startup+12.7053 s]
/proc/loadavg: 1.64 0.94 0.38 3/74 10143
/proc/meminfo: memFree=734984/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=12.69
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 1269 0 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258135 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6924

[startup+25.5011 s]
/proc/loadavg: 1.69 0.98 0.40 3/74 10143
/proc/meminfo: memFree=735048/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=25.48
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 2548 0 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264335 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6924

[startup+51.1017 s]
/proc/loadavg: 1.80 1.06 0.44 3/74 10143
/proc/meminfo: memFree=735048/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=51.07
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 5107 0 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6924

[startup+102.302 s]
/proc/loadavg: 1.92 1.21 0.53 3/74 10143
/proc/meminfo: memFree=734920/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=102.26
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 10226 0 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 6924

[startup+162.305 s]
/proc/loadavg: 1.97 1.35 0.62 3/74 10143
/proc/meminfo: memFree=735048/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=162.25
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 16224 1 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 134814564 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 6924

[startup+222.307 s]
/proc/loadavg: 1.99 1.47 0.70 3/74 10143
/proc/meminfo: memFree=735048/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=222.23
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 22222 1 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264335 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 6924

[startup+282.302 s]
/proc/loadavg: 1.99 1.56 0.78 3/74 10143
/proc/meminfo: memFree=734984/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=282.21
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 28220 1 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264335 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 6924

[startup+342.302 s]
/proc/loadavg: 1.99 1.64 0.85 3/74 10143
/proc/meminfo: memFree=734984/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=342.19
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 34218 1 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258235 0 0 4096 0 0 0 0 17 1 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 6924

[startup+402.302 s]
/proc/loadavg: 1.99 1.70 0.92 3/75 10193
/proc/meminfo: memFree=711360/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=402.02
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 40189 13 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258070 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 6924

[startup+462.302 s]
/proc/loadavg: 2.10 1.78 1.00 3/75 10193
/proc/meminfo: memFree=710336/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=461.77
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 46164 13 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264340 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 461.77
Current children cumulated vsize (KiB) 6924

[startup+522.301 s]
/proc/loadavg: 2.10 1.84 1.06 3/75 10193
/proc/meminfo: memFree=709312/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=521.53
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 52140 13 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257809 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 521.53
Current children cumulated vsize (KiB) 6924

[startup+582.301 s]
/proc/loadavg: 2.18 1.90 1.13 3/75 10193
/proc/meminfo: memFree=708736/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=581.29
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 58116 13 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 581.29
Current children cumulated vsize (KiB) 6924

[startup+642.301 s]
/proc/loadavg: 2.19 1.95 1.19 3/75 10193
/proc/meminfo: memFree=708288/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=641.05
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 64092 13 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264337 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 641.05
Current children cumulated vsize (KiB) 6924

[startup+702.301 s]
/proc/loadavg: 2.27 2.00 1.25 3/75 10193
/proc/meminfo: memFree=707712/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=700.81
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 70068 13 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258086 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 700.81
Current children cumulated vsize (KiB) 6924

[startup+762.301 s]
/proc/loadavg: 2.30 2.06 1.32 3/75 10193
/proc/meminfo: memFree=707264/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=760.57
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 76044 13 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257808 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 760.57
Current children cumulated vsize (KiB) 6924

[startup+822.301 s]
/proc/loadavg: 2.21 2.08 1.37 3/75 10193
/proc/meminfo: memFree=707072/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=820.33
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 82020 13 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264326 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 820.33
Current children cumulated vsize (KiB) 6924

[startup+882.306 s]
/proc/loadavg: 2.12 2.07 1.41 3/75 10193
/proc/meminfo: memFree=706816/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=880.09
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 87996 13 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161365 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 880.09
Current children cumulated vsize (KiB) 6924

[startup+942.301 s]
/proc/loadavg: 2.04 2.06 1.45 3/75 10193
/proc/meminfo: memFree=706496/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=939.86
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 93972 14 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161606 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 939.86
Current children cumulated vsize (KiB) 6924

[startup+1002.3 s]
/proc/loadavg: 2.01 2.05 1.48 3/75 10193
/proc/meminfo: memFree=706304/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=999.62
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 99948 14 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258086 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 999.62
Current children cumulated vsize (KiB) 6924

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

[startup+1011.2 s]
/proc/loadavg: 2.01 2.04 1.48 3/75 10193
/proc/meminfo: memFree=705984/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=1008.48
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 100834 14 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865162 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 1008.48
Current children cumulated vsize (KiB) 6924

[startup+1017.61 s]
/proc/loadavg: 2.01 2.04 1.48 3/75 10193
/proc/meminfo: memFree=706048/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=1014.86
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 101472 14 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264304 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 1014.86
Current children cumulated vsize (KiB) 6924

[startup+1019.2 s]
/proc/loadavg: 2.01 2.04 1.48 3/75 10193
/proc/meminfo: memFree=706048/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=1016.45
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 101631 14 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 134814486 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 1016.45
Current children cumulated vsize (KiB) 6924

[startup+1020.8 s]
/proc/loadavg: 2.01 2.04 1.49 3/75 10193
/proc/meminfo: memFree=706048/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=1018.05
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 101791 14 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135176257 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 1018.05
Current children cumulated vsize (KiB) 6924

[startup+1021.6 s]
/proc/loadavg: 2.01 2.04 1.49 3/75 10193
/proc/meminfo: memFree=706048/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=1018.84
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 101870 14 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258108 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 1018.84
Current children cumulated vsize (KiB) 6924

[startup+1022.01 s]
/proc/loadavg: 2.01 2.04 1.49 3/75 10193
/proc/meminfo: memFree=706048/2055920 swapFree=4192956/4192956
[pid=10142] ppid=10140 vsize=6924 CPUtime=1019.24
/proc/10142/stat : 10142 (ld-linux.so.2) R 10140 10142 10025 0 -1 4194304 992 0 0 0 101910 14 0 0 25 0 1 0 18862590 7090176 971 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264335 0 0 4096 0 0 0 0 17 0 0 0
/proc/10142/statm: 1731 971 412 29 0 546 0
Current children cumulated CPU time (s) 1019.24
Current children cumulated vsize (KiB) 6924

Child status: 0
Real time (s): 1022.05
CPU time (s): 1019.29
CPU user time (s): 1019.15
CPU system time (s): 0.141978
CPU usage (%): 99.7299
Max. virtual memory (cumulated for all children) (KiB): 6924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1019.15
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1028
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= 25
involuntary context switches= 9579

runsolver used 1.08483 second user time and 2.6406 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-11 15:13:16
IDJOB=2057444
IDBENCH=53370
IDSOLVER=769
FILE ID=node60/2057444-1247317995
PBS_JOBID= 9506510
Free space on /tmp= 66388 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-55021_ext.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057444-1247317995/watcher-2057444-1247317995 -o /tmp/evaluation-result-2057444-1247317995/solver-2057444-1247317995 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2057444-1247317995.xml

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

MD5SUM BENCH= 3b87432a795257e68114fcfea8b43f0c
RANDOM SEED=1125227111

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        738104 kB
Buffers:         50556 kB
Cached:        1195884 kB
SwapCached:          0 kB
Active:         225412 kB
Inactive:      1042212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        738104 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          31888 kB
Slab:            35476 kB
Committed_AS:   199964 kB
PageTables:       1832 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= 66388 MiB
End job on node60 at 2009-07-11 15:30:18