Trace number 2068950

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.02 1809.11

General information on the benchmark

Namecsp/tdsp/
normalized-C5-1-90.xml
MD5SUM201be1397216eda1a01a388a4af9416b
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 variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
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-2068950-1247349065/watcher-2068950-1247349065 -o /tmp/evaluation-result-2068950-1247349065/solver-2068950-1247349065 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2068950-1247349065.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.14 2.10 4/84 16739
/proc/meminfo: memFree=747688/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=18576 CPUtime=0
/proc/16739/stat : 16739 (runsolver) R 16737 16739 16702 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 21971949 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16739/statm: 4644 284 249 26 0 2626 0

[startup+0.0777461 s]
/proc/loadavg: 1.95 2.14 2.10 4/84 16739
/proc/meminfo: memFree=747688/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=8112 CPUtime=0.06
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 1248 0 0 0 6 0 0 0 21 0 1 0 21971949 8306688 1227 996147200 1448431616 1448550632 4294956208 18446744073709551615 134688924 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 2028 1227 382 29 0 843 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8112

[startup+0.101748 s]
/proc/loadavg: 1.95 2.14 2.10 4/84 16739
/proc/meminfo: memFree=747688/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=9428 CPUtime=0.08
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 1558 0 0 0 8 0 0 0 21 0 1 0 21971949 9654272 1537 996147200 1448431616 1448550632 4294956208 18446744073709551615 134697947 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 2357 1537 383 29 0 1172 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9428

[startup+0.301774 s]
/proc/loadavg: 1.95 2.14 2.10 4/84 16739
/proc/meminfo: memFree=747688/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=22528 CPUtime=0.28
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 4819 0 0 0 26 2 0 0 23 0 1 0 21971949 23068672 4798 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159125073 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 5632 4798 412 29 0 4447 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 22528

[startup+0.701818 s]
/proc/loadavg: 1.95 2.14 2.10 4/84 16739
/proc/meminfo: memFree=747688/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43460 CPUtime=0.68
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 9928 0 0 0 64 4 0 0 25 0 1 0 21971949 44503040 9907 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 10865 9907 433 29 0 9680 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43460

[startup+1.50191 s]
/proc/loadavg: 1.95 2.14 2.10 5/85 16740
/proc/meminfo: memFree=709672/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43592 CPUtime=1.47
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 9947 0 0 0 143 4 0 0 25 0 1 0 21971949 44638208 9926 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267149 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 10898 9926 433 29 0 9713 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 43592

[startup+3.10109 s]
/proc/loadavg: 1.95 2.14 2.10 3/85 16740
/proc/meminfo: memFree=709224/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43856 CPUtime=3.06
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10021 0 0 0 302 4 0 0 25 0 1 0 21971949 44908544 10000 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829017 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 10964 10000 433 29 0 9779 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 43856

[startup+6.30145 s]
/proc/loadavg: 1.95 2.14 2.09 4/85 16740
/proc/meminfo: memFree=709096/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43856 CPUtime=6.23
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10046 0 0 0 619 4 0 0 25 0 1 0 21971949 44908544 10025 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865166 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 10964 10025 433 29 0 9779 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 43856

[startup+12.7013 s]
/proc/loadavg: 1.96 2.13 2.09 3/85 16740
/proc/meminfo: memFree=709032/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43856 CPUtime=12.6
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10051 0 0 0 1256 4 0 0 25 0 1 0 21971949 44908544 10030 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215889 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10964 10030 433 29 0 9779 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 43856

[startup+25.5018 s]
/proc/loadavg: 2.12 2.16 2.10 4/85 16740
/proc/meminfo: memFree=708968/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43856 CPUtime=25.3
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10051 0 0 0 2526 4 0 0 25 0 1 0 21971949 44908544 10030 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10964 10030 433 29 0 9779 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 43856

[startup+51.1017 s]
/proc/loadavg: 2.42 2.23 2.12 4/85 16740
/proc/meminfo: memFree=708904/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43856 CPUtime=50.68
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10051 0 0 0 5064 4 0 0 25 0 1 0 21971949 44908544 10030 996147200 1448431616 1448550632 4294956208 18446744073709551615 135210527 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10964 10030 433 29 0 9779 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 43856

[startup+102.305 s]
/proc/loadavg: 2.63 2.31 2.16 3/85 16740
/proc/meminfo: memFree=708648/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43856 CPUtime=101.44
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10051 0 0 0 10140 4 0 0 25 0 1 0 21971949 44908544 10030 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161284 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10964 10030 433 29 0 9779 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 43856

[startup+162.301 s]
/proc/loadavg: 2.66 2.39 2.19 3/85 16740
/proc/meminfo: memFree=708520/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43856 CPUtime=160.92
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10051 0 0 0 16088 4 0 0 25 0 1 0 21971949 44908544 10030 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839874 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10964 10030 433 29 0 9779 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 43856

[startup+222.301 s]
/proc/loadavg: 2.31 2.34 2.18 3/85 16740
/proc/meminfo: memFree=708520/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43988 CPUtime=220.4
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10052 0 0 0 22036 4 0 0 25 0 1 0 21971949 45043712 10031 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865126 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10997 10031 433 29 0 9812 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 43988

[startup+282.302 s]
/proc/loadavg: 2.11 2.28 2.17 3/85 16740
/proc/meminfo: memFree=708520/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43988 CPUtime=279.91
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10058 0 0 0 27986 5 0 0 25 0 1 0 21971949 45043712 10037 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865140 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10997 10037 433 29 0 9812 0
Current children cumulated CPU time (s) 279.91
Current children cumulated vsize (KiB) 43988

[startup+342.302 s]
/proc/loadavg: 2.12 2.24 2.16 4/85 16740
/proc/meminfo: memFree=708456/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43988 CPUtime=339.39
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10063 0 0 0 33934 5 0 0 25 0 1 0 21971949 45043712 10042 996147200 1448431616 1448550632 4294956208 18446744073709551615 134828992 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10997 10042 433 29 0 9812 0
Current children cumulated CPU time (s) 339.39
Current children cumulated vsize (KiB) 43988

[startup+402.302 s]
/proc/loadavg: 2.07 2.21 2.16 3/85 16740
/proc/meminfo: memFree=708392/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43988 CPUtime=398.87
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10063 0 0 0 39882 5 0 0 25 0 1 0 21971949 45043712 10042 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10997 10042 433 29 0 9812 0
Current children cumulated CPU time (s) 398.87
Current children cumulated vsize (KiB) 43988

[startup+462.301 s]
/proc/loadavg: 2.15 2.20 2.16 3/85 16740
/proc/meminfo: memFree=708392/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43988 CPUtime=458.35
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10063 0 0 0 45830 5 0 0 25 0 1 0 21971949 45043712 10042 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10997 10042 433 29 0 9812 0
Current children cumulated CPU time (s) 458.35
Current children cumulated vsize (KiB) 43988

[startup+522.301 s]
/proc/loadavg: 2.06 2.16 2.15 3/85 16740
/proc/meminfo: memFree=708264/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43988 CPUtime=517.83
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10065 0 0 0 51778 5 0 0 25 0 1 0 21971949 45043712 10044 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172275 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10997 10044 433 29 0 9812 0
Current children cumulated CPU time (s) 517.83
Current children cumulated vsize (KiB) 43988

[startup+582.302 s]
/proc/loadavg: 1.98 2.11 2.13 3/85 16839
/proc/meminfo: memFree=1247024/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43988 CPUtime=577.34
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10065 0 0 0 57729 5 0 0 25 0 1 0 21971949 45043712 10044 996147200 1448431616 1448550632 4294956208 18446744073709551615 135293474 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 10997 10044 433 29 0 9812 0
Current children cumulated CPU time (s) 577.34
Current children cumulated vsize (KiB) 43988

[startup+642.302 s]
/proc/loadavg: 2.03 2.10 2.12 3/85 16845
/proc/meminfo: memFree=1144112/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=43988 CPUtime=636.97
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10065 0 0 0 63692 5 0 0 25 0 1 0 21971949 45043712 10044 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839797 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 10997 10044 433 29 0 9812 0
Current children cumulated CPU time (s) 636.97
Current children cumulated vsize (KiB) 43988

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 2.13 2.16 2.13 3/85 16845
/proc/meminfo: memFree=752944/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44252 CPUtime=875.13
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10133 0 0 0 87507 6 0 0 25 0 1 0 21971949 45314048 10112 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824153 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11063 10112 433 29 0 9878 0
Current children cumulated CPU time (s) 875.13
Current children cumulated vsize (KiB) 44252

[startup+942.302 s]
/proc/loadavg: 2.15 2.17 2.14 4/85 16845
/proc/meminfo: memFree=690224/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44252 CPUtime=934.7
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10148 0 0 0 93464 6 0 0 25 0 1 0 21971949 45314048 10127 996147200 1448431616 1448550632 4294956208 18446744073709551615 135219941 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 11063 10127 433 29 0 9878 0
Current children cumulated CPU time (s) 934.7
Current children cumulated vsize (KiB) 44252

[startup+1002.3 s]
/proc/loadavg: 2.05 2.14 2.13 3/85 16845
/proc/meminfo: memFree=690288/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44252 CPUtime=994.32
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10150 0 0 0 99426 6 0 0 25 0 1 0 21971949 45314048 10129 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161635 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11063 10129 433 29 0 9878 0
Current children cumulated CPU time (s) 994.32
Current children cumulated vsize (KiB) 44252

[startup+1062.3 s]
/proc/loadavg: 2.07 2.12 2.12 3/85 16845
/proc/meminfo: memFree=690352/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44384 CPUtime=1054.3
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10174 0 0 0 105424 6 0 0 25 0 1 0 21971949 45449216 10153 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172204 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11096 10153 433 29 0 9911 0
Current children cumulated CPU time (s) 1054.3
Current children cumulated vsize (KiB) 44384

[startup+1122.3 s]
/proc/loadavg: 2.02 2.10 2.11 3/85 16845
/proc/meminfo: memFree=690352/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44384 CPUtime=1114.27
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10179 0 0 0 111421 6 0 0 25 0 1 0 21971949 45449216 10158 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161275 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11096 10158 433 29 0 9911 0
Current children cumulated CPU time (s) 1114.27
Current children cumulated vsize (KiB) 44384

[startup+1182.3 s]
/proc/loadavg: 2.23 2.13 2.11 4/84 16974
/proc/meminfo: memFree=1287264/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44384 CPUtime=1173.97
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10179 0 0 0 117390 7 0 0 25 0 1 0 21971949 45449216 10158 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 1 0 0
/proc/16739/statm: 11096 10158 433 29 0 9911 0
Current children cumulated CPU time (s) 1173.97
Current children cumulated vsize (KiB) 44384

[startup+1242.3 s]
/proc/loadavg: 2.51 2.20 2.13 3/84 16974
/proc/meminfo: memFree=1045024/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44516 CPUtime=1233.49
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10214 0 0 0 123341 8 0 0 25 0 1 0 21971949 45584384 10193 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11129 10193 433 29 0 9944 0
Current children cumulated CPU time (s) 1233.49
Current children cumulated vsize (KiB) 44516

[startup+1302.3 s]
/proc/loadavg: 3.27 2.48 2.23 3/84 16975
/proc/meminfo: memFree=900320/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1293.44
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10222 0 0 0 129333 11 0 0 25 0 1 0 21971949 45719552 10201 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865434 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10201 433 29 0 9977 0
Current children cumulated CPU time (s) 1293.44
Current children cumulated vsize (KiB) 44648

[startup+1362.3 s]
/proc/loadavg: 4.32 2.89 2.39 3/84 16975
/proc/meminfo: memFree=558560/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1353.41
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10230 0 0 0 135326 15 0 0 25 0 1 0 21971949 45719552 10209 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291445 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10209 433 29 0 9977 0
Current children cumulated CPU time (s) 1353.41
Current children cumulated vsize (KiB) 44648

[startup+1422.31 s]
/proc/loadavg: 4.33 3.17 2.51 3/84 16978
/proc/meminfo: memFree=364448/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1413.36
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10230 0 0 0 141318 18 0 0 25 0 1 0 21971949 45719552 10209 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824300 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10209 433 29 0 9977 0
Current children cumulated CPU time (s) 1413.36
Current children cumulated vsize (KiB) 44648

[startup+1482.3 s]
/proc/loadavg: 4.85 3.53 2.67 2/84 16978
/proc/meminfo: memFree=15840/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1473.32
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10239 0 0 0 147310 22 0 0 25 0 1 0 21971949 45719552 10218 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824196 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10218 433 29 0 9977 0
Current children cumulated CPU time (s) 1473.32
Current children cumulated vsize (KiB) 44648

[startup+1542.3 s]
/proc/loadavg: 5.19 3.87 2.84 2/84 16978
/proc/meminfo: memFree=20256/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1533.3
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10241 0 0 0 153306 24 0 0 25 0 1 0 21971949 45719552 10220 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864846 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10220 433 29 0 9977 0
Current children cumulated CPU time (s) 1533.3
Current children cumulated vsize (KiB) 44648

[startup+1602.3 s]
/proc/loadavg: 4.60 3.93 2.93 3/84 16980
/proc/meminfo: memFree=14880/2055920 swapFree=4192948/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1593.29
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10245 0 0 0 159303 26 0 0 25 0 1 0 21971949 45719552 10224 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267153 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10224 433 29 0 9977 0
Current children cumulated CPU time (s) 1593.29
Current children cumulated vsize (KiB) 44648

[startup+1662.3 s]
/proc/loadavg: 4.95 4.16 3.07 3/76 16982
/proc/meminfo: memFree=89184/2055920 swapFree=4192812/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1653.26
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10249 0 0 0 165297 29 0 0 25 0 1 0 21971949 45719552 10228 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842559 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10228 433 29 0 9977 0
Current children cumulated CPU time (s) 1653.26
Current children cumulated vsize (KiB) 44648

[startup+1722.3 s]
/proc/loadavg: 5.12 4.35 3.20 3/76 16982
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1713.24
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10249 0 0 0 171293 31 0 0 25 0 1 0 21971949 45719552 10228 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10228 433 29 0 9977 0
Current children cumulated CPU time (s) 1713.24
Current children cumulated vsize (KiB) 44648

[startup+1782.3 s]
/proc/loadavg: 4.65 4.38 3.28 3/76 16983
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1773.21
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10249 0 0 0 177288 33 0 0 25 0 1 0 21971949 45719552 10228 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10228 433 29 0 9977 0
Current children cumulated CPU time (s) 1773.21
Current children cumulated vsize (KiB) 44648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 4.38 4.34 3.29 3/76 16983
/proc/meminfo: memFree=15328/2055920 swapFree=4192812/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1800
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10249 0 0 0 179966 34 0 0 25 0 1 0 21971949 45719552 10228 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268093 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10228 433 29 0 9977 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 44648

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

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

[startup+1809.1 s]
/proc/loadavg: 4.38 4.34 3.29 3/76 16983
/proc/meminfo: memFree=15328/2055920 swapFree=4192812/4192956
[pid=16739] ppid=16737 vsize=44648 CPUtime=1800
/proc/16739/stat : 16739 (ld-linux.so.2) R 16737 16739 16702 0 -1 4194304 10249 0 0 0 179966 34 0 0 25 0 1 0 21971949 45719552 10228 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268093 0 0 4096 0 0 0 0 17 0 0 0
/proc/16739/statm: 11162 10228 433 29 0 9977 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 44648

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.11
CPU time (s): 1800.02
CPU user time (s): 1799.67
CPU system time (s): 0.352946
CPU usage (%): 99.4973
Max. virtual memory (cumulated for all children) (KiB): 44648

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

runsolver used 1.84772 second user time and 5.08223 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 23:51:06
IDJOB=2068950
IDBENCH=54961
IDSOLVER=769
FILE ID=node85/2068950-1247349065
PBS_JOBID= 9506889
Free space on /tmp= 126476 MiB

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

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

MD5SUM BENCH= 201be1397216eda1a01a388a4af9416b
RANDOM SEED=543087920

node85.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.220
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.220
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:        748168 kB
Buffers:         71068 kB
Cached:         458916 kB
SwapCached:          8 kB
Active:         754520 kB
Inactive:       476436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        748168 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:         716620 kB
Slab:            60692 kB
Committed_AS:   855856 kB
PageTables:       3084 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= 125052 MiB
End job on node85 at 2009-07-12 00:21:17