Trace number 2066068

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.1 1812.51

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-3-c.xml
MD5SUMba8f742f11fb03cbfcc6b53468067cc9
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 variables2650
Number of constraints6619
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6619
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	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-2066068-1247341148/watcher-2066068-1247341148 -o /tmp/evaluation-result-2066068-1247341148/solver-2066068-1247341148 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2066068-1247341148.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.04 2.04 2.11 4/85 15040
/proc/meminfo: memFree=1787672/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=18576 CPUtime=0
/proc/15040/stat : 15040 (runsolver) R 15038 15040 14142 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 21179977 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15040/statm: 4644 284 249 26 0 2626 0

[startup+0.091759 s]
/proc/loadavg: 2.04 2.04 2.11 4/85 15040
/proc/meminfo: memFree=1787672/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=6444 CPUtime=0.07
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 806 0 0 0 7 0 0 0 19 0 1 0 21179977 6598656 785 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157378237 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 1611 785 377 29 0 426 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6444

[startup+0.102759 s]
/proc/loadavg: 2.04 2.04 2.11 4/85 15040
/proc/meminfo: memFree=1787672/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=6572 CPUtime=0.08
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 845 0 0 0 8 0 0 0 19 0 1 0 21179977 6729728 824 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157378723 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 1643 825 377 29 0 458 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6572

[startup+0.302784 s]
/proc/loadavg: 2.04 2.04 2.11 4/85 15040
/proc/meminfo: memFree=1787672/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=9404 CPUtime=0.28
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 1575 0 0 0 28 0 0 0 21 0 1 0 21179977 9629696 1554 996147200 1448431616 1448550632 4294956208 18446744073709551615 134942358 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 2351 1554 380 29 0 1166 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9404

[startup+0.702818 s]
/proc/loadavg: 2.04 2.04 2.11 4/85 15040
/proc/meminfo: memFree=1787672/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16348 CPUtime=0.68
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3301 0 0 0 67 1 0 0 25 0 1 0 21179977 16740352 3280 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860475 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4087 3280 422 29 0 2902 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16348

[startup+1.5019 s]
/proc/loadavg: 2.04 2.04 2.11 3/86 15041
/proc/meminfo: memFree=1776208/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16348 CPUtime=1.48
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3310 0 0 0 147 1 0 0 25 0 1 0 21179977 16740352 3289 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4087 3289 422 29 0 2902 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16348

[startup+3.10106 s]
/proc/loadavg: 2.04 2.04 2.11 3/86 15041
/proc/meminfo: memFree=1775888/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16348 CPUtime=3.08
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3317 0 0 0 307 1 0 0 25 0 1 0 21179977 16740352 3296 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290160 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4087 3296 422 29 0 2902 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16348

[startup+6.30138 s]
/proc/loadavg: 2.04 2.04 2.11 3/86 15041
/proc/meminfo: memFree=1775888/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16348 CPUtime=6.28
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3327 0 0 0 627 1 0 0 25 0 1 0 21179977 16740352 3306 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259370 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4087 3306 422 29 0 2902 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16348

[startup+12.702 s]
/proc/loadavg: 2.03 2.03 2.11 3/86 15041
/proc/meminfo: memFree=1775760/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16480 CPUtime=12.67
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3360 0 0 0 1266 1 0 0 25 0 1 0 21179977 16875520 3339 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864886 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4120 3339 422 29 0 2935 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16480

[startup+25.5023 s]
/proc/loadavg: 2.02 2.03 2.10 3/86 15041
/proc/meminfo: memFree=1775760/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16480 CPUtime=25.47
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3360 0 0 0 2546 1 0 0 25 0 1 0 21179977 16875520 3339 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865038 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4120 3339 422 29 0 2935 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16480

[startup+51.1028 s]
/proc/loadavg: 2.02 2.03 2.10 3/86 15041
/proc/meminfo: memFree=1775568/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=51.06
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3366 0 0 0 5105 1 0 0 25 0 1 0 21179977 17010688 3345 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268141 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4153 3345 422 29 0 2968 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16612

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.09 3/86 15041
/proc/meminfo: memFree=1716112/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=102.13
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3371 0 0 0 10212 1 0 0 25 0 1 0 21179977 17010688 3350 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290160 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4153 3350 422 29 0 2968 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 16612

[startup+162.303 s]
/proc/loadavg: 2.00 2.02 2.08 3/86 15041
/proc/meminfo: memFree=1715984/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=162.1
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3372 0 0 0 16209 1 0 0 25 0 1 0 21179977 17010688 3351 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4153 3351 422 29 0 2968 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 16612

[startup+222.303 s]
/proc/loadavg: 2.00 2.01 2.08 3/86 15041
/proc/meminfo: memFree=1715984/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=222.08
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3373 0 0 0 22207 1 0 0 25 0 1 0 21179977 17010688 3352 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864867 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4153 3352 422 29 0 2968 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 16612

[startup+282.303 s]
/proc/loadavg: 2.00 2.01 2.07 3/86 15041
/proc/meminfo: memFree=1715984/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=282.06
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3373 0 0 0 28205 1 0 0 25 0 1 0 21179977 17010688 3352 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172204 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4153 3352 422 29 0 2968 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 16612

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.07 3/86 15041
/proc/meminfo: memFree=1660760/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=341.67
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3373 0 0 0 34166 1 0 0 25 0 1 0 21179977 17010688 3352 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291435 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3352 422 29 0 2968 0
Current children cumulated CPU time (s) 341.67
Current children cumulated vsize (KiB) 16612

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.06 3/86 15041
/proc/meminfo: memFree=1660696/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=401.17
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3374 0 0 0 40115 2 0 0 25 0 1 0 21179977 17010688 3353 996147200 1448431616 1448550632 4294956208 18446744073709551615 134817275 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3353 422 29 0 2968 0
Current children cumulated CPU time (s) 401.17
Current children cumulated vsize (KiB) 16612

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.05 3/86 15041
/proc/meminfo: memFree=1660568/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=460.66
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3375 0 0 0 46064 2 0 0 25 0 1 0 21179977 17010688 3354 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865011 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3354 422 29 0 2968 0
Current children cumulated CPU time (s) 460.66
Current children cumulated vsize (KiB) 16612

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.05 3/86 15041
/proc/meminfo: memFree=1660568/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=520.16
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3375 0 0 0 52014 2 0 0 25 0 1 0 21179977 17010688 3354 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259370 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3354 422 29 0 2968 0
Current children cumulated CPU time (s) 520.16
Current children cumulated vsize (KiB) 16612

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.04 3/86 15041
/proc/meminfo: memFree=1660568/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=579.64
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3375 0 0 0 57962 2 0 0 25 0 1 0 21179977 17010688 3354 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268128 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3354 422 29 0 2968 0
Current children cumulated CPU time (s) 579.64
Current children cumulated vsize (KiB) 16612

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.04 3/86 15041
/proc/meminfo: memFree=1605400/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=639.03
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3375 0 0 0 63901 2 0 0 25 0 1 0 21179977 17010688 3354 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864867 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3354 422 29 0 2968 0
Current children cumulated CPU time (s) 639.03
Current children cumulated vsize (KiB) 16612

[startup+702.303 s]

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

[startup+882.303 s]
/proc/loadavg: 2.00 2.00 2.01 3/86 15043
/proc/meminfo: memFree=1605144/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=877
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 87698 2 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 877
Current children cumulated vsize (KiB) 16612

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/86 15043
/proc/meminfo: memFree=1605144/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=936.49
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 93647 2 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291960 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 936.49
Current children cumulated vsize (KiB) 16612

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15043
/proc/meminfo: memFree=1605144/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=995.98
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 99596 2 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897005 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 995.98
Current children cumulated vsize (KiB) 16612

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15043
/proc/meminfo: memFree=1550808/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1055.33
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 105531 2 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1055.33
Current children cumulated vsize (KiB) 16612

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15043
/proc/meminfo: memFree=1550680/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1114.82
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 111480 2 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1114.82
Current children cumulated vsize (KiB) 16612

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15043
/proc/meminfo: memFree=1550424/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1174.31
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 117429 2 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897000 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1174.31
Current children cumulated vsize (KiB) 16612

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15043
/proc/meminfo: memFree=1550232/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1233.8
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 123378 2 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268141 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1233.8
Current children cumulated vsize (KiB) 16612

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15043
/proc/meminfo: memFree=1550232/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1293.29
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 129327 2 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161214 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1293.29
Current children cumulated vsize (KiB) 16612

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15049
/proc/meminfo: memFree=1495320/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1352.96
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 135293 3 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172204 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1352.96
Current children cumulated vsize (KiB) 16612

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15049
/proc/meminfo: memFree=1495320/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1412.94
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 141291 3 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864867 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1412.94
Current children cumulated vsize (KiB) 16612

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15049
/proc/meminfo: memFree=1495256/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1472.92
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 147289 3 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829005 0 0 4096 0 0 0 0 17 0 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1472.92
Current children cumulated vsize (KiB) 16612

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15049
/proc/meminfo: memFree=1485784/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1532.26
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 153223 3 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865184 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1532.26
Current children cumulated vsize (KiB) 16612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15049
/proc/meminfo: memFree=1485720/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1591.75
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 159172 3 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259370 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1591.75
Current children cumulated vsize (KiB) 16612

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15049
/proc/meminfo: memFree=1485720/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1651.24
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 165121 3 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161279 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1651.24
Current children cumulated vsize (KiB) 16612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15049
/proc/meminfo: memFree=1460696/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1710.73
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 171070 3 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268141 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1710.73
Current children cumulated vsize (KiB) 16612

[startup+1782.3 s]
/proc/loadavg: 1.88 1.97 1.99 3/75 15200
/proc/meminfo: memFree=1854440/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1770.11
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 177007 4 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865397 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1770.11
Current children cumulated vsize (KiB) 16612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 1.93 1.97 1.99 3/75 15200
/proc/meminfo: memFree=1854504/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1800.08
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 180004 4 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865038 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 16612

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

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

[startup+1812.5 s]
/proc/loadavg: 1.93 1.97 1.99 3/75 15200
/proc/meminfo: memFree=1854504/2055920 swapFree=4192812/4192956
[pid=15040] ppid=15038 vsize=16612 CPUtime=1800.08
/proc/15040/stat : 15040 (ld-linux.so.2) R 15038 15040 14142 0 -1 4194304 3376 0 0 0 180004 4 0 0 25 0 1 0 21179977 17010688 3355 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865038 0 0 4096 0 0 0 0 17 1 0 0
/proc/15040/statm: 4153 3355 422 29 0 2968 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 16612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.51
CPU time (s): 1800.1
CPU user time (s): 1800.05
CPU system time (s): 0.046992
CPU usage (%): 99.3152
Max. virtual memory (cumulated for all children) (KiB): 16612

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

runsolver used 1.70274 second user time and 4.98324 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 21:39:08
IDJOB=2066068
IDBENCH=54466
IDSOLVER=769
FILE ID=node89/2066068-1247341148
PBS_JOBID= 9506728
Free space on /tmp= 66160 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-3-c.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066068-1247341148/watcher-2066068-1247341148 -o /tmp/evaluation-result-2066068-1247341148/solver-2066068-1247341148 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2066068-1247341148.xml

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

MD5SUM BENCH= ba8f742f11fb03cbfcc6b53468067cc9
RANDOM SEED=339953010

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1788152 kB
Buffers:         17256 kB
Cached:          96032 kB
SwapCached:          0 kB
Active:         185832 kB
Inactive:        35352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2136 kB
Writeback:           0 kB
Mapped:         122616 kB
Slab:            31636 kB
Committed_AS:   842380 kB
PageTables:       1948 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= 66160 MiB
End job on node89 at 2009-07-11 22:09:23