Trace number 2091621

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.545SAT 1146.07 1154.95

DiagnosticValue
ASSIGNMENTS7990950
CHECKS782907000
NODES7990950

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-17_ext.xml
MD5SUM13f906e945eab847e55ab8ff9e44e155
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 benchmark200.844
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.13	c mistral version 1.545
1146.01/1154.94	s SATISFIABLE
1146.01/1154.94	v 21 17 8 13 1 16 1 20 13 5 4 5 15 10 20 18 9 16 15 16 2 8 1 10 21 5 7 18 0 16 4 8 6 3 5 13 21 6 1 21 2 7 15 11 22 15 13 20 22 2
1146.01/1154.94	d CHECKS 782906954
1146.01/1154.94	d ASSIGNMENTS 7990946
1146.01/1154.94	d NODES 7990946 BACKTRACKS 7990932 FAILURES 7990932 RUNTIME 1146.15 TOTALTIME 1146.23 NODES/s 6971.99 CHECKS/s 683075

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-2091621-1247395077/watcher-2091621-1247395077 -o /tmp/evaluation-result-2091621-1247395077/solver-2091621-1247395077 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2091621-1247395077.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.85 1.99 1.99 4/74 28534
/proc/meminfo: memFree=1851720/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=0.19
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1080 0 0 0 19 0 0 0 19 0 1 0 26573854 7495680 1059 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264326 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1059 412 29 0 645 0

[startup+0.304678 s]
/proc/loadavg: 1.85 1.99 1.99 4/74 28534
/proc/meminfo: memFree=1851720/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=0.29
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1080 0 0 0 29 0 0 0 20 0 1 0 26573854 7495680 1059 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258108 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1059 412 29 0 645 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7320

[startup+0.401682 s]
/proc/loadavg: 1.85 1.99 1.99 4/74 28534
/proc/meminfo: memFree=1851720/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=0.38
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1080 0 0 0 38 0 0 0 20 0 1 0 26573854 7495680 1059 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258086 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1059 412 29 0 645 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7320

[startup+0.501689 s]
/proc/loadavg: 1.85 1.99 1.99 4/74 28534
/proc/meminfo: memFree=1851720/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=0.48
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1080 0 0 0 48 0 0 0 21 0 1 0 26573854 7495680 1059 996147200 1448431616 1448550632 4294956208 18446744073709551615 135278804 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1059 412 29 0 645 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7320

[startup+0.701701 s]
/proc/loadavg: 1.85 1.99 1.99 4/74 28534
/proc/meminfo: memFree=1851720/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=0.68
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1080 0 0 0 68 0 0 0 23 0 1 0 26573854 7495680 1059 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258235 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1059 412 29 0 645 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7320

[startup+1.50175 s]
/proc/loadavg: 1.85 1.99 1.99 3/75 28535
/proc/meminfo: memFree=1849024/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1.47
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1082 0 0 0 147 0 0 0 25 0 1 0 26573854 7495680 1061 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264340 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1061 412 29 0 645 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7320

[startup+3.10186 s]
/proc/loadavg: 1.86 1.99 1.99 3/75 28535
/proc/meminfo: memFree=1848896/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=3.06
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1082 0 0 0 306 0 0 0 25 0 1 0 26573854 7495680 1061 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264310 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1061 412 29 0 645 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7320

[startup+6.30105 s]
/proc/loadavg: 1.86 1.99 1.99 3/75 28535
/proc/meminfo: memFree=1848768/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=6.24
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1082 0 0 0 624 0 0 0 25 0 1 0 26573854 7495680 1061 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264335 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1061 412 29 0 645 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7320

[startup+12.7015 s]
/proc/loadavg: 1.88 1.99 1.99 3/75 28535
/proc/meminfo: memFree=1848640/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=12.58
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1082 0 0 0 1258 0 0 0 25 0 1 0 26573854 7495680 1061 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161622 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1061 412 29 0 645 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 7320

[startup+25.5013 s]
/proc/loadavg: 1.90 1.99 1.99 3/75 28535
/proc/meminfo: memFree=1848576/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=25.29
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1082 0 0 0 2529 0 0 0 25 0 1 0 26573854 7495680 1061 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1061 412 29 0 645 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 7320

[startup+51.1019 s]
/proc/loadavg: 1.93 1.99 1.99 3/75 28535
/proc/meminfo: memFree=1848384/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=50.69
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 5069 0 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264335 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 7320

[startup+102.301 s]
/proc/loadavg: 2.16 2.04 2.01 3/75 28535
/proc/meminfo: memFree=1848128/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=101.5
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 10149 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258244 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 7320

[startup+162.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 28535
/proc/meminfo: memFree=1847296/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=161.04
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 16103 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 134814463 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 7320

[startup+222.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 28535
/proc/meminfo: memFree=1846848/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=220.57
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 22056 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258092 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 7320

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 28535
/proc/meminfo: memFree=1846528/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=280.12
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 28011 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258092 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 7320

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 28535
/proc/meminfo: memFree=1846280/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=339.66
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 33965 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264335 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 339.66
Current children cumulated vsize (KiB) 7320

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28535
/proc/meminfo: memFree=1845896/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=399.2
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 39919 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264326 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 399.2
Current children cumulated vsize (KiB) 7320

[startup+462.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28535
/proc/meminfo: memFree=1845768/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=458.75
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 45874 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161284 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 458.75
Current children cumulated vsize (KiB) 7320

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28535
/proc/meminfo: memFree=1844808/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=518.28
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 51827 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258110 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 518.28
Current children cumulated vsize (KiB) 7320

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28535
/proc/meminfo: memFree=1844744/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=577.83
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 57782 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258073 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 577.83
Current children cumulated vsize (KiB) 7320

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28535
/proc/meminfo: memFree=1844424/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=637.37
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 63736 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258082 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 637.37
Current children cumulated vsize (KiB) 7320

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28535
/proc/meminfo: memFree=1844424/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=696.91
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 69690 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264314 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 696.91
Current children cumulated vsize (KiB) 7320

[startup+762.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28537
/proc/meminfo: memFree=1843848/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=756.44
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 75643 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258235 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 756.44
Current children cumulated vsize (KiB) 7320

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28537
/proc/meminfo: memFree=1844104/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=815.98
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 81597 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 134814486 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 815.98
Current children cumulated vsize (KiB) 7320

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28537
/proc/meminfo: memFree=1843656/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=875.52
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 87551 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264337 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 875.52
Current children cumulated vsize (KiB) 7320

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28537
/proc/meminfo: memFree=1843400/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=935.06
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 93505 1 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264340 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 935.06
Current children cumulated vsize (KiB) 7320

[startup+1002.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 28537
/proc/meminfo: memFree=1843272/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=994.6
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 99458 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135277925 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 994.6
Current children cumulated vsize (KiB) 7320

[startup+1062.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/75 28537
/proc/meminfo: memFree=1842696/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1054.13
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 105411 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1054.13
Current children cumulated vsize (KiB) 7320

[startup+1122.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842248/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1113.67
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 111365 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865255 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1113.67
Current children cumulated vsize (KiB) 7320

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

[startup+1126.6 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842248/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1117.93
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 111791 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135278644 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1117.93
Current children cumulated vsize (KiB) 7320

[startup+1139.4 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842248/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1130.63
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 113061 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263984 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1130.63
Current children cumulated vsize (KiB) 7320

[startup+1145.8 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842376/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1136.99
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 113697 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135273476 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1136.99
Current children cumulated vsize (KiB) 7320

[startup+1149 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842376/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1140.16
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 114014 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1140.16
Current children cumulated vsize (KiB) 7320

[startup+1152.2 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842376/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1143.34
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 114332 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264340 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1143.34
Current children cumulated vsize (KiB) 7320

[startup+1153.8 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842376/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1144.92
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 114490 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135277994 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1144.92
Current children cumulated vsize (KiB) 7320

[startup+1154.6 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842376/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1145.72
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 114570 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258053 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1145.72
Current children cumulated vsize (KiB) 7320

[startup+1154.8 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842376/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1145.91
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 114589 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264044 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1145.91
Current children cumulated vsize (KiB) 7320

[startup+1154.9 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 28537
/proc/meminfo: memFree=1842376/2055920 swapFree=4191900/4192956
[pid=28534] ppid=28532 vsize=7320 CPUtime=1146.01
/proc/28534/stat : 28534 (ld-linux.so.2) R 28532 28534 28497 0 -1 4194304 1083 0 0 0 114599 2 0 0 25 0 1 0 26573854 7495680 1062 996147200 1448431616 1448550632 4294956208 18446744073709551615 135258110 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 1830 1062 412 29 0 645 0
Current children cumulated CPU time (s) 1146.01
Current children cumulated vsize (KiB) 7320

Child status: 0
Real time (s): 1154.95
CPU time (s): 1146.07
CPU user time (s): 1146.04
CPU system time (s): 0.030995
CPU usage (%): 99.2317
Max. virtual memory (cumulated for all children) (KiB): 7320

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

runsolver used 1.3298 second user time and 2.88556 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 12:37:57
IDJOB=2091621
IDBENCH=60093
IDSOLVER=769
FILE ID=node29/2091621-1247395077
PBS_JOBID= 9507412
Free space on /tmp= 66376 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-17_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-2091621-1247395077/watcher-2091621-1247395077 -o /tmp/evaluation-result-2091621-1247395077/solver-2091621-1247395077 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2091621-1247395077.xml

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

MD5SUM BENCH= 13f906e945eab847e55ab8ff9e44e155
RANDOM SEED=38890785

node29.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.225
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.225
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:       1852200 kB
Buffers:         28628 kB
Cached:         100112 kB
SwapCached:        392 kB
Active:         105964 kB
Inactive:        47408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852200 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          35028 kB
Slab:            35564 kB
Committed_AS:   209332 kB
PageTables:       1940 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= 66376 MiB
End job on node29 at 2009-07-12 12:57:12