Trace number 2062812

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 1802.63

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-20.xml
MD5SUM83883806705727ca3a0004ae8dbf9fd1
Bench CategoryAlldiff (alldiff)
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 variables1200
Number of constraints481
Maximum constraint arity400
Maximum domain size400
Number of constraints which are defined in extension400
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(81)

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-2062812-1247329650/watcher-2062812-1247329650 -o /tmp/evaluation-result-2062812-1247329650/solver-2062812-1247329650 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2062812-1247329650.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: 0.92 1.07 1.45 3/83 13023
/proc/meminfo: memFree=1530504/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=1076 CPUtime=0
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 43 0 0 0 0 0 0 0 20 0 1 0 20031504 1101824 29 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448524651 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 269 29 23 29 0 3 0

[startup+0.0503971 s]
/proc/loadavg: 0.92 1.07 1.45 3/83 13023
/proc/meminfo: memFree=1530504/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=7580 CPUtime=0.03
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 1088 0 0 0 3 0 0 0 18 0 1 0 20031504 7761920 1067 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 1895 1068 374 29 0 710 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7580

[startup+0.101402 s]
/proc/loadavg: 0.92 1.07 1.45 3/83 13023
/proc/meminfo: memFree=1530504/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=17964 CPUtime=0.09
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 3675 0 0 0 8 1 0 0 18 0 1 0 20031504 18395136 3654 996147200 1448431616 1448550632 4294956208 18446744073709551615 134976358 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 4491 3654 379 29 0 3306 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17964

[startup+0.301425 s]
/proc/loadavg: 0.92 1.07 1.45 3/83 13023
/proc/meminfo: memFree=1530504/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=45172 CPUtime=0.28
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 10457 0 0 0 24 4 0 0 19 0 1 0 20031504 46256128 10436 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 11293 10438 402 29 0 10108 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45172

[startup+0.70147 s]
/proc/loadavg: 0.92 1.07 1.45 3/83 13023
/proc/meminfo: memFree=1530504/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=72324 CPUtime=0.68
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 16868 0 0 0 62 6 0 0 22 0 1 0 20031504 74059776 16847 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850292 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 18081 16847 423 29 0 16896 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 72324

[startup+1.50156 s]
/proc/loadavg: 0.92 1.07 1.45 2/84 13024
/proc/meminfo: memFree=1456256/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=101112 CPUtime=1.48
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 22449 0 0 0 139 9 0 0 25 0 1 0 20031504 103538688 22428 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850292 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 25278 22428 424 29 0 24093 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 101112

[startup+3.10174 s]
/proc/loadavg: 0.92 1.07 1.45 2/84 13024
/proc/meminfo: memFree=1435840/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=106656 CPUtime=3.09
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 24112 0 0 0 299 10 0 0 25 0 1 0 20031504 109215744 24091 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 26664 24091 425 29 0 25479 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106656

[startup+6.30111 s]
/proc/loadavg: 0.93 1.06 1.45 2/84 13024
/proc/meminfo: memFree=1423432/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=118140 CPUtime=6.28
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 27089 0 0 0 617 11 0 0 25 0 1 0 20031504 120975360 27068 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117606 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 29535 27068 425 29 0 28350 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 118140

[startup+12.7018 s]
/proc/loadavg: 0.93 1.06 1.45 2/84 13024
/proc/meminfo: memFree=1409864/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=131076 CPUtime=12.68
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 30462 0 0 0 1255 13 0 0 25 0 1 0 20031504 134221824 30441 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829017 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 32769 30441 425 29 0 31584 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 131076

[startup+25.5013 s]
/proc/loadavg: 0.95 1.06 1.44 2/84 13024
/proc/meminfo: memFree=1401672/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=139260 CPUtime=25.48
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 32516 0 0 0 2533 15 0 0 25 0 1 0 20031504 142602240 32495 996147200 1448431616 1448550632 4294956208 18446744073709551615 134849974 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 34815 32495 425 29 0 33630 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 139260

[startup+51.1012 s]
/proc/loadavg: 0.96 1.05 1.43 2/84 13024
/proc/meminfo: memFree=1399816/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=141108 CPUtime=51.07
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 32970 0 0 0 5092 15 0 0 25 0 1 0 20031504 144494592 32949 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 35277 32949 425 29 0 34092 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 141108

[startup+102.306 s]
/proc/loadavg: 0.98 1.04 1.40 2/84 13024
/proc/meminfo: memFree=1395976/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=144936 CPUtime=102.26
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 33922 0 0 0 10209 17 0 0 25 0 1 0 20031504 148414464 33901 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756150 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 36234 33901 425 29 0 35049 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 144936

[startup+162.302 s]
/proc/loadavg: 0.99 1.03 1.37 2/84 13024
/proc/meminfo: memFree=1393416/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=147444 CPUtime=162.23
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 34557 0 0 0 16206 17 0 0 25 0 1 0 20031504 150982656 34536 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864963 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 36861 34536 425 29 0 35676 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 147444

[startup+222.302 s]
/proc/loadavg: 0.99 1.02 1.35 2/84 13024
/proc/meminfo: memFree=1392584/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=148236 CPUtime=222.22
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 34750 0 0 0 22204 18 0 0 25 0 1 0 20031504 151793664 34729 996147200 1448431616 1448550632 4294956208 18446744073709551615 134849974 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 37059 34729 425 29 0 35874 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 148236

[startup+282.301 s]
/proc/loadavg: 0.99 1.02 1.32 2/84 13024
/proc/meminfo: memFree=1392520/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=148236 CPUtime=282.2
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 34760 0 0 0 28202 18 0 0 25 0 1 0 20031504 151793664 34739 996147200 1448431616 1448550632 4294956208 18446744073709551615 135204979 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 37059 34739 425 29 0 35874 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 148236

[startup+342.301 s]
/proc/loadavg: 0.99 1.01 1.30 2/84 13024
/proc/meminfo: memFree=1391624/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=149160 CPUtime=342.18
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 34974 0 0 0 34200 18 0 0 25 0 1 0 20031504 152739840 34953 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756455 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 37290 34953 425 29 0 36105 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 149160

[startup+402.302 s]
/proc/loadavg: 0.99 1.01 1.28 2/84 13024
/proc/meminfo: memFree=1390792/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=149952 CPUtime=402.17
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 35175 0 0 0 40198 19 0 0 25 0 1 0 20031504 153550848 35154 996147200 1448431616 1448550632 4294956208 18446744073709551615 134717949 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 37488 35154 425 29 0 36303 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 149952

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.26 2/84 13024
/proc/meminfo: memFree=1390024/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=150612 CPUtime=462.15
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 35348 0 0 0 46196 19 0 0 25 0 1 0 20031504 154226688 35327 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756150 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 37653 35327 425 29 0 36468 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 150612

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.24 2/84 13024
/proc/meminfo: memFree=1389960/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=150612 CPUtime=522.13
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 35352 0 0 0 52194 19 0 0 25 0 1 0 20031504 154226688 35331 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268993 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 37653 35331 425 29 0 36468 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 150612

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.22 2/84 13024
/proc/meminfo: memFree=1389768/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=150876 CPUtime=582.12
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 35412 0 0 0 58192 20 0 0 25 0 1 0 20031504 154497024 35391 996147200 1448431616 1448550632 4294956208 18446744073709551615 134849974 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 37719 35391 425 29 0 36534 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 150876

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.21 2/84 13024
/proc/meminfo: memFree=1388744/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=151932 CPUtime=642.1
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 35654 0 0 0 64190 20 0 0 25 0 1 0 20031504 155578368 35633 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756379 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 37983 35633 425 29 0 36798 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 151932

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.16 2/84 13024
/proc/meminfo: memFree=1387848/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=152724 CPUtime=822.05
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 35871 0 0 0 82184 21 0 0 25 0 1 0 20031504 156389376 35850 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756274 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 38181 35850 425 29 0 36996 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 152724

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.15 2/84 13024
/proc/meminfo: memFree=1387016/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=153516 CPUtime=882.02
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36072 0 0 0 88181 21 0 0 25 0 1 0 20031504 157200384 36051 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718482 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 38379 36051 425 29 0 37194 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 153516

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.14 2/84 13024
/proc/meminfo: memFree=1386888/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=153516 CPUtime=942.01
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36081 0 0 0 94179 22 0 0 25 0 1 0 20031504 157200384 36060 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718494 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 38379 36060 425 29 0 37194 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 153516

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.13 2/84 13024
/proc/meminfo: memFree=1386888/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=153648 CPUtime=1001.99
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36098 0 0 0 100177 22 0 0 25 0 1 0 20031504 157335552 36077 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 38412 36077 425 29 0 37227 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 153648

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.12 2/84 13024
/proc/meminfo: memFree=1386824/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=153648 CPUtime=1061.97
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36106 0 0 0 106175 22 0 0 25 0 1 0 20031504 157335552 36085 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850053 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 38412 36085 425 29 0 37227 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 153648

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.10 2/84 13024
/proc/meminfo: memFree=1386120/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154308 CPUtime=1121.96
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36259 0 0 0 112173 23 0 0 25 0 1 0 20031504 158011392 36238 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718551 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 38577 36238 425 29 0 37392 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 154308

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.09 2/84 13024
/proc/meminfo: memFree=1386120/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154308 CPUtime=1181.94
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36263 0 0 0 118171 23 0 0 25 0 1 0 20031504 158011392 36242 996147200 1448431616 1448550632 4294956208 18446744073709551615 134849924 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 38577 36242 425 29 0 37392 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 154308

[startup+1242.3 s]
/proc/loadavg: 0.99 1.00 1.09 2/84 13024
/proc/meminfo: memFree=1385992/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154308 CPUtime=1241.92
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36267 0 0 0 124169 23 0 0 25 0 1 0 20031504 158011392 36246 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756162 0 0 4096 0 0 0 0 17 1 0 0
/proc/13023/statm: 38577 36246 425 29 0 37392 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 154308

[startup+1302.3 s]
/proc/loadavg: 1.44 1.11 1.11 3/83 13068
/proc/meminfo: memFree=1370960/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154308 CPUtime=1301.77
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36268 0 0 0 130152 25 0 0 25 0 1 0 20031504 158011392 36247 996147200 1448431616 1448550632 4294956208 18446744073709551615 135304945 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38577 36247 425 29 0 37392 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 154308

[startup+1362.3 s]
/proc/loadavg: 1.79 1.27 1.17 3/83 13068
/proc/meminfo: memFree=1369040/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154308 CPUtime=1361.53
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36268 0 0 0 136128 25 0 0 25 0 1 0 20031504 158011392 36247 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718029 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38577 36247 425 29 0 37392 0
Current children cumulated CPU time (s) 1361.53
Current children cumulated vsize (KiB) 154308

[startup+1422.31 s]
/proc/loadavg: 1.99 1.42 1.22 3/83 13070
/proc/meminfo: memFree=1366416/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154704 CPUtime=1421.28
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36355 0 0 0 142103 25 0 0 25 0 1 0 20031504 158416896 36334 996147200 1448431616 1448550632 4294956208 18446744073709551615 135304736 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38676 36334 425 29 0 37491 0
Current children cumulated CPU time (s) 1421.28
Current children cumulated vsize (KiB) 154704

[startup+1482.3 s]
/proc/loadavg: 1.99 1.52 1.27 3/83 13070
/proc/meminfo: memFree=1364688/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154704 CPUtime=1481.04
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36356 0 0 0 148079 25 0 0 25 0 1 0 20031504 158416896 36335 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263984 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38676 36335 425 29 0 37491 0
Current children cumulated CPU time (s) 1481.04
Current children cumulated vsize (KiB) 154704

[startup+1542.3 s]
/proc/loadavg: 1.99 1.60 1.31 3/83 13070
/proc/meminfo: memFree=1364624/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154704 CPUtime=1540.8
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36356 0 0 0 154055 25 0 0 25 0 1 0 20031504 158416896 36335 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865244 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38676 36335 425 29 0 37491 0
Current children cumulated CPU time (s) 1540.8
Current children cumulated vsize (KiB) 154704

[startup+1602.3 s]
/proc/loadavg: 1.99 1.67 1.35 3/83 13070
/proc/meminfo: memFree=1364560/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154704 CPUtime=1600.56
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36357 0 0 0 160031 25 0 0 25 0 1 0 20031504 158416896 36336 996147200 1448431616 1448550632 4294956208 18446744073709551615 134850053 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38676 36336 425 29 0 37491 0
Current children cumulated CPU time (s) 1600.56
Current children cumulated vsize (KiB) 154704

[startup+1662.3 s]
/proc/loadavg: 1.99 1.73 1.39 3/83 13070
/proc/meminfo: memFree=1364560/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154704 CPUtime=1660.32
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36357 0 0 0 166007 25 0 0 25 0 1 0 20031504 158416896 36336 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864883 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38676 36336 425 29 0 37491 0
Current children cumulated CPU time (s) 1660.32
Current children cumulated vsize (KiB) 154704

[startup+1722.3 s]
/proc/loadavg: 1.99 1.78 1.42 3/83 13070
/proc/meminfo: memFree=1363984/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154704 CPUtime=1720.07
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36357 0 0 0 171982 25 0 0 25 0 1 0 20031504 158416896 36336 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864906 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38676 36336 425 29 0 37491 0
Current children cumulated CPU time (s) 1720.07
Current children cumulated vsize (KiB) 154704

[startup+1782.3 s]
/proc/loadavg: 1.99 1.81 1.46 3/83 13070
/proc/meminfo: memFree=1363792/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154704 CPUtime=1779.83
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36357 0 0 0 177958 25 0 0 25 0 1 0 20031504 158416896 36336 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865054 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38676 36336 425 29 0 37491 0
Current children cumulated CPU time (s) 1779.83
Current children cumulated vsize (KiB) 154704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 1.99 1.83 1.47 3/83 13070
/proc/meminfo: memFree=1363792/2055920 swapFree=4192956/4192956
[pid=13023] ppid=13021 vsize=154704 CPUtime=1800.05
/proc/13023/stat : 13023 (ld-linux.so.2) R 13021 13023 10986 0 -1 4194304 36357 0 0 0 179980 25 0 0 25 0 1 0 20031504 158416896 36336 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718245 0 0 4096 0 0 0 0 17 0 0 0
/proc/13023/statm: 38676 36336 425 29 0 37491 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 154704

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): 1802.63
CPU time (s): 1800.09
CPU user time (s): 1799.81
CPU system time (s): 0.282956
CPU usage (%): 99.8591
Max. virtual memory (cumulated for all children) (KiB): 154704

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

runsolver used 1.55376 second user time and 5.01424 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-11 18:27:30
IDJOB=2062812
IDBENCH=53933
IDSOLVER=769
FILE ID=node32/2062812-1247329650
PBS_JOBID= 9506563
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= 83883806705727ca3a0004ae8dbf9fd1
RANDOM SEED=1499729696

node32.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.236
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.236
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1530984 kB
Buffers:         50940 kB
Cached:         371204 kB
SwapCached:          0 kB
Active:          81240 kB
Inactive:       376240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530984 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          53564 kB
Slab:            52364 kB
Committed_AS:   193068 kB
PageTables:       2004 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= 66360 MiB
End job on node32 at 2009-07-11 18:57:35