Trace number 2069973

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 844.091 852.06

DiagnosticValue
ASSIGNMENTS234296
CHECKS27838100
NODES234296

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-8_ext.xml
MD5SUM3a9e9d3ebe1dfad3d0836badbf30412b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark529.862
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.10	c mistral version 1.545
844.02/852.05	s UNSATISFIABLE
844.02/852.05	d CHECKS 27838142
844.02/852.05	d ASSIGNMENTS 234296
844.02/852.05	d NODES 234296 BACKTRACKS 234296 FAILURES 234297 RUNTIME 844.14 TOTALTIME 844.2 NODES/s 277.556 CHECKS/s 32978.1

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-2069973-1247350928/watcher-2069973-1247350928 -o /tmp/evaluation-result-2069973-1247350928/solver-2069973-1247350928 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2069973-1247350928.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.46 2.20 2.29 3/82 18821
/proc/meminfo: memFree=1400208/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=18576 CPUtime=0
/proc/18821/stat : 18821 (runsolver) R 18819 18821 18100 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22160262 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18821/statm: 4644 284 249 26 0 2626 0

[startup+0.107673 s]
/proc/loadavg: 1.46 2.20 2.29 3/82 18821
/proc/meminfo: memFree=1400208/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10672 CPUtime=0.09
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1894 0 0 0 9 0 0 0 21 0 1 0 22160262 10928128 1873 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850059 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2668 1873 412 29 0 1483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10672

[startup+0.201563 s]
/proc/loadavg: 1.46 2.20 2.29 3/82 18821
/proc/meminfo: memFree=1400208/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10672 CPUtime=0.18
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1923 0 0 0 18 0 0 0 21 0 1 0 22160262 10928128 1902 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850087 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2668 1902 412 29 0 1483 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10672

[startup+0.301576 s]
/proc/loadavg: 1.46 2.20 2.29 3/82 18821
/proc/meminfo: memFree=1400208/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10672 CPUtime=0.28
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1923 0 0 0 28 0 0 0 22 0 1 0 22160262 10928128 1902 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850053 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2668 1902 412 29 0 1483 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10672

[startup+0.701655 s]
/proc/loadavg: 1.46 2.20 2.29 3/82 18821
/proc/meminfo: memFree=1400208/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10804 CPUtime=0.68
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1944 0 0 0 68 0 0 0 25 0 1 0 22160262 11063296 1923 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850053 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2701 1923 412 29 0 1516 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10804

[startup+1.50182 s]
/proc/loadavg: 1.46 2.20 2.29 3/83 18822
/proc/meminfo: memFree=1394056/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10804 CPUtime=1.47
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1944 0 0 0 147 0 0 0 25 0 1 0 22160262 11063296 1923 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850087 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2701 1923 412 29 0 1516 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10804

[startup+3.10113 s]
/proc/loadavg: 1.58 2.22 2.30 3/83 18822
/proc/meminfo: memFree=1393928/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10804 CPUtime=3.07
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1949 0 0 0 307 0 0 0 25 0 1 0 22160262 11063296 1928 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850049 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2701 1928 412 29 0 1516 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10804

[startup+6.30176 s]
/proc/loadavg: 1.58 2.22 2.30 4/83 18822
/proc/meminfo: memFree=1393928/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10804 CPUtime=6.26
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1949 0 0 0 626 0 0 0 25 0 1 0 22160262 11063296 1928 996147200 1448431616 1448550632 4294956208 18446744073709551615 134849974 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2701 1928 412 29 0 1516 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 10804

[startup+12.702 s]
/proc/loadavg: 1.72 2.22 2.30 4/83 18822
/proc/meminfo: memFree=1393800/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10804 CPUtime=12.63
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1949 0 0 0 1263 0 0 0 25 0 1 0 22160262 11063296 1928 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850179 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2701 1928 412 29 0 1516 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 10804

[startup+25.5015 s]
/proc/loadavg: 1.84 2.23 2.30 4/83 18822
/proc/meminfo: memFree=1393800/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10804 CPUtime=25.37
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1949 0 0 0 2537 0 0 0 25 0 1 0 22160262 11063296 1928 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850043 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2701 1928 412 29 0 1516 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 10804

[startup+51.1016 s]
/proc/loadavg: 2.09 2.26 2.31 3/83 18822
/proc/meminfo: memFree=1393736/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=10936 CPUtime=50.86
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1984 0 0 0 5085 1 0 0 25 0 1 0 22160262 11198464 1963 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850059 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2734 1963 412 29 0 1549 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 10936

[startup+102.302 s]
/proc/loadavg: 2.39 2.31 2.32 4/83 18822
/proc/meminfo: memFree=1393608/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=101.83
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 1985 0 0 0 10182 1 0 0 25 0 1 0 22160262 11333632 1964 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850102 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1964 412 29 0 1582 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 11068

[startup+162.301 s]
/proc/loadavg: 2.50 2.35 2.33 3/83 18822
/proc/meminfo: memFree=1393544/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=161.56
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2004 0 0 0 16155 1 0 0 25 0 1 0 22160262 11333632 1983 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850059 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1983 412 29 0 1582 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 11068

[startup+222.306 s]
/proc/loadavg: 2.51 2.37 2.33 3/83 18822
/proc/meminfo: memFree=1393416/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=221.29
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 22128 1 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850087 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 221.29
Current children cumulated vsize (KiB) 11068

[startup+282.302 s]
/proc/loadavg: 2.49 2.38 2.34 3/83 18822
/proc/meminfo: memFree=1393416/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=281.03
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 28102 1 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850087 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 281.03
Current children cumulated vsize (KiB) 11068

[startup+342.302 s]
/proc/loadavg: 2.56 2.42 2.36 3/83 18822
/proc/meminfo: memFree=1393416/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=340.77
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 34076 1 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850053 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 340.77
Current children cumulated vsize (KiB) 11068

[startup+402.302 s]
/proc/loadavg: 2.47 2.43 2.36 3/83 18822
/proc/meminfo: memFree=1393416/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=400.51
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 40050 1 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850067 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 400.51
Current children cumulated vsize (KiB) 11068

[startup+462.301 s]
/proc/loadavg: 2.46 2.43 2.36 3/83 18822
/proc/meminfo: memFree=1393352/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=460.24
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 46023 1 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850003 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 460.24
Current children cumulated vsize (KiB) 11068

[startup+522.301 s]
/proc/loadavg: 2.44 2.44 2.37 3/83 18822
/proc/meminfo: memFree=1393352/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=519.99
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 51998 1 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850003 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 519.99
Current children cumulated vsize (KiB) 11068

[startup+582.302 s]
/proc/loadavg: 2.33 2.42 2.36 3/83 18822
/proc/meminfo: memFree=1393352/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=579.73
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 57972 1 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850215 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 579.73
Current children cumulated vsize (KiB) 11068

[startup+642.302 s]
/proc/loadavg: 2.20 2.37 2.35 3/73 18851
/proc/meminfo: memFree=1841376/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=639.46
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 63944 2 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850053 0 0 4096 0 0 0 0 17 1 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 639.46
Current children cumulated vsize (KiB) 11068

[startup+702.302 s]
/proc/loadavg: 2.16 2.30 2.32 4/84 19012
/proc/meminfo: memFree=1169160/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=697.61
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 69756 5 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850053 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 697.61
Current children cumulated vsize (KiB) 11068

[startup+762.301 s]
/proc/loadavg: 2.15 2.28 2.31 3/84 19012
/proc/meminfo: memFree=1151752/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=756.91
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 75686 5 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850084 0 0 4096 0 0 0 0 17 1 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 756.91
Current children cumulated vsize (KiB) 11068

[startup+822.316 s]
/proc/loadavg: 2.63 2.36 2.34 3/84 19295
/proc/meminfo: memFree=1432456/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=815.87
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 81580 7 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850093 0 0 4096 0 0 0 0 17 0 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 815.87
Current children cumulated vsize (KiB) 11068

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

[startup+832.001 s]
/proc/loadavg: 2.53 2.35 2.33 4/84 19295
/proc/meminfo: memFree=1311944/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=824.9
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 82483 7 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850102 0 0 4096 0 0 0 0 17 1 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 824.9
Current children cumulated vsize (KiB) 11068

[startup+844.802 s]
/proc/loadavg: 2.64 2.38 2.34 3/84 19295
/proc/meminfo: memFree=1174792/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=836.89
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 83682 7 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850059 0 0 4096 0 0 0 0 17 1 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 836.89
Current children cumulated vsize (KiB) 11068

[startup+848.001 s]
/proc/loadavg: 2.64 2.38 2.34 3/84 19295
/proc/meminfo: memFree=1174792/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=840.06
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 83999 7 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850046 0 0 4096 0 0 0 0 17 1 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 840.06
Current children cumulated vsize (KiB) 11068

[startup+849.602 s]
/proc/loadavg: 2.58 2.37 2.34 3/84 19295
/proc/meminfo: memFree=1174792/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=841.64
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 84157 7 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850037 0 0 4096 0 0 0 0 17 1 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 841.64
Current children cumulated vsize (KiB) 11068

[startup+851.203 s]
/proc/loadavg: 2.58 2.37 2.34 4/84 19295
/proc/meminfo: memFree=1170376/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=843.23
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 84316 7 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850059 0 0 4096 0 0 0 0 17 1 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 843.23
Current children cumulated vsize (KiB) 11068

[startup+851.602 s]
/proc/loadavg: 2.58 2.37 2.34 4/84 19295
/proc/meminfo: memFree=1170376/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=843.62
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 84355 7 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850084 0 0 4096 0 0 0 0 17 1 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 843.62
Current children cumulated vsize (KiB) 11068

[startup+852.001 s]
/proc/loadavg: 2.58 2.37 2.34 4/84 19295
/proc/meminfo: memFree=1170376/2055924 swapFree=4192952/4192956
[pid=18821] ppid=18819 vsize=11068 CPUtime=844.02
/proc/18821/stat : 18821 (ld-linux.so.2) R 18819 18821 18100 0 -1 4194304 2019 0 0 0 84395 7 0 0 25 0 1 0 22160262 11333632 1998 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850087 0 0 4096 0 0 0 0 17 1 0 0
/proc/18821/statm: 2767 1998 412 29 0 1582 0
Current children cumulated CPU time (s) 844.02
Current children cumulated vsize (KiB) 11068

Child status: 0
Real time (s): 852.06
CPU time (s): 844.091
CPU user time (s): 844.011
CPU system time (s): 0.079987
CPU usage (%): 99.0648
Max. virtual memory (cumulated for all children) (KiB): 11068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 844.011
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2056
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= 15
involuntary context switches= 13300

runsolver used 0.964853 second user time and 2.42163 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 00:22:08
IDJOB=2069973
IDBENCH=55118
IDSOLVER=769
FILE ID=node6/2069973-1247350928
PBS_JOBID= 9506903
Free space on /tmp= 66396 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg7-8_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-2069973-1247350928/watcher-2069973-1247350928 -o /tmp/evaluation-result-2069973-1247350928/solver-2069973-1247350928 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2069973-1247350928.xml

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

MD5SUM BENCH= 3a9e9d3ebe1dfad3d0836badbf30412b
RANDOM SEED=1663266895

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.263
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.263
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:       1400688 kB
Buffers:         44508 kB
Cached:          97132 kB
SwapCached:          4 kB
Active:         531112 kB
Inactive:        72524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1400688 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:         482468 kB
Slab:            35828 kB
Committed_AS:   622224 kB
PageTables:       2812 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= 66396 MiB
End job on node6 at 2009-07-12 00:36:21