Trace number 2080203

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.05 1808.91

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-7.xml
MD5SUM9fa8114a4ef63331bc87f29078ea148d
Bench Category2-ARY-INT (binary 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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1360
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.08/0.10	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-2080203-1247369316/watcher-2080203-1247369316 -o /tmp/evaluation-result-2080203-1247369316/solver-2080203-1247369316 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2080203-1247369316.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.00 2.01 2.03 4/83 23975
/proc/meminfo: memFree=1444320/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=18576 CPUtime=0
/proc/23975/stat : 23975 (runsolver) R 23973 23975 23801 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23996271 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23975/statm: 4644 284 249 26 0 2626 0

[startup+0.036735 s]
/proc/loadavg: 2.00 2.01 2.03 4/83 23975
/proc/meminfo: memFree=1444320/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=6808 CPUtime=0.02
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 930 0 0 0 2 0 0 0 20 0 1 0 23996271 6971392 909 996147200 1448431616 1448550632 4294956208 18446744073709551615 4158974917 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 1702 909 378 29 0 517 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6808

[startup+0.101741 s]
/proc/loadavg: 2.00 2.01 2.03 4/83 23975
/proc/meminfo: memFree=1444320/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=8368 CPUtime=0.08
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 1294 0 0 0 8 0 0 0 20 0 1 0 23996271 8568832 1273 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159696898 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 2092 1273 378 29 0 907 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8368

[startup+0.301771 s]
/proc/loadavg: 2.00 2.01 2.03 4/83 23975
/proc/meminfo: memFree=1444320/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=15288 CPUtime=0.28
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3021 0 0 0 27 1 0 0 22 0 1 0 23996271 15654912 3000 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 3822 3000 417 29 0 2637 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15288

[startup+0.701812 s]
/proc/loadavg: 2.00 2.01 2.03 4/83 23975
/proc/meminfo: memFree=1444320/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=15552 CPUtime=0.68
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3097 0 0 0 67 1 0 0 25 0 1 0 23996271 15925248 3076 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 3888 3076 420 29 0 2703 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15552

[startup+1.50191 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 23976
/proc/meminfo: memFree=1433560/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=15552 CPUtime=1.47
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3117 0 0 0 146 1 0 0 25 0 1 0 23996271 15925248 3096 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161574 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 3888 3096 420 29 0 2703 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15552

[startup+3.10109 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 23976
/proc/meminfo: memFree=1433368/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=15684 CPUtime=3.05
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3146 0 0 0 304 1 0 0 25 0 1 0 23996271 16060416 3125 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 3921 3125 420 29 0 2736 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 15684

[startup+6.30144 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 23976
/proc/meminfo: memFree=1433048/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=15944 CPUtime=6.23
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3177 0 0 0 622 1 0 0 25 0 1 0 23996271 16326656 3156 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 3986 3156 421 29 0 2801 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 15944

[startup+12.7022 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 23976
/proc/meminfo: memFree=1432920/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=15944 CPUtime=12.57
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3192 0 0 0 1256 1 0 0 25 0 1 0 23996271 16326656 3171 996147200 1448431616 1448550632 4294956208 18446744073709551615 134843647 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 3986 3171 421 29 0 2801 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 15944

[startup+25.5016 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 23976
/proc/meminfo: memFree=1432920/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16076 CPUtime=25.24
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3198 0 0 0 2523 1 0 0 25 0 1 0 23996271 16461824 3177 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267152 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4019 3177 421 29 0 2834 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 16076

[startup+51.1014 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 23976
/proc/meminfo: memFree=1432920/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16076 CPUtime=50.6
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3223 0 0 0 5059 1 0 0 25 0 1 0 23996271 16461824 3202 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824169 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4019 3202 421 29 0 2834 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 16076

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 23976
/proc/meminfo: memFree=1432792/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16208 CPUtime=101.32
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3241 0 0 0 10130 2 0 0 25 0 1 0 23996271 16596992 3220 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4052 3220 421 29 0 2867 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 16208

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 23976
/proc/meminfo: memFree=1432664/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16208 CPUtime=160.75
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3245 0 0 0 16073 2 0 0 25 0 1 0 23996271 16596992 3224 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267165 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4052 3224 421 29 0 2867 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 16208

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 23976
/proc/meminfo: memFree=1425176/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16208 CPUtime=220.18
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3269 0 0 0 22016 2 0 0 25 0 1 0 23996271 16596992 3248 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824145 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4052 3248 421 29 0 2867 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 16208

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 23976
/proc/meminfo: memFree=1417368/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16208 CPUtime=279.64
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3269 0 0 0 27962 2 0 0 25 0 1 0 23996271 16596992 3248 996147200 1448431616 1448550632 4294956208 18446744073709551615 134843647 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4052 3248 421 29 0 2867 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 16208

[startup+342.302 s]
/proc/loadavg: 1.96 1.98 2.00 3/82 24014
/proc/meminfo: memFree=1677544/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16208 CPUtime=339.33
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3269 0 0 0 33930 3 0 0 25 0 1 0 23996271 16596992 3248 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824169 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4052 3248 421 29 0 2867 0
Current children cumulated CPU time (s) 339.33
Current children cumulated vsize (KiB) 16208

[startup+402.302 s]
/proc/loadavg: 1.98 1.98 2.00 3/82 24014
/proc/meminfo: memFree=1677160/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16208 CPUtime=399.09
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3269 0 0 0 39906 3 0 0 25 0 1 0 23996271 16596992 3248 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4052 3248 421 29 0 2867 0
Current children cumulated CPU time (s) 399.09
Current children cumulated vsize (KiB) 16208

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 24014
/proc/meminfo: memFree=1677032/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16208 CPUtime=458.85
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3269 0 0 0 45882 3 0 0 25 0 1 0 23996271 16596992 3248 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4052 3248 421 29 0 2867 0
Current children cumulated CPU time (s) 458.85
Current children cumulated vsize (KiB) 16208

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 24014
/proc/meminfo: memFree=1677032/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=518.61
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3275 0 0 0 51858 3 0 0 25 0 1 0 23996271 16732160 3254 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3254 421 29 0 2900 0
Current children cumulated CPU time (s) 518.61
Current children cumulated vsize (KiB) 16340

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 24014
/proc/meminfo: memFree=1677032/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=578.37
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3276 0 0 0 57834 3 0 0 25 0 1 0 23996271 16732160 3255 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824169 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3255 421 29 0 2900 0
Current children cumulated CPU time (s) 578.37
Current children cumulated vsize (KiB) 16340

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/82 24014
/proc/meminfo: memFree=1677032/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=638.13
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3281 0 0 0 63810 3 0 0 25 0 1 0 23996271 16732160 3260 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3260 421 29 0 2900 0
Current children cumulated CPU time (s) 638.13
Current children cumulated vsize (KiB) 16340

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 24014
/proc/meminfo: memFree=1676712/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=877.15
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3288 0 0 0 87712 3 0 0 25 0 1 0 23996271 16732160 3267 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3267 421 29 0 2900 0
Current children cumulated CPU time (s) 877.15
Current children cumulated vsize (KiB) 16340

[startup+942.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 24014
/proc/meminfo: memFree=1676520/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=936.91
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3288 0 0 0 93688 3 0 0 25 0 1 0 23996271 16732160 3267 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3267 421 29 0 2900 0
Current children cumulated CPU time (s) 936.91
Current children cumulated vsize (KiB) 16340

[startup+1002.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/82 24014
/proc/meminfo: memFree=1676584/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=996.68
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3290 0 0 0 99664 4 0 0 25 0 1 0 23996271 16732160 3269 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3269 421 29 0 2900 0
Current children cumulated CPU time (s) 996.68
Current children cumulated vsize (KiB) 16340

[startup+1062.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/82 24014
/proc/meminfo: memFree=1676520/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1056.44
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3290 0 0 0 105640 4 0 0 25 0 1 0 23996271 16732160 3269 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161275 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3269 421 29 0 2900 0
Current children cumulated CPU time (s) 1056.44
Current children cumulated vsize (KiB) 16340

[startup+1122.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/82 24014
/proc/meminfo: memFree=1676520/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1116.2
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3291 0 0 0 111616 4 0 0 25 0 1 0 23996271 16732160 3270 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259360 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3270 421 29 0 2900 0
Current children cumulated CPU time (s) 1116.2
Current children cumulated vsize (KiB) 16340

[startup+1182.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/82 24014
/proc/meminfo: memFree=1676520/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1175.96
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3291 0 0 0 117592 4 0 0 25 0 1 0 23996271 16732160 3270 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3270 421 29 0 2900 0
Current children cumulated CPU time (s) 1175.96
Current children cumulated vsize (KiB) 16340

[startup+1242.3 s]
/proc/loadavg: 2.20 2.08 2.01 3/82 24014
/proc/meminfo: memFree=1676328/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1235.71
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3291 0 0 0 123567 4 0 0 25 0 1 0 23996271 16732160 3270 996147200 1448431616 1448550632 4294956208 18446744073709551615 135219941 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3270 421 29 0 2900 0
Current children cumulated CPU time (s) 1235.71
Current children cumulated vsize (KiB) 16340

[startup+1302.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/82 24014
/proc/meminfo: memFree=1676264/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1295.48
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3292 0 0 0 129544 4 0 0 25 0 1 0 23996271 16732160 3271 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3271 421 29 0 2900 0
Current children cumulated CPU time (s) 1295.48
Current children cumulated vsize (KiB) 16340

[startup+1362.3 s]
/proc/loadavg: 2.19 2.10 2.02 3/82 24016
/proc/meminfo: memFree=1676136/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1355.23
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3292 0 0 0 135519 4 0 0 25 0 1 0 23996271 16732160 3271 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215894 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3271 421 29 0 2900 0
Current children cumulated CPU time (s) 1355.23
Current children cumulated vsize (KiB) 16340

[startup+1422.31 s]
/proc/loadavg: 2.18 2.11 2.02 3/82 24016
/proc/meminfo: memFree=1676136/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1414.99
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3292 0 0 0 141495 4 0 0 25 0 1 0 23996271 16732160 3271 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3271 421 29 0 2900 0
Current children cumulated CPU time (s) 1414.99
Current children cumulated vsize (KiB) 16340

[startup+1482.3 s]
/proc/loadavg: 2.24 2.13 2.03 3/82 24016
/proc/meminfo: memFree=1676136/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1474.75
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3292 0 0 0 147471 4 0 0 25 0 1 0 23996271 16732160 3271 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3271 421 29 0 2900 0
Current children cumulated CPU time (s) 1474.75
Current children cumulated vsize (KiB) 16340

[startup+1542.3 s]
/proc/loadavg: 2.19 2.14 2.04 3/82 24016
/proc/meminfo: memFree=1676072/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1534.51
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3293 0 0 0 153447 4 0 0 25 0 1 0 23996271 16732160 3272 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172204 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3272 421 29 0 2900 0
Current children cumulated CPU time (s) 1534.51
Current children cumulated vsize (KiB) 16340

[startup+1602.3 s]
/proc/loadavg: 2.11 2.12 2.03 3/82 24016
/proc/meminfo: memFree=1676008/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1594.27
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3293 0 0 0 159423 4 0 0 25 0 1 0 23996271 16732160 3272 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3272 421 29 0 2900 0
Current children cumulated CPU time (s) 1594.27
Current children cumulated vsize (KiB) 16340

[startup+1662.3 s]
/proc/loadavg: 2.12 2.13 2.04 3/82 24016
/proc/meminfo: memFree=1676072/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1654.02
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3300 0 0 0 165398 4 0 0 25 0 1 0 23996271 16732160 3279 996147200 1448431616 1448550632 4294956208 18446744073709551615 135219970 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3279 421 29 0 2900 0
Current children cumulated CPU time (s) 1654.02
Current children cumulated vsize (KiB) 16340

[startup+1722.3 s]
/proc/loadavg: 2.04 2.10 2.03 3/82 24016
/proc/meminfo: memFree=1676072/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1713.79
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3300 0 0 0 171375 4 0 0 25 0 1 0 23996271 16732160 3279 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3279 421 29 0 2900 0
Current children cumulated CPU time (s) 1713.79
Current children cumulated vsize (KiB) 16340

[startup+1782.3 s]
/proc/loadavg: 2.01 2.08 2.03 3/82 24016
/proc/meminfo: memFree=1675880/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1773.54
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3300 0 0 0 177350 4 0 0 25 0 1 0 23996271 16732160 3279 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897000 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3279 421 29 0 2900 0
Current children cumulated CPU time (s) 1773.54
Current children cumulated vsize (KiB) 16340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.01 2.07 2.03 3/82 24016
/proc/meminfo: memFree=1675944/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1800.04
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3300 0 0 0 180000 4 0 0 25 0 1 0 23996271 16732160 3279 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3279 421 29 0 2900 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 16340

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

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

[startup+1808.9 s]
/proc/loadavg: 2.01 2.07 2.03 3/82 24016
/proc/meminfo: memFree=1675944/2055920 swapFree=4192812/4192956
[pid=23975] ppid=23973 vsize=16340 CPUtime=1800.04
/proc/23975/stat : 23975 (ld-linux.so.2) R 23973 23975 23801 0 -1 4194304 3300 0 0 0 180000 4 0 0 25 0 1 0 23996271 16732160 3279 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23975/statm: 4085 3279 421 29 0 2900 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 16340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.91
CPU time (s): 1800.05
CPU user time (s): 1800
CPU system time (s): 0.051992
CPU usage (%): 99.5105
Max. virtual memory (cumulated for all children) (KiB): 16340

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

runsolver used 1.75173 second user time and 5.06223 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 05:28:37
IDJOB=2080203
IDBENCH=57026
IDSOLVER=769
FILE ID=node91/2080203-1247369316
PBS_JOBID= 9507146
Free space on /tmp= 66164 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-7.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080203-1247369316/watcher-2080203-1247369316 -o /tmp/evaluation-result-2080203-1247369316/solver-2080203-1247369316 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2080203-1247369316.xml

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

MD5SUM BENCH= 9fa8114a4ef63331bc87f29078ea148d
RANDOM SEED=1714738029

node91.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.241
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.241
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:       1444736 kB
Buffers:         34656 kB
Cached:         216740 kB
SwapCached:          0 kB
Active:         482344 kB
Inactive:        68416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         320636 kB
Slab:            44788 kB
Committed_AS:   519240 kB
PageTables:       2472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node91 at 2009-07-12 05:58:47