Trace number 2068818

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 1814.11

General information on the benchmark

Namecsp/tdsp/
normalized-C5-3-91.xml
MD5SUM9dd9a7613f57790269389339b38e48da
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 size92
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.09/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-2068818-1247348336/watcher-2068818-1247348336 -o /tmp/evaluation-result-2068818-1247348336/solver-2068818-1247348336 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2068818-1247348336.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.13 2.10 2.02 4/84 16782
/proc/meminfo: memFree=1167320/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=4804 CPUtime=0
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 180 0 0 0 0 0 0 0 19 0 1 0 21898242 4919296 161 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448530970 0 0 4096 0 0 0 0 17 0 0 0
/proc/16782/statm: 1201 161 136 29 0 16 0

[startup+0.0495391 s]
/proc/loadavg: 2.13 2.10 2.02 4/84 16782
/proc/meminfo: memFree=1167320/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=6660 CPUtime=0.03
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 896 0 0 0 3 0 0 0 19 0 1 0 21898242 6819840 875 996147200 1448431616 1448550632 4294956208 18446744073709551615 134688896 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 1665 875 382 29 0 480 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6660

[startup+0.101546 s]
/proc/loadavg: 2.13 2.10 2.02 4/84 16782
/proc/meminfo: memFree=1167320/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=9428 CPUtime=0.09
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 1532 0 0 0 8 1 0 0 19 0 1 0 21898242 9654272 1511 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 2357 1511 383 29 0 1172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9428

[startup+0.301571 s]
/proc/loadavg: 2.13 2.10 2.02 4/84 16782
/proc/meminfo: memFree=1167320/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=18172 CPUtime=0.29
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 3718 0 0 0 26 3 0 0 21 0 1 0 21898242 18608128 3697 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157387302 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 4543 3697 412 29 0 3358 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18172

[startup+0.70161 s]
/proc/loadavg: 2.13 2.10 2.02 4/84 16782
/proc/meminfo: memFree=1167320/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=43744 CPUtime=0.69
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 9968 0 0 0 62 7 0 0 25 0 1 0 21898242 44793856 9947 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268080 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 10936 9947 433 29 0 9751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43744

[startup+1.5017 s]
/proc/loadavg: 2.13 2.10 2.02 3/85 16783
/proc/meminfo: memFree=1128912/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=43876 CPUtime=1.48
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10038 0 0 0 141 7 0 0 25 0 1 0 21898242 44929024 10017 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865233 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 10969 10017 433 29 0 9784 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43876

[startup+3.10288 s]
/proc/loadavg: 2.12 2.10 2.02 3/85 16783
/proc/meminfo: memFree=1128400/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44140 CPUtime=3.07
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10123 0 0 0 300 7 0 0 25 0 1 0 21898242 45199360 10102 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11035 10102 433 29 0 9850 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 44140

[startup+6.30123 s]
/proc/loadavg: 2.12 2.10 2.02 3/85 16783
/proc/meminfo: memFree=1142352/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44140 CPUtime=6.26
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10123 0 0 0 619 7 0 0 25 0 1 0 21898242 45199360 10102 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11035 10102 433 29 0 9850 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 44140

[startup+12.7029 s]
/proc/loadavg: 2.10 2.09 2.02 3/85 16783
/proc/meminfo: memFree=1144144/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44272 CPUtime=12.63
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10134 0 0 0 1256 7 0 0 25 0 1 0 21898242 45334528 10113 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865162 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11068 10113 433 29 0 9883 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 44272

[startup+25.5014 s]
/proc/loadavg: 2.16 2.10 2.03 3/86 16784
/proc/meminfo: memFree=1128008/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44784 CPUtime=25.37
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10170 0 0 0 2530 7 0 0 25 0 1 0 21898242 45858816 10149 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215871 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11196 10149 433 29 0 10011 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 44784

[startup+51.1012 s]
/proc/loadavg: 2.25 2.13 2.04 4/84 16824
/proc/meminfo: memFree=1403864/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=50.83
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10171 0 0 0 5075 8 0 0 25 0 1 0 21898242 45993984 10150 996147200 1448431616 1448550632 4294956208 18446744073709551615 135219941 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10150 433 29 0 10044 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 44916

[startup+102.307 s]
/proc/loadavg: 2.37 2.19 2.06 3/84 16824
/proc/meminfo: memFree=1388440/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=101.82
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10185 0 0 0 10174 8 0 0 25 0 1 0 21898242 45993984 10164 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10164 433 29 0 10044 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 44916

[startup+162.302 s]
/proc/loadavg: 2.45 2.26 2.09 3/84 16824
/proc/meminfo: memFree=1387160/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=161.57
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10187 0 0 0 16149 8 0 0 25 0 1 0 21898242 45993984 10166 996147200 1448431616 1448550632 4294956208 18446744073709551615 135160991 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10166 433 29 0 10044 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 44916

[startup+222.301 s]
/proc/loadavg: 2.54 2.32 2.12 4/84 16824
/proc/meminfo: memFree=1387032/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=221.32
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10201 0 0 0 22124 8 0 0 25 0 1 0 21898242 45993984 10180 996147200 1448431616 1448550632 4294956208 18446744073709551615 135220075 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10180 433 29 0 10044 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 44916

[startup+282.302 s]
/proc/loadavg: 2.65 2.38 2.15 4/84 16824
/proc/meminfo: memFree=1386968/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=281.07
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 28099 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824351 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (KiB) 44916

[startup+342.302 s]
/proc/loadavg: 2.75 2.46 2.19 4/84 16824
/proc/meminfo: memFree=1386968/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=340.82
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 34074 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865162 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 340.82
Current children cumulated vsize (KiB) 44916

[startup+402.301 s]
/proc/loadavg: 2.71 2.50 2.22 3/84 16824
/proc/meminfo: memFree=1386968/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=400.52
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 40044 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 400.52
Current children cumulated vsize (KiB) 44916

[startup+462.302 s]
/proc/loadavg: 2.61 2.51 2.24 3/84 16824
/proc/meminfo: memFree=1386840/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=459.99
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 45991 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 459.99
Current children cumulated vsize (KiB) 44916

[startup+522.302 s]
/proc/loadavg: 2.55 2.52 2.26 4/84 16824
/proc/meminfo: memFree=1386840/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=519.47
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 51939 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824196 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 519.47
Current children cumulated vsize (KiB) 44916

[startup+582.301 s]
/proc/loadavg: 2.56 2.54 2.28 3/84 16824
/proc/meminfo: memFree=1386776/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=578.95
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 57887 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842550 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 578.95
Current children cumulated vsize (KiB) 44916

[startup+642.301 s]
/proc/loadavg: 2.59 2.56 2.30 3/84 16824
/proc/meminfo: memFree=1386712/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=638.43
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 63835 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865244 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 638.43
Current children cumulated vsize (KiB) 44916

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 2.66 2.58 2.36 4/84 16826
/proc/meminfo: memFree=1386328/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=876.36
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 87628 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 876.36
Current children cumulated vsize (KiB) 44916

[startup+942.302 s]
/proc/loadavg: 2.59 2.57 2.37 4/84 16826
/proc/meminfo: memFree=1386328/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=935.83
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 93575 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 935.83
Current children cumulated vsize (KiB) 44916

[startup+1002.3 s]
/proc/loadavg: 2.57 2.58 2.38 3/84 16826
/proc/meminfo: memFree=1386200/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=995.31
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 99523 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865397 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 995.31
Current children cumulated vsize (KiB) 44916

[startup+1062.3 s]
/proc/loadavg: 2.82 2.64 2.41 4/84 16826
/proc/meminfo: memFree=1386200/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=44916 CPUtime=1054.8
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10203 0 0 0 105472 8 0 0 25 0 1 0 21898242 45993984 10182 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269021 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11229 10182 433 29 0 10044 0
Current children cumulated CPU time (s) 1054.8
Current children cumulated vsize (KiB) 44916

[startup+1122.3 s]
/proc/loadavg: 2.65 2.61 2.41 3/84 16826
/proc/meminfo: memFree=1385944/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45180 CPUtime=1114.27
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10251 0 0 0 111419 8 0 0 25 0 1 0 21898242 46264320 10230 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268093 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11295 10230 433 29 0 10110 0
Current children cumulated CPU time (s) 1114.27
Current children cumulated vsize (KiB) 45180

[startup+1182.3 s]
/proc/loadavg: 2.77 2.66 2.44 3/84 16826
/proc/meminfo: memFree=1385816/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45180 CPUtime=1173.76
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10269 0 0 0 117368 8 0 0 25 0 1 0 21898242 46264320 10248 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11295 10248 433 29 0 10110 0
Current children cumulated CPU time (s) 1173.76
Current children cumulated vsize (KiB) 45180

[startup+1242.3 s]
/proc/loadavg: 2.62 2.64 2.45 3/84 16826
/proc/meminfo: memFree=1385496/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45180 CPUtime=1233.23
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10269 0 0 0 123315 8 0 0 25 0 1 0 21898242 46264320 10248 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215908 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11295 10248 433 29 0 10110 0
Current children cumulated CPU time (s) 1233.23
Current children cumulated vsize (KiB) 45180

[startup+1302.3 s]
/proc/loadavg: 2.61 2.63 2.46 4/84 16826
/proc/meminfo: memFree=1385432/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45312 CPUtime=1292.7
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10277 0 0 0 129262 8 0 0 25 0 1 0 21898242 46399488 10256 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865152 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11328 10256 433 29 0 10143 0
Current children cumulated CPU time (s) 1292.7
Current children cumulated vsize (KiB) 45312

[startup+1362.3 s]
/proc/loadavg: 2.63 2.64 2.47 4/84 16832
/proc/meminfo: memFree=1385112/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45312 CPUtime=1352.16
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10279 0 0 0 135207 9 0 0 25 0 1 0 21898242 46399488 10258 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172204 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11328 10258 433 29 0 10143 0
Current children cumulated CPU time (s) 1352.16
Current children cumulated vsize (KiB) 45312

[startup+1422.31 s]
/proc/loadavg: 2.81 2.68 2.49 3/84 16832
/proc/meminfo: memFree=1385112/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45312 CPUtime=1411.65
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10279 0 0 0 141156 9 0 0 25 0 1 0 21898242 46399488 10258 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11328 10258 433 29 0 10143 0
Current children cumulated CPU time (s) 1411.65
Current children cumulated vsize (KiB) 45312

[startup+1482.3 s]
/proc/loadavg: 2.90 2.72 2.51 3/84 16832
/proc/meminfo: memFree=1384984/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45444 CPUtime=1471.12
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10335 0 0 0 147103 9 0 0 25 0 1 0 21898242 46534656 10314 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829017 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11361 10314 433 29 0 10176 0
Current children cumulated CPU time (s) 1471.12
Current children cumulated vsize (KiB) 45444

[startup+1542.3 s]
/proc/loadavg: 2.85 2.73 2.53 4/84 16832
/proc/meminfo: memFree=1384856/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45576 CPUtime=1530.59
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10352 0 0 0 153050 9 0 0 25 0 1 0 21898242 46669824 10331 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865011 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11394 10331 433 29 0 10209 0
Current children cumulated CPU time (s) 1530.59
Current children cumulated vsize (KiB) 45576

[startup+1602.3 s]
/proc/loadavg: 2.65 2.69 2.52 4/84 16832
/proc/meminfo: memFree=1384792/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45576 CPUtime=1590.07
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10359 0 0 0 158998 9 0 0 25 0 1 0 21898242 46669824 10338 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11394 10338 433 29 0 10209 0
Current children cumulated CPU time (s) 1590.07
Current children cumulated vsize (KiB) 45576

[startup+1662.3 s]
/proc/loadavg: 2.88 2.74 2.55 4/84 16832
/proc/meminfo: memFree=1384728/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45576 CPUtime=1649.54
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10368 0 0 0 164945 9 0 0 25 0 1 0 21898242 46669824 10347 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11394 10347 433 29 0 10209 0
Current children cumulated CPU time (s) 1649.54
Current children cumulated vsize (KiB) 45576

[startup+1722.3 s]
/proc/loadavg: 2.71 2.72 2.55 3/84 16832
/proc/meminfo: memFree=1384728/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45576 CPUtime=1709.01
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10368 0 0 0 170892 9 0 0 25 0 1 0 21898242 46669824 10347 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864831 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11394 10347 433 29 0 10209 0
Current children cumulated CPU time (s) 1709.01
Current children cumulated vsize (KiB) 45576

[startup+1782.3 s]
/proc/loadavg: 2.67 2.70 2.55 4/84 16832
/proc/meminfo: memFree=1384536/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45708 CPUtime=1768.48
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10382 0 0 0 176839 9 0 0 25 0 1 0 21898242 46804992 10361 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11427 10361 433 29 0 10242 0
Current children cumulated CPU time (s) 1768.48
Current children cumulated vsize (KiB) 45708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 2.68 2.69 2.55 3/84 16832
/proc/meminfo: memFree=1384472/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45708 CPUtime=1800
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10401 0 0 0 179991 9 0 0 25 0 1 0 21898242 46804992 10380 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267165 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11427 10380 433 29 0 10242 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 45708

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

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

[startup+1814.1 s]
/proc/loadavg: 2.68 2.69 2.55 3/84 16832
/proc/meminfo: memFree=1384472/2055920 swapFree=4192812/4192956
[pid=16782] ppid=16780 vsize=45708 CPUtime=1800
/proc/16782/stat : 16782 (ld-linux.so.2) R 16780 16782 15352 0 -1 4194304 10401 0 0 0 179991 9 0 0 25 0 1 0 21898242 46804992 10380 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267165 0 0 4096 0 0 0 0 17 1 0 0
/proc/16782/statm: 11427 10380 433 29 0 10242 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 45708

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.11
CPU time (s): 1800.02
CPU user time (s): 1799.92
CPU system time (s): 0.099984
CPU usage (%): 99.2229
Max. virtual memory (cumulated for all children) (KiB): 45708

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

runsolver used 1.78673 second user time and 5.20321 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-11 23:38:56
IDJOB=2068818
IDBENCH=54939
IDSOLVER=769
FILE ID=node91/2068818-1247348336
PBS_JOBID= 9506778
Free space on /tmp= 66112 MiB

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

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

MD5SUM BENCH= 9dd9a7613f57790269389339b38e48da
RANDOM SEED=219052346

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:       1167736 kB
Buffers:         23948 kB
Cached:          89408 kB
SwapCached:          0 kB
Active:         799440 kB
Inactive:        32844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1167736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:         734596 kB
Slab:            37488 kB
Committed_AS:   868924 kB
PageTables:       5336 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= 66112 MiB
End job on node91 at 2009-07-12 00:09:12