Trace number 2065012

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.07 1811.72

General information on the benchmark

Namecsp/fischer/
normalized-fischer-9-10-fair.xml
MD5SUM8e002f960ab8680fcf4382a4bf6289df
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables23584
Number of constraints22329
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22329
Global constraints used (with number of constraints)

Solver Data

0.18/0.21	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-2065012-1247337672/watcher-2065012-1247337672 -o /tmp/evaluation-result-2065012-1247337672/solver-2065012-1247337672 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2065012-1247337672.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: 2.16 2.04 2.01 4/72 13780
/proc/meminfo: memFree=1889392/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=18576 CPUtime=0
/proc/13780/stat : 13780 (runsolver) R 13778 13780 13034 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 20833854 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13780/statm: 4644 284 249 26 0 2626 0

[startup+0.103888 s]
/proc/loadavg: 2.16 2.04 2.01 4/72 13780
/proc/meminfo: memFree=1889392/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=7368 CPUtime=0.09
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 999 0 0 0 9 0 0 0 18 0 1 0 20833854 7544832 978 996147200 1448431616 1448550632 4294956208 18446744073709551615 134655603 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 1842 978 355 29 0 657 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7368

[startup+0.201902 s]
/proc/loadavg: 2.16 2.04 2.01 4/72 13780
/proc/meminfo: memFree=1889392/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=9076 CPUtime=0.18
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 1467 0 0 0 18 0 0 0 18 0 1 0 20833854 9293824 1446 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159730091 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 2269 1446 381 29 0 1084 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9076

[startup+0.301911 s]
/proc/loadavg: 2.16 2.04 2.01 4/72 13780
/proc/meminfo: memFree=1889392/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=10100 CPUtime=0.28
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 1704 0 0 0 28 0 0 0 19 0 1 0 20833854 10342400 1683 996147200 1448431616 1448550632 4294956208 18446744073709551615 4158739409 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 2525 1683 381 29 0 1340 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10100

[startup+0.701952 s]
/proc/loadavg: 2.16 2.04 2.01 4/72 13780
/proc/meminfo: memFree=1889392/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=14072 CPUtime=0.67
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 2707 0 0 0 66 1 0 0 23 0 1 0 20833854 14409728 2686 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159752107 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 3518 2686 383 29 0 2333 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 14072

[startup+1.50104 s]
/proc/loadavg: 2.16 2.04 2.01 3/73 13781
/proc/meminfo: memFree=1876520/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=52976 CPUtime=1.47
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12371 0 0 0 142 5 0 0 25 0 1 0 20833854 54247424 12350 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897000 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13244 12350 432 29 0 12059 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 52976

[startup+3.10222 s]
/proc/loadavg: 2.16 2.04 2.01 3/73 13781
/proc/meminfo: memFree=1841256/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=52976 CPUtime=3.06
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12372 0 0 0 301 5 0 0 25 0 1 0 20833854 54247424 12351 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269053 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13244 12351 432 29 0 12059 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 52976

[startup+6.30156 s]
/proc/loadavg: 2.15 2.04 2.01 3/73 13781
/proc/meminfo: memFree=1841256/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=52976 CPUtime=6.24
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12372 0 0 0 619 5 0 0 25 0 1 0 20833854 54247424 12351 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897000 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13244 12351 432 29 0 12059 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 52976

[startup+12.7012 s]
/proc/loadavg: 2.14 2.04 2.01 3/73 13781
/proc/meminfo: memFree=1841128/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=52976 CPUtime=12.58
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12373 0 0 0 1253 5 0 0 25 0 1 0 20833854 54247424 12352 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269029 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13244 12352 432 29 0 12059 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 52976

[startup+25.5016 s]
/proc/loadavg: 2.11 2.04 2.01 3/73 13781
/proc/meminfo: memFree=1841128/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=52976 CPUtime=25.29
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12373 0 0 0 2524 5 0 0 25 0 1 0 20833854 54247424 12352 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259370 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13244 12352 432 29 0 12059 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 52976

[startup+51.1014 s]
/proc/loadavg: 2.07 2.03 2.01 3/73 13781
/proc/meminfo: memFree=1841064/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=52976 CPUtime=50.67
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12374 0 0 0 5062 5 0 0 25 0 1 0 20833854 54247424 12353 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215894 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13244 12353 432 29 0 12059 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 52976

[startup+102.302 s]
/proc/loadavg: 1.96 2.01 2.00 3/74 13810
/proc/meminfo: memFree=1848736/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=52976 CPUtime=101.58
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12375 0 0 0 10152 6 0 0 25 0 1 0 20833854 54247424 12354 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268111 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13244 12354 432 29 0 12059 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 52976

[startup+162.301 s]
/proc/loadavg: 1.98 2.00 2.00 3/74 13810
/proc/meminfo: memFree=1848864/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=52976 CPUtime=161.55
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12375 0 0 0 16149 6 0 0 25 0 1 0 20833854 54247424 12354 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865228 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13244 12354 432 29 0 12059 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 52976

[startup+222.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13810
/proc/meminfo: memFree=1848544/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=221.54
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12461 0 0 0 22147 7 0 0 25 0 1 0 20833854 54648832 12440 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12440 432 29 0 12157 0
Current children cumulated CPU time (s) 221.54
Current children cumulated vsize (KiB) 53368

[startup+282.301 s]
/proc/loadavg: 1.89 1.97 1.99 3/83 13897
/proc/meminfo: memFree=1801240/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=281.44
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12461 0 0 0 28136 8 0 0 25 0 1 0 20833854 54648832 12440 996147200 1448431616 1448550632 4294956208 18446744073709551615 135219941 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12440 432 29 0 12157 0
Current children cumulated CPU time (s) 281.44
Current children cumulated vsize (KiB) 53368

[startup+342.302 s]
/proc/loadavg: 1.96 1.97 1.99 3/83 13897
/proc/meminfo: memFree=1800920/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=341.41
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12461 0 0 0 34133 8 0 0 25 0 1 0 20833854 54648832 12440 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291329 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12440 432 29 0 12157 0
Current children cumulated CPU time (s) 341.41
Current children cumulated vsize (KiB) 53368

[startup+402.301 s]
/proc/loadavg: 2.06 1.99 1.99 3/83 13897
/proc/meminfo: memFree=1800856/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=401.39
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12461 0 0 0 40130 9 0 0 25 0 1 0 20833854 54648832 12440 996147200 1448431616 1448550632 4294956208 18446744073709551615 135210527 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12440 432 29 0 12157 0
Current children cumulated CPU time (s) 401.39
Current children cumulated vsize (KiB) 53368

[startup+462.302 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 13897
/proc/meminfo: memFree=1800536/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=461.37
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 46128 9 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 134818294 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 461.37
Current children cumulated vsize (KiB) 53368

[startup+522.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 13897
/proc/meminfo: memFree=1623512/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=521.32
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 52119 13 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 135283015 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 521.32
Current children cumulated vsize (KiB) 53368

[startup+582.301 s]
/proc/loadavg: 2.08 2.02 2.00 3/75 13901
/proc/meminfo: memFree=1052376/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=581.28
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 58109 19 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824191 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 581.28
Current children cumulated vsize (KiB) 53368

[startup+642.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 13901
/proc/meminfo: memFree=823128/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=641.26
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 64107 19 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259360 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 641.26
Current children cumulated vsize (KiB) 53368

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.24 2.10 2.03 3/84 14063
/proc/meminfo: memFree=1400784/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=819.44
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 81922 22 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 134818294 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 819.44
Current children cumulated vsize (KiB) 53368

[startup+882.307 s]
/proc/loadavg: 2.29 2.14 2.05 5/84 14063
/proc/meminfo: memFree=1389584/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=878.67
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 87845 22 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897000 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 878.67
Current children cumulated vsize (KiB) 53368

[startup+942.302 s]
/proc/loadavg: 2.17 2.14 2.05 5/84 14063
/proc/meminfo: memFree=1376848/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=937.99
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 93777 22 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865409 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 937.99
Current children cumulated vsize (KiB) 53368

[startup+1002.3 s]
/proc/loadavg: 2.35 2.20 2.08 3/84 14063
/proc/meminfo: memFree=1367184/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=997.44
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 99721 23 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 997.44
Current children cumulated vsize (KiB) 53368

[startup+1062.3 s]
/proc/loadavg: 2.52 2.26 2.10 3/84 14063
/proc/meminfo: memFree=1357528/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1056.75
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 105652 23 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259312 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 1056.75
Current children cumulated vsize (KiB) 53368

[startup+1122.3 s]
/proc/loadavg: 2.29 2.25 2.11 3/84 14063
/proc/meminfo: memFree=1341656/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1116.15
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 111592 23 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268141 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 1116.15
Current children cumulated vsize (KiB) 53368

[startup+1182.3 s]
/proc/loadavg: 2.36 2.26 2.12 3/84 14063
/proc/meminfo: memFree=1331992/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1175.6
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12462 0 0 0 117537 23 0 0 25 0 1 0 20833854 54648832 12441 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897000 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13342 12441 432 29 0 12157 0
Current children cumulated CPU time (s) 1175.6
Current children cumulated vsize (KiB) 53368

[startup+1242.3 s]
/proc/loadavg: 2.24 2.26 2.12 3/84 14069
/proc/meminfo: memFree=1322136/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1234.76
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12463 0 0 0 123452 24 0 0 25 0 1 0 20833854 54648832 12442 996147200 1448431616 1448550632 4294956208 18446744073709551615 135293234 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12442 432 29 0 12157 0
Current children cumulated CPU time (s) 1234.76
Current children cumulated vsize (KiB) 53368

[startup+1302.3 s]
/proc/loadavg: 2.31 2.29 2.14 3/84 14069
/proc/meminfo: memFree=1312536/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1294.11
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12463 0 0 0 129387 24 0 0 25 0 1 0 20833854 54648832 12442 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897000 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12442 432 29 0 12157 0
Current children cumulated CPU time (s) 1294.11
Current children cumulated vsize (KiB) 53368

[startup+1362.3 s]
/proc/loadavg: 2.35 2.31 2.16 3/84 14069
/proc/meminfo: memFree=1195352/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1353.13
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12463 0 0 0 135289 24 0 0 25 0 1 0 20833854 54648832 12442 996147200 1448431616 1448550632 4294956208 18446744073709551615 135284586 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13342 12442 432 29 0 12157 0
Current children cumulated CPU time (s) 1353.13
Current children cumulated vsize (KiB) 53368

[startup+1422.3 s]
/proc/loadavg: 2.24 2.28 2.16 3/84 14069
/proc/meminfo: memFree=1169240/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1412.12
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12463 0 0 0 141188 24 0 0 25 0 1 0 20833854 54648832 12442 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269053 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13342 12442 432 29 0 12157 0
Current children cumulated CPU time (s) 1412.12
Current children cumulated vsize (KiB) 53368

[startup+1482.3 s]
/proc/loadavg: 2.14 2.24 2.15 3/84 14069
/proc/meminfo: memFree=1165016/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1471.55
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12463 0 0 0 147131 24 0 0 25 0 1 0 20833854 54648832 12442 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865233 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13342 12442 432 29 0 12157 0
Current children cumulated CPU time (s) 1471.55
Current children cumulated vsize (KiB) 53368

[startup+1542.31 s]
/proc/loadavg: 2.05 2.20 2.14 3/84 14069
/proc/meminfo: memFree=1172952/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1530.99
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12463 0 0 0 153075 24 0 0 25 0 1 0 20833854 54648832 12442 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836545 0 0 4096 0 0 0 0 17 1 0 0
/proc/13780/statm: 13342 12442 432 29 0 12157 0
Current children cumulated CPU time (s) 1530.99
Current children cumulated vsize (KiB) 53368

[startup+1602.3 s]
/proc/loadavg: 2.18 2.20 2.14 3/82 14110
/proc/meminfo: memFree=1802216/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1590.72
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12463 0 0 0 159037 35 0 0 25 0 1 0 20833854 54648832 12442 996147200 1448431616 1448550632 4294956208 18446744073709551615 135283112 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12442 432 29 0 12157 0
Current children cumulated CPU time (s) 1590.72
Current children cumulated vsize (KiB) 53368

[startup+1662.3 s]
/proc/loadavg: 2.07 2.16 2.13 3/82 14110
/proc/meminfo: memFree=1802408/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1650.7
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12463 0 0 0 165035 35 0 0 25 0 1 0 20833854 54648832 12442 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12442 432 29 0 12157 0
Current children cumulated CPU time (s) 1650.7
Current children cumulated vsize (KiB) 53368

[startup+1722.3 s]
/proc/loadavg: 2.02 2.13 2.12 3/82 14110
/proc/meminfo: memFree=1801896/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1710.68
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12463 0 0 0 171033 35 0 0 25 0 1 0 20833854 54648832 12442 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865154 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12442 432 29 0 12157 0
Current children cumulated CPU time (s) 1710.68
Current children cumulated vsize (KiB) 53368

[startup+1782.3 s]
/proc/loadavg: 2.01 2.11 2.11 3/82 14110
/proc/meminfo: memFree=1802152/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1770.65
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12465 0 0 0 177030 35 0 0 25 0 1 0 20833854 54648832 12444 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269029 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12444 432 29 0 12157 0
Current children cumulated CPU time (s) 1770.65
Current children cumulated vsize (KiB) 53368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.7 s]
/proc/loadavg: 2.00 2.09 2.10 3/82 14110
/proc/meminfo: memFree=1800232/2055920 swapFree=4192812/4192956
[pid=13780] ppid=13778 vsize=53368 CPUtime=1800.05
/proc/13780/stat : 13780 (ld-linux.so.2) R 13778 13780 13034 0 -1 4194304 12465 0 0 0 179970 35 0 0 25 0 1 0 20833854 54648832 12444 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291345 0 0 4096 0 0 0 0 17 0 0 0
/proc/13780/statm: 13342 12444 432 29 0 12157 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 53368

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.72
CPU time (s): 1800.07
CPU user time (s): 1799.71
CPU system time (s): 0.363944
CPU usage (%): 99.357
Max. virtual memory (cumulated for all children) (KiB): 53368

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

runsolver used 2.01069 second user time and 5.47317 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 20:41:12
IDJOB=2065012
IDBENCH=54251
IDSOLVER=769
FILE ID=node19/2065012-1247337672
PBS_JOBID= 9506654
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= 8e002f960ab8680fcf4382a4bf6289df
RANDOM SEED=1278888672

node19.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.211
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.211
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:       1889872 kB
Buffers:         10180 kB
Cached:          79512 kB
SwapCached:          0 kB
Active:          94968 kB
Inactive:        26456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5104 kB
Writeback:           0 kB
Mapped:          43232 kB
Slab:            30132 kB
Committed_AS:   146576 kB
PageTables:       1836 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= 66408 MiB
End job on node19 at 2009-07-11 21:11:26