Trace number 2069324

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.09 1812.11

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-vpm2.xml
MD5SUMfc4079640d471aeb1ea32f85aac57e8a
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 variables2754
Number of constraints486
Maximum constraint arity84
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension486
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	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-2069324-1247350168/watcher-2069324-1247350168 -o /tmp/evaluation-result-2069324-1247350168/solver-2069324-1247350168 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2069324-1247350168.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.85 2.89 2.73 4/83 16227
/proc/meminfo: memFree=1304272/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=18576 CPUtime=0
/proc/16227/stat : 16227 (runsolver) R 16225 16227 15650 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22082419 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16227/statm: 4644 284 249 26 0 2626 0

[startup+0.035286 s]
/proc/loadavg: 2.85 2.89 2.73 4/83 16227
/proc/meminfo: memFree=1304272/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=5500 CPUtime=0.02
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 579 0 0 0 2 0 0 0 20 0 1 0 22082419 5632000 558 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 1375 558 362 29 0 190 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5500

[startup+0.101291 s]
/proc/loadavg: 2.85 2.89 2.73 4/83 16227
/proc/meminfo: memFree=1304272/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=7272 CPUtime=0.08
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 1029 0 0 0 8 0 0 0 20 0 1 0 22082419 7446528 1008 996147200 1448431616 1448550632 4294956208 18446744073709551615 135013277 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 1818 1008 378 29 0 633 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7272

[startup+0.301318 s]
/proc/loadavg: 2.85 2.89 2.73 4/83 16227
/proc/meminfo: memFree=1304272/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=25540 CPUtime=0.28
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5577 0 0 0 24 4 0 0 22 0 1 0 22082419 26152960 5556 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839766 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6385 5556 427 29 0 5200 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25540

[startup+0.701359 s]
/proc/loadavg: 2.85 2.89 2.73 4/83 16227
/proc/meminfo: memFree=1304272/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=26196 CPUtime=0.68
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5708 0 0 0 64 4 0 0 25 0 1 0 22082419 26824704 5687 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291765 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6549 5687 427 29 0 5364 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26196

[startup+1.50145 s]
/proc/loadavg: 2.85 2.89 2.73 3/84 16228
/proc/meminfo: memFree=1281096/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=26328 CPUtime=1.47
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5739 0 0 0 143 4 0 0 25 0 1 0 22082419 26959872 5718 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215994 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6582 5718 427 29 0 5397 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26328

[startup+3.10161 s]
/proc/loadavg: 2.85 2.89 2.73 4/84 16228
/proc/meminfo: memFree=1229768/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=26460 CPUtime=3.06
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5801 0 0 0 302 4 0 0 25 0 1 0 22082419 27095040 5780 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842636 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6615 5780 427 29 0 5430 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 26460

[startup+6.30196 s]
/proc/loadavg: 2.78 2.88 2.72 3/84 16228
/proc/meminfo: memFree=1233032/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=26460 CPUtime=6.24
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5802 0 0 0 620 4 0 0 25 0 1 0 22082419 27095040 5781 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839766 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6615 5781 427 29 0 5430 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 26460

[startup+12.7026 s]
/proc/loadavg: 2.72 2.86 2.72 4/84 16228
/proc/meminfo: memFree=1304080/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=26592 CPUtime=12.58
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5808 0 0 0 1254 4 0 0 25 0 1 0 22082419 27230208 5787 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839766 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6648 5787 427 29 0 5463 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 26592

[startup+25.502 s]
/proc/loadavg: 2.63 2.84 2.71 3/84 16228
/proc/meminfo: memFree=1230416/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=26592 CPUtime=25.26
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5809 0 0 0 2522 4 0 0 25 0 1 0 22082419 27230208 5788 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161256 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6648 5788 427 29 0 5463 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 26592

[startup+51.1017 s]
/proc/loadavg: 2.69 2.83 2.72 4/84 16228
/proc/meminfo: memFree=1375824/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=26592 CPUtime=50.64
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5811 0 0 0 5060 4 0 0 25 0 1 0 22082419 27230208 5790 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263072 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6648 5790 427 29 0 5463 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 26592

[startup+102.306 s]
/proc/loadavg: 2.49 2.76 2.70 4/84 16228
/proc/meminfo: memFree=1213008/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27112 CPUtime=101.39
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5917 0 0 0 10135 4 0 0 25 0 1 0 22082419 27762688 5896 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6778 5896 427 29 0 5593 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 27112

[startup+162.302 s]
/proc/loadavg: 2.39 2.68 2.67 3/84 16228
/proc/meminfo: memFree=1253264/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27112 CPUtime=160.86
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5917 0 0 0 16082 4 0 0 25 0 1 0 22082419 27762688 5896 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839888 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6778 5896 427 29 0 5593 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 27112

[startup+222.302 s]
/proc/loadavg: 2.34 2.61 2.65 4/84 16228
/proc/meminfo: memFree=1333328/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27112 CPUtime=220.35
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5917 0 0 0 22030 5 0 0 25 0 1 0 22082419 27762688 5896 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215894 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6778 5896 427 29 0 5593 0
Current children cumulated CPU time (s) 220.35
Current children cumulated vsize (KiB) 27112

[startup+282.301 s]
/proc/loadavg: 2.23 2.53 2.61 4/84 16228
/proc/meminfo: memFree=1202832/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27112 CPUtime=279.82
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5917 0 0 0 27977 5 0 0 25 0 1 0 22082419 27762688 5896 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839868 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6778 5896 427 29 0 5593 0
Current children cumulated CPU time (s) 279.82
Current children cumulated vsize (KiB) 27112

[startup+342.302 s]
/proc/loadavg: 2.42 2.53 2.61 3/84 16228
/proc/meminfo: memFree=1261136/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27112 CPUtime=339.3
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5927 0 0 0 33925 5 0 0 25 0 1 0 22082419 27762688 5906 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839910 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6778 5906 427 29 0 5593 0
Current children cumulated CPU time (s) 339.3
Current children cumulated vsize (KiB) 27112

[startup+402.302 s]
/proc/loadavg: 2.48 2.54 2.61 4/84 16228
/proc/meminfo: memFree=1448784/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=398.78
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5929 0 0 0 39873 5 0 0 25 0 1 0 22082419 27897856 5908 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842458 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6811 5908 427 29 0 5626 0
Current children cumulated CPU time (s) 398.78
Current children cumulated vsize (KiB) 27244

[startup+462.301 s]
/proc/loadavg: 2.40 2.50 2.59 4/84 16228
/proc/meminfo: memFree=1329232/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=458.25
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5931 0 0 0 45820 5 0 0 25 0 1 0 22082419 27897856 5910 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842601 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6811 5910 427 29 0 5626 0
Current children cumulated CPU time (s) 458.25
Current children cumulated vsize (KiB) 27244

[startup+522.302 s]
/proc/loadavg: 2.33 2.45 2.56 4/84 16228
/proc/meminfo: memFree=1231312/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=517.74
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5954 0 0 0 51769 5 0 0 25 0 1 0 22082419 27897856 5933 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267153 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6811 5933 427 29 0 5626 0
Current children cumulated CPU time (s) 517.74
Current children cumulated vsize (KiB) 27244

[startup+582.302 s]
/proc/loadavg: 2.36 2.43 2.54 3/84 16228
/proc/meminfo: memFree=1261840/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=577.21
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5955 0 0 0 57715 6 0 0 25 0 1 0 22082419 27897856 5934 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259360 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6811 5934 427 29 0 5626 0
Current children cumulated CPU time (s) 577.21
Current children cumulated vsize (KiB) 27244

[startup+642.301 s]
/proc/loadavg: 2.32 2.41 2.53 3/84 16228
/proc/meminfo: memFree=1214352/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=636.7
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5956 0 0 0 63664 6 0 0 25 0 1 0 22082419 27897856 5935 996147200 1448431616 1448550632 4294956208 18446744073709551615 135219941 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6811 5935 427 29 0 5626 0
Current children cumulated CPU time (s) 636.7
Current children cumulated vsize (KiB) 27244

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 2.15 2.33 2.47 3/75 16286
/proc/meminfo: memFree=1559184/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=874.8
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5957 0 0 0 87473 7 0 0 25 0 1 0 22082419 27897856 5936 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865011 0 0 4096 0 0 0 0 17 1 0 0
/proc/16227/statm: 6811 5936 427 29 0 5626 0
Current children cumulated CPU time (s) 874.8
Current children cumulated vsize (KiB) 27244

[startup+942.302 s]
/proc/loadavg: 2.05 2.27 2.44 3/75 16286
/proc/meminfo: memFree=1559056/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=934.55
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5957 0 0 0 93448 7 0 0 25 0 1 0 22082419 27897856 5936 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215857 0 0 4096 0 0 0 0 17 1 0 0
/proc/16227/statm: 6811 5936 427 29 0 5626 0
Current children cumulated CPU time (s) 934.55
Current children cumulated vsize (KiB) 27244

[startup+1002.3 s]
/proc/loadavg: 2.05 2.23 2.41 3/84 16376
/proc/meminfo: memFree=1467720/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=994.21
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5958 0 0 0 99413 8 0 0 25 0 1 0 22082419 27897856 5937 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263072 0 0 4096 0 0 0 0 17 1 0 0
/proc/16227/statm: 6811 5937 427 29 0 5626 0
Current children cumulated CPU time (s) 994.21
Current children cumulated vsize (KiB) 27244

[startup+1062.3 s]
/proc/loadavg: 2.02 2.18 2.38 3/84 16376
/proc/meminfo: memFree=1439112/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=1053.9
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5959 0 0 0 105382 8 0 0 25 0 1 0 22082419 27897856 5938 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839888 0 0 4096 0 0 0 0 17 1 0 0
/proc/16227/statm: 6811 5938 427 29 0 5626 0
Current children cumulated CPU time (s) 1053.9
Current children cumulated vsize (KiB) 27244

[startup+1122.3 s]
/proc/loadavg: 2.06 2.16 2.36 3/84 16376
/proc/meminfo: memFree=1412296/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=1113.61
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5959 0 0 0 111353 8 0 0 25 0 1 0 22082419 27897856 5938 996147200 1448431616 1448550632 4294956208 18446744073709551615 134820136 0 0 4096 0 0 0 0 17 1 0 0
/proc/16227/statm: 6811 5938 427 29 0 5626 0
Current children cumulated CPU time (s) 1113.61
Current children cumulated vsize (KiB) 27244

[startup+1182.3 s]
/proc/loadavg: 2.05 2.15 2.34 3/84 16376
/proc/meminfo: memFree=1395976/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=1173.31
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5959 0 0 0 117322 9 0 0 25 0 1 0 22082419 27897856 5938 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839924 0 0 4096 0 0 0 0 17 1 0 0
/proc/16227/statm: 6811 5938 427 29 0 5626 0
Current children cumulated CPU time (s) 1173.31
Current children cumulated vsize (KiB) 27244

[startup+1242.3 s]
/proc/loadavg: 2.02 2.12 2.32 3/76 16378
/proc/meminfo: memFree=1403080/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=1233.02
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5959 0 0 0 123293 9 0 0 25 0 1 0 22082419 27897856 5938 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897005 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6811 5938 427 29 0 5626 0
Current children cumulated CPU time (s) 1233.02
Current children cumulated vsize (KiB) 27244

[startup+1302.3 s]
/proc/loadavg: 2.00 2.09 2.30 3/76 16378
/proc/meminfo: memFree=1399944/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=1292.72
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5959 0 0 0 129263 9 0 0 25 0 1 0 22082419 27897856 5938 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267153 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6811 5938 427 29 0 5626 0
Current children cumulated CPU time (s) 1292.72
Current children cumulated vsize (KiB) 27244

[startup+1362.3 s]
/proc/loadavg: 2.00 2.07 2.27 3/76 16378
/proc/meminfo: memFree=1397448/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27244 CPUtime=1352.43
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5960 0 0 0 135234 9 0 0 25 0 1 0 22082419 27897856 5939 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842607 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6811 5939 427 29 0 5626 0
Current children cumulated CPU time (s) 1352.43
Current children cumulated vsize (KiB) 27244

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.25 3/76 16378
/proc/meminfo: memFree=1395144/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27376 CPUtime=1412.14
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5963 0 0 0 141205 9 0 0 25 0 1 0 22082419 28033024 5942 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865038 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6844 5942 427 29 0 5659 0
Current children cumulated CPU time (s) 1412.14
Current children cumulated vsize (KiB) 27376

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.24 3/76 16378
/proc/meminfo: memFree=1392904/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27376 CPUtime=1471.86
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5963 0 0 0 147177 9 0 0 25 0 1 0 22082419 28033024 5942 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267152 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6844 5942 427 29 0 5659 0
Current children cumulated CPU time (s) 1471.86
Current children cumulated vsize (KiB) 27376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.22 3/76 16378
/proc/meminfo: memFree=1391048/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27376 CPUtime=1531.59
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5963 0 0 0 153150 9 0 0 25 0 1 0 22082419 28033024 5942 996147200 1448431616 1448550632 4294956208 18446744073709551615 135289834 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6844 5942 427 29 0 5659 0
Current children cumulated CPU time (s) 1531.59
Current children cumulated vsize (KiB) 27376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.20 3/76 16378
/proc/meminfo: memFree=1389320/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27376 CPUtime=1591.31
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5963 0 0 0 159122 9 0 0 25 0 1 0 22082419 28033024 5942 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839888 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6844 5942 427 29 0 5659 0
Current children cumulated CPU time (s) 1591.31
Current children cumulated vsize (KiB) 27376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.18 3/76 16378
/proc/meminfo: memFree=1387784/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27376 CPUtime=1651.02
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5963 0 0 0 165092 10 0 0 25 0 1 0 22082419 28033024 5942 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839824 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6844 5942 427 29 0 5659 0
Current children cumulated CPU time (s) 1651.02
Current children cumulated vsize (KiB) 27376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/76 16378
/proc/meminfo: memFree=1386248/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27376 CPUtime=1710.72
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5963 0 0 0 171062 10 0 0 25 0 1 0 22082419 28033024 5942 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267136 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6844 5942 427 29 0 5659 0
Current children cumulated CPU time (s) 1710.72
Current children cumulated vsize (KiB) 27376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.16 3/76 16378
/proc/meminfo: memFree=1384840/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27376 CPUtime=1770.42
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5963 0 0 0 177032 10 0 0 25 0 1 0 22082419 28033024 5942 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842535 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6844 5942 427 29 0 5659 0
Current children cumulated CPU time (s) 1770.42
Current children cumulated vsize (KiB) 27376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 2.15 3/76 16378
/proc/meminfo: memFree=1384072/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27376 CPUtime=1800.08
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5963 0 0 0 179998 10 0 0 25 0 1 0 22082419 28033024 5942 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269007 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6844 5942 427 29 0 5659 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 27376

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

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

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 2.15 3/76 16378
/proc/meminfo: memFree=1384072/2055920 swapFree=4192956/4192956
[pid=16227] ppid=16225 vsize=27376 CPUtime=1800.08
/proc/16227/stat : 16227 (ld-linux.so.2) R 16225 16227 15650 0 -1 4194304 5963 0 0 0 179998 10 0 0 25 0 1 0 22082419 28033024 5942 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269007 0 0 4096 0 0 0 0 17 0 0 0
/proc/16227/statm: 6844 5942 427 29 0 5659 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 27376

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.11
CPU time (s): 1800.09
CPU user time (s): 1799.98
CPU system time (s): 0.109983
CPU usage (%): 99.3368
Max. virtual memory (cumulated for all children) (KiB): 27376

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

runsolver used 2.04769 second user time and 5.14222 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 00:09:28
IDJOB=2069324
IDBENCH=55022
IDSOLVER=769
FILE ID=node79/2069324-1247350168
PBS_JOBID= 9506825
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= fc4079640d471aeb1ea32f85aac57e8a
RANDOM SEED=927274415

node79.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.229
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.229
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:       1304688 kB
Buffers:         57624 kB
Cached:         323380 kB
SwapCached:          0 kB
Active:         392628 kB
Inactive:       290564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1304688 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:         322476 kB
Slab:            52468 kB
Committed_AS:   526856 kB
PageTables:       2588 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= 66196 MiB
End job on node79 at 2009-07-12 00:39:43