Trace number 2068851

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 1808.15

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-240.xml
MD5SUMd28497c4d2e2b68c6bf6783191da2ccc
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 variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
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-2068851-1247348564/watcher-2068851-1247348564 -o /tmp/evaluation-result-2068851-1247348564/solver-2068851-1247348564 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2068851-1247348564.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.01 2.05 2.02 3/73 16322
/proc/meminfo: memFree=1887000/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=2224 CPUtime=0
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 21919014 2277376 33 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448524651 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 556 33 25 29 0 4 0

[startup+0.00957804 s]
/proc/loadavg: 2.01 2.05 2.02 3/73 16322
/proc/meminfo: memFree=1887000/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=4804 CPUtime=0
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 21919014 4919296 165 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448480482 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 1201 165 140 29 0 16 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4804

[startup+0.101598 s]
/proc/loadavg: 2.01 2.05 2.02 3/73 16322
/proc/meminfo: memFree=1887000/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=9028 CPUtime=0.08
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 1456 0 0 0 8 0 0 0 18 0 1 0 21919014 9244672 1436 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 2257 1436 383 29 0 1072 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9028

[startup+0.301618 s]
/proc/loadavg: 2.01 2.05 2.02 3/73 16322
/proc/meminfo: memFree=1887000/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=18788 CPUtime=0.28
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 3887 0 0 0 26 2 0 0 19 0 1 0 21919014 19238912 3866 996147200 1448431616 1448550632 4294956208 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 4697 3867 383 29 0 3512 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18788

[startup+0.701664 s]
/proc/loadavg: 2.01 2.05 2.02 3/73 16322
/proc/meminfo: memFree=1887000/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=38672 CPUtime=0.69
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 8630 0 0 0 63 6 0 0 23 0 1 0 21919014 39600128 8609 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 9668 8610 383 29 0 8483 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38672

[startup+1.50176 s]
/proc/loadavg: 2.01 2.05 2.02 3/74 16323
/proc/meminfo: memFree=1839952/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=71508 CPUtime=1.48
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 17091 0 0 0 136 12 0 0 25 0 1 0 21919014 73224192 17070 996147200 1448431616 1448550632 4294956208 18446744073709551615 134952992 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 17877 17070 387 29 0 16692 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 71508

[startup+3.10294 s]
/proc/loadavg: 2.01 2.05 2.02 3/74 16323
/proc/meminfo: memFree=1785680/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=260612 CPUtime=3.08
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 63404 0 0 0 273 35 0 0 25 0 1 0 21919014 266866688 63383 996147200 1448431616 1448550632 4294956208 18446744073709551615 134823861 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 65153 63383 429 29 0 63968 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 260612

[startup+6.3013 s]
/proc/loadavg: 2.01 2.05 2.01 3/74 16323
/proc/meminfo: memFree=1630352/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=266284 CPUtime=6.26
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 64406 0 0 0 591 35 0 0 25 0 1 0 21919014 272674816 64382 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 66571 64382 433 29 0 65386 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 266284

[startup+12.702 s]
/proc/loadavg: 2.01 2.05 2.01 3/74 16323
/proc/meminfo: memFree=1630168/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=266284 CPUtime=12.63
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 64407 0 0 0 1228 35 0 0 25 0 1 0 21919014 272674816 64383 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215941 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 66571 64383 433 29 0 65386 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 266284

[startup+25.5015 s]
/proc/loadavg: 2.00 2.05 2.01 3/74 16323
/proc/meminfo: memFree=1629016/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=267868 CPUtime=25.38
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 64771 0 0 0 2503 35 0 0 25 0 1 0 21919014 274296832 64747 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172204 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 66967 64747 433 29 0 65782 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 267868

[startup+51.1014 s]
/proc/loadavg: 2.00 2.04 2.01 3/74 16323
/proc/meminfo: memFree=1628504/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=268528 CPUtime=50.89
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 64948 0 0 0 5053 36 0 0 25 0 1 0 21919014 274972672 64924 996147200 1448431616 1448550632 4294956208 18446744073709551615 135220075 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67132 64924 433 29 0 65947 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 268528

[startup+102.306 s]
/proc/loadavg: 2.08 2.05 2.01 3/74 16323
/proc/meminfo: memFree=1627224/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=269320 CPUtime=101.88
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65181 0 0 0 10152 36 0 0 25 0 1 0 21919014 275783680 65157 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215941 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67330 65157 433 29 0 66145 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 269320

[startup+162.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/74 16323
/proc/meminfo: memFree=1625880/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=270112 CPUtime=161.63
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65496 0 0 0 16127 36 0 0 25 0 1 0 21919014 276594688 65472 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67528 65472 433 29 0 66343 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 270112

[startup+222.302 s]
/proc/loadavg: 2.18 2.08 2.02 3/74 16323
/proc/meminfo: memFree=1625688/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=270244 CPUtime=221.38
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65529 0 0 0 22102 36 0 0 25 0 1 0 21919014 276729856 65505 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215900 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67561 65505 433 29 0 66376 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 270244

[startup+282.302 s]
/proc/loadavg: 2.13 2.08 2.01 3/74 16323
/proc/meminfo: memFree=1625432/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=270376 CPUtime=281.15
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65591 0 0 0 28078 37 0 0 25 0 1 0 21919014 276865024 65567 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67594 65567 433 29 0 66409 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 270376

[startup+342.301 s]
/proc/loadavg: 2.10 2.08 2.01 3/74 16323
/proc/meminfo: memFree=1625304/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=270640 CPUtime=340.91
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65628 0 0 0 34054 37 0 0 25 0 1 0 21919014 277135360 65604 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67660 65604 433 29 0 66475 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 270640

[startup+402.301 s]
/proc/loadavg: 2.09 2.07 2.01 3/74 16323
/proc/meminfo: memFree=1625240/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=270640 CPUtime=400.67
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65634 0 0 0 40030 37 0 0 25 0 1 0 21919014 277135360 65610 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842629 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67660 65610 433 29 0 66475 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 270640

[startup+462.301 s]
/proc/loadavg: 2.08 2.07 2.01 3/74 16323
/proc/meminfo: memFree=1625112/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=270640 CPUtime=460.42
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65640 0 0 0 46005 37 0 0 25 0 1 0 21919014 277135360 65616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865162 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67660 65616 433 29 0 66475 0
Current children cumulated CPU time (s) 460.42
Current children cumulated vsize (KiB) 270640

[startup+522.302 s]
/proc/loadavg: 2.07 2.07 2.01 3/74 16325
/proc/meminfo: memFree=1624600/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=270640 CPUtime=520.17
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65640 0 0 0 51980 37 0 0 25 0 1 0 21919014 277135360 65616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865162 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67660 65616 433 29 0 66475 0
Current children cumulated CPU time (s) 520.17
Current children cumulated vsize (KiB) 270640

[startup+582.302 s]
/proc/loadavg: 2.07 2.07 2.01 3/74 16325
/proc/meminfo: memFree=1624536/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=270640 CPUtime=579.92
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65640 0 0 0 57955 37 0 0 25 0 1 0 21919014 277135360 65616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215894 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67660 65616 433 29 0 66475 0
Current children cumulated CPU time (s) 579.92
Current children cumulated vsize (KiB) 270640

[startup+642.302 s]
/proc/loadavg: 2.06 2.07 2.01 3/74 16325
/proc/meminfo: memFree=1624472/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=270640 CPUtime=639.7
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65640 0 0 0 63932 38 0 0 25 0 1 0 21919014 277135360 65616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268750 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67660 65616 433 29 0 66475 0
Current children cumulated CPU time (s) 639.7
Current children cumulated vsize (KiB) 270640

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.12 2.08 2.02 3/75 16326
/proc/meminfo: memFree=1623376/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271564 CPUtime=818.96
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65868 0 0 0 81858 38 0 0 25 0 1 0 21919014 278081536 65844 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67891 65844 433 29 0 66706 0
Current children cumulated CPU time (s) 818.96
Current children cumulated vsize (KiB) 271564

[startup+882.302 s]
/proc/loadavg: 2.11 2.08 2.02 3/75 16326
/proc/meminfo: memFree=1623376/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271564 CPUtime=878.7
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65868 0 0 0 87832 38 0 0 25 0 1 0 21919014 278081536 65844 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172204 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67891 65844 433 29 0 66706 0
Current children cumulated CPU time (s) 878.7
Current children cumulated vsize (KiB) 271564

[startup+942.302 s]
/proc/loadavg: 2.10 2.08 2.01 3/75 16326
/proc/meminfo: memFree=1623312/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271564 CPUtime=938.46
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65874 0 0 0 93808 38 0 0 25 0 1 0 21919014 278081536 65850 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842458 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67891 65850 433 29 0 66706 0
Current children cumulated CPU time (s) 938.46
Current children cumulated vsize (KiB) 271564

[startup+1002.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/75 16326
/proc/meminfo: memFree=1623056/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271564 CPUtime=998.21
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65874 0 0 0 99783 38 0 0 25 0 1 0 21919014 278081536 65850 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67891 65850 433 29 0 66706 0
Current children cumulated CPU time (s) 998.21
Current children cumulated vsize (KiB) 271564

[startup+1062.3 s]
/proc/loadavg: 2.08 2.08 2.01 3/75 16326
/proc/meminfo: memFree=1623056/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271564 CPUtime=1057.96
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65874 0 0 0 105758 38 0 0 25 0 1 0 21919014 278081536 65850 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839816 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67891 65850 433 29 0 66706 0
Current children cumulated CPU time (s) 1057.96
Current children cumulated vsize (KiB) 271564

[startup+1122.3 s]
/proc/loadavg: 2.08 2.08 2.01 3/75 16332
/proc/meminfo: memFree=1622608/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271564 CPUtime=1117.71
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65874 0 0 0 111733 38 0 0 25 0 1 0 21919014 278081536 65850 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67891 65850 433 29 0 66706 0
Current children cumulated CPU time (s) 1117.71
Current children cumulated vsize (KiB) 271564

[startup+1182.3 s]
/proc/loadavg: 2.07 2.08 2.01 3/76 16333
/proc/meminfo: memFree=1622600/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271564 CPUtime=1177.47
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65874 0 0 0 117708 39 0 0 25 0 1 0 21919014 278081536 65850 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67891 65850 433 29 0 66706 0
Current children cumulated CPU time (s) 1177.47
Current children cumulated vsize (KiB) 271564

[startup+1242.3 s]
/proc/loadavg: 2.07 2.08 2.01 3/76 16333
/proc/meminfo: memFree=1622536/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271564 CPUtime=1237.23
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65888 0 0 0 123684 39 0 0 25 0 1 0 21919014 278081536 65864 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824169 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67891 65864 433 29 0 66706 0
Current children cumulated CPU time (s) 1237.23
Current children cumulated vsize (KiB) 271564

[startup+1302.3 s]
/proc/loadavg: 2.22 2.12 2.03 3/76 16333
/proc/meminfo: memFree=1622536/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271564 CPUtime=1296.98
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65888 0 0 0 129659 39 0 0 25 0 1 0 21919014 278081536 65864 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67891 65864 433 29 0 66706 0
Current children cumulated CPU time (s) 1296.98
Current children cumulated vsize (KiB) 271564

[startup+1362.3 s]
/proc/loadavg: 2.29 2.17 2.05 3/77 16334
/proc/meminfo: memFree=1622464/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271696 CPUtime=1356.74
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65894 0 0 0 135635 39 0 0 25 0 1 0 21919014 278216704 65870 996147200 1448431616 1448550632 4294956208 18446744073709551615 135220075 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67924 65870 433 29 0 66739 0
Current children cumulated CPU time (s) 1356.74
Current children cumulated vsize (KiB) 271696

[startup+1422.31 s]
/proc/loadavg: 2.32 2.19 2.06 3/77 16334
/proc/meminfo: memFree=1622400/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271696 CPUtime=1416.47
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65894 0 0 0 141608 39 0 0 25 0 1 0 21919014 278216704 65870 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865087 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67924 65870 433 29 0 66739 0
Current children cumulated CPU time (s) 1416.47
Current children cumulated vsize (KiB) 271696

[startup+1482.3 s]
/proc/loadavg: 2.37 2.23 2.09 3/77 16334
/proc/meminfo: memFree=1622400/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271696 CPUtime=1476.19
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65894 0 0 0 147580 39 0 0 25 0 1 0 21919014 278216704 65870 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67924 65870 433 29 0 66739 0
Current children cumulated CPU time (s) 1476.19
Current children cumulated vsize (KiB) 271696

[startup+1542.3 s]
/proc/loadavg: 2.30 2.23 2.09 3/77 16334
/proc/meminfo: memFree=1622208/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271696 CPUtime=1535.91
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65918 0 0 0 153552 39 0 0 25 0 1 0 21919014 278216704 65894 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 67924 65894 433 29 0 66739 0
Current children cumulated CPU time (s) 1535.91
Current children cumulated vsize (KiB) 271696

[startup+1602.3 s]
/proc/loadavg: 2.05 2.19 2.08 3/83 16416
/proc/meminfo: memFree=1627976/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=271960 CPUtime=1595.59
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 65987 0 0 0 159519 40 0 0 25 0 1 0 21919014 278487040 65963 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268108 0 0 4096 0 0 0 0 17 1 0 0
/proc/16322/statm: 67990 65963 433 29 0 66805 0
Current children cumulated CPU time (s) 1595.59
Current children cumulated vsize (KiB) 271960

[startup+1662.3 s]
/proc/loadavg: 2.06 2.16 2.08 3/83 16416
/proc/meminfo: memFree=731160/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=272092 CPUtime=1655.25
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 66020 0 0 0 165468 57 0 0 25 0 1 0 21919014 278622208 65996 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 68023 65996 433 29 0 66838 0
Current children cumulated CPU time (s) 1655.25
Current children cumulated vsize (KiB) 272092

[startup+1722.3 s]
/proc/loadavg: 2.39 2.24 2.11 3/83 16416
/proc/meminfo: memFree=16216/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=272224 CPUtime=1714.86
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 66029 0 0 0 171410 76 0 0 25 0 1 0 21919014 278757376 66005 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268093 0 0 4096 0 0 0 0 17 0 0 0
/proc/16322/statm: 68056 66005 433 29 0 66871 0
Current children cumulated CPU time (s) 1714.86
Current children cumulated vsize (KiB) 272224

[startup+1782.3 s]
/proc/loadavg: 2.54 2.30 2.14 2/83 16416
/proc/meminfo: memFree=16088/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=272224 CPUtime=1774.24
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 66041 0 0 0 177330 94 0 0 25 0 1 0 21919014 278757376 66017 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215941 0 0 4096 0 0 0 0 17 1 0 0
/proc/16322/statm: 68056 66017 433 29 0 66871 0
Current children cumulated CPU time (s) 1774.24
Current children cumulated vsize (KiB) 272224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.70 2.35 2.16 2/83 16416
/proc/meminfo: memFree=16216/2055920 swapFree=4191904/4192956
[pid=16322] ppid=16320 vsize=272224 CPUtime=1800.01
/proc/16322/stat : 16322 (ld-linux.so.2) R 16320 16322 14095 0 -1 4194304 66041 0 0 0 179900 101 0 0 25 0 1 0 21919014 278757376 66017 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 1 0 0
/proc/16322/statm: 68056 66017 433 29 0 66871 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 272224

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): 1808.15
CPU time (s): 1800.06
CPU user time (s): 1799
CPU system time (s): 1.05784
CPU usage (%): 99.5528
Max. virtual memory (cumulated for all children) (KiB): 272224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.05784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 27744

runsolver used 1.80073 second user time and 4.90325 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-11 23:42:44
IDJOB=2068851
IDBENCH=54942
IDSOLVER=769
FILE ID=node63/2068851-1247348564
PBS_JOBID= 9506777
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= d28497c4d2e2b68c6bf6783191da2ccc
RANDOM SEED=1004948993

node63.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.232
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.232
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:       1887480 kB
Buffers:          7928 kB
Cached:          68404 kB
SwapCached:         32 kB
Active:          97260 kB
Inactive:        23288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887480 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            4456 kB
Writeback:           0 kB
Mapped:          54604 kB
Slab:            33060 kB
Committed_AS:   240676 kB
PageTables:       1892 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= 63232 MiB
End job on node63 at 2009-07-12 00:12:55