Trace number 2062845

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.545? (TO) 1800.06 1800.91

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-9.xml
MD5SUM0ce45c432ac349031f1c34773638f3be
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables243
Number of constraints118
Maximum constraint arity81
Maximum domain size81
Number of constraints which are defined in extension81
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(37)

Solver Data

0.00/0.00	c mistral version 1.545

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2062845-1247329702/watcher-2062845-1247329702 -o /tmp/evaluation-result-2062845-1247329702/solver-2062845-1247329702 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2062845-1247329702.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.91 1.97 1.95 4/74 13394
/proc/meminfo: memFree=1494672/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=4804 CPUtime=0
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 20036996 4919296 163 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448480482 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 1201 163 138 29 0 16 0

[startup+0.0152261 s]
/proc/loadavg: 1.91 1.97 1.95 4/74 13394
/proc/meminfo: memFree=1494672/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=5472 CPUtime=0
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 577 0 0 0 0 0 0 0 18 0 1 0 20036996 5603328 556 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 1368 561 374 29 0 183 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5472

[startup+0.101241 s]
/proc/loadavg: 1.91 1.97 1.95 4/74 13394
/proc/meminfo: memFree=1494672/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=8644 CPUtime=0.08
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1402 0 0 0 8 0 0 0 18 0 1 0 20036996 8851456 1381 996147200 1448431616 1448550632 4294956208 18446744073709551615 134835133 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2161 1381 425 29 0 976 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8644

[startup+0.301279 s]
/proc/loadavg: 1.91 1.97 1.95 4/74 13394
/proc/meminfo: memFree=1494672/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9040 CPUtime=0.29
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1524 0 0 0 28 1 0 0 19 0 1 0 20036996 9256960 1503 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161620 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2260 1503 425 29 0 1075 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9040

[startup+0.701352 s]
/proc/loadavg: 1.91 1.97 1.95 4/74 13394
/proc/meminfo: memFree=1494672/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9304 CPUtime=0.69
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1571 0 0 0 68 1 0 0 23 0 1 0 20036996 9527296 1550 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850304 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2326 1550 425 29 0 1141 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9304

[startup+1.5015 s]
/proc/loadavg: 1.91 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1490248/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9436 CPUtime=1.49
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1593 0 0 0 148 1 0 0 25 0 1 0 20036996 9662464 1572 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850087 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2359 1572 425 29 0 1174 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9436

[startup+3.10179 s]
/proc/loadavg: 1.92 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1489928/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9568 CPUtime=3.09
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1630 0 0 0 308 1 0 0 25 0 1 0 20036996 9797632 1609 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718593 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2392 1609 425 29 0 1207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9568

[startup+6.30138 s]
/proc/loadavg: 1.92 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1489736/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9568 CPUtime=6.29
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1656 0 0 0 628 1 0 0 25 0 1 0 20036996 9797632 1635 996147200 1448431616 1448550632 4294956208 18446744073709551615 134835262 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2392 1635 425 29 0 1207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9568

[startup+12.7016 s]
/proc/loadavg: 1.93 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1489544/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9700 CPUtime=12.69
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1683 0 0 0 1268 1 0 0 25 0 1 0 20036996 9932800 1662 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2425 1662 425 29 0 1240 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9700

[startup+25.5019 s]
/proc/loadavg: 1.94 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1489352/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9832 CPUtime=25.48
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1718 0 0 0 2547 1 0 0 25 0 1 0 20036996 10067968 1697 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2458 1697 425 29 0 1273 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9832

[startup+51.1016 s]
/proc/loadavg: 1.96 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1489224/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9832 CPUtime=51.07
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1722 0 0 0 5106 1 0 0 25 0 1 0 20036996 10067968 1701 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864963 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2458 1701 425 29 0 1273 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9832

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1488712/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9964 CPUtime=102.25
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1740 0 0 0 10224 1 0 0 25 0 1 0 20036996 10203136 1719 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865264 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2491 1719 425 29 0 1306 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9964

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1488392/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9964 CPUtime=162.22
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1749 0 0 0 16221 1 0 0 25 0 1 0 20036996 10203136 1728 996147200 1448431616 1448550632 4294956208 18446744073709551615 135304898 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2491 1728 425 29 0 1306 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 9964

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1487944/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9964 CPUtime=222.19
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1755 0 0 0 22218 1 0 0 25 0 1 0 20036996 10203136 1734 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756272 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2491 1734 425 29 0 1306 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 9964

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1487624/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9964 CPUtime=282.16
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1755 0 0 0 28215 1 0 0 25 0 1 0 20036996 10203136 1734 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865162 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2491 1734 425 29 0 1306 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 9964

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1487240/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9964 CPUtime=342.14
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1755 0 0 0 34213 1 0 0 25 0 1 0 20036996 10203136 1734 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850162 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2491 1734 425 29 0 1306 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 9964

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1487112/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9964 CPUtime=402.1
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1755 0 0 0 40209 1 0 0 25 0 1 0 20036996 10203136 1734 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2491 1734 425 29 0 1306 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 9964

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1486600/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9964 CPUtime=462.08
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1755 0 0 0 46207 1 0 0 25 0 1 0 20036996 10203136 1734 996147200 1448431616 1448550632 4294956208 18446744073709551615 134849956 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2491 1734 425 29 0 1306 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 9964

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1486600/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=9964 CPUtime=522.05
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1755 0 0 0 52204 1 0 0 25 0 1 0 20036996 10203136 1734 996147200 1448431616 1448550632 4294956208 18446744073709551615 134814870 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2491 1734 425 29 0 1306 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 9964

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1486536/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=582.02
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1760 0 0 0 58201 1 0 0 25 0 1 0 20036996 10338304 1739 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865011 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1739 425 29 0 1339 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 10096

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1486152/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=642
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1761 0 0 0 64199 1 0 0 25 0 1 0 20036996 10338304 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1740 425 29 0 1339 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 10096

[startup+702.301 s]

################
# More data... #
################

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1485640/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=881.89
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1767 0 0 0 88187 2 0 0 25 0 1 0 20036996 10338304 1746 996147200 1448431616 1448550632 4294956208 18446744073709551615 134849664 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1746 425 29 0 1339 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 10096

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1485512/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=941.86
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1767 0 0 0 94184 2 0 0 25 0 1 0 20036996 10338304 1746 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865038 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1746 425 29 0 1339 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 10096

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1485128/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1001.83
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1767 0 0 0 100181 2 0 0 25 0 1 0 20036996 10338304 1746 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850067 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1746 425 29 0 1339 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 10096

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1484936/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1061.8
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1773 0 0 0 106178 2 0 0 25 0 1 0 20036996 10338304 1752 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264044 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1752 425 29 0 1339 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 10096

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1484808/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1121.77
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1773 0 0 0 112175 2 0 0 25 0 1 0 20036996 10338304 1752 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850263 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1752 425 29 0 1339 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 10096

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1484552/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1181.74
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1774 0 0 0 118172 2 0 0 25 0 1 0 20036996 10338304 1753 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864970 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1753 425 29 0 1339 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 10096

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1484232/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1241.71
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1774 0 0 0 124169 2 0 0 25 0 1 0 20036996 10338304 1753 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269025 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1753 425 29 0 1339 0
Current children cumulated CPU time (s) 1241.71
Current children cumulated vsize (KiB) 10096

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1484232/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1301.69
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1774 0 0 0 130167 2 0 0 25 0 1 0 20036996 10338304 1753 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865397 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1753 425 29 0 1339 0
Current children cumulated CPU time (s) 1301.69
Current children cumulated vsize (KiB) 10096

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1484168/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1361.66
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1778 0 0 0 136164 2 0 0 25 0 1 0 20036996 10338304 1757 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718731 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1757 425 29 0 1339 0
Current children cumulated CPU time (s) 1361.66
Current children cumulated vsize (KiB) 10096

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1483528/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1421.63
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1778 0 0 0 142161 2 0 0 25 0 1 0 20036996 10338304 1757 996147200 1448431616 1448550632 4294956208 18446744073709551615 134835148 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1757 425 29 0 1339 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 10096

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1483336/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1481.6
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1778 0 0 0 148158 2 0 0 25 0 1 0 20036996 10338304 1757 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865162 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1757 425 29 0 1339 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 10096

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1483208/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1541.57
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1778 0 0 0 154155 2 0 0 25 0 1 0 20036996 10338304 1757 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850143 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1757 425 29 0 1339 0
Current children cumulated CPU time (s) 1541.57
Current children cumulated vsize (KiB) 10096

[startup+1602.3 s]
/proc/loadavg: 1.95 1.96 1.94 3/75 13450
/proc/meminfo: memFree=1462208/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1601.54
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1778 0 0 0 160151 3 0 0 25 0 1 0 20036996 10338304 1757 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1757 425 29 0 1339 0
Current children cumulated CPU time (s) 1601.54
Current children cumulated vsize (KiB) 10096

[startup+1662.3 s]
/proc/loadavg: 1.98 1.96 1.94 3/75 13450
/proc/meminfo: memFree=1456384/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1661.51
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1778 0 0 0 166148 3 0 0 25 0 1 0 20036996 10338304 1757 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865427 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1757 425 29 0 1339 0
Current children cumulated CPU time (s) 1661.51
Current children cumulated vsize (KiB) 10096

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/75 13450
/proc/meminfo: memFree=1452224/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1721.49
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1778 0 0 0 172145 4 0 0 25 0 1 0 20036996 10338304 1757 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756382 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1757 425 29 0 1339 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 10096

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.94 3/75 13450
/proc/meminfo: memFree=1448320/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1781.46
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1779 0 0 0 178142 4 0 0 25 0 1 0 20036996 10338304 1758 996147200 1448431616 1448550632 4294956208 18446744073709551615 134814898 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1758 425 29 0 1339 0
Current children cumulated CPU time (s) 1781.46
Current children cumulated vsize (KiB) 10096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.99 1.97 1.94 3/75 13450
/proc/meminfo: memFree=1447232/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1800.05
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1783 0 0 0 180001 4 0 0 25 0 1 0 20036996 10338304 1762 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117621 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1762 425 29 0 1339 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10096

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.9 s]
/proc/loadavg: 1.99 1.97 1.94 3/75 13450
/proc/meminfo: memFree=1447232/2055920 swapFree=4192956/4192956
[pid=13394] ppid=13392 vsize=10096 CPUtime=1800.05
/proc/13394/stat : 13394 (ld-linux.so.2) R 13392 13394 11625 0 -1 4194304 1783 0 0 0 180001 4 0 0 25 0 1 0 20036996 10338304 1762 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117621 0 0 4096 0 0 0 0 17 0 0 0
/proc/13394/statm: 2524 1762 425 29 0 1339 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10096

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.91
CPU time (s): 1800.06
CPU user time (s): 1800.02
CPU system time (s): 0.041993
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 10096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1783
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= 24
involuntary context switches= 6089

runsolver used 2.25666 second user time and 5.9381 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-11 18:28:22
IDJOB=2062845
IDBENCH=53936
IDSOLVER=769
FILE ID=node24/2062845-1247329702
PBS_JOBID= 9506580
Free space on /tmp= 66460 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-9.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2062845-1247329702/watcher-2062845-1247329702 -o /tmp/evaluation-result-2062845-1247329702/solver-2062845-1247329702 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2062845-1247329702.xml

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

MD5SUM BENCH= 0ce45c432ac349031f1c34773638f3be
RANDOM SEED=155944232

node24.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.287
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.287
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:       1495152 kB
Buffers:         52816 kB
Cached:         428284 kB
SwapCached:          0 kB
Active:          70668 kB
Inactive:       434736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1272 kB
Writeback:           0 kB
Mapped:          35372 kB
Slab:            40448 kB
Committed_AS:   139432 kB
PageTables:       1888 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= 66448 MiB
End job on node24 at 2009-07-11 18:58:25