Trace number 2080742

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 1803.42

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-34.xml
MD5SUM723eb8728800019647d26dc95e15d2c3
Bench Category2-ARY-INT (binary 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 variables1156
Number of constraints19107
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19107
Global constraints used (with number of constraints)

Solver Data

0.00/0.00	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-2080742-1247370991/watcher-2080742-1247370991 -o /tmp/evaluation-result-2080742-1247370991/solver-2080742-1247370991 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2080742-1247370991.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.92 1.98 1.99 3/74 26023
/proc/meminfo: memFree=1480472/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=4804 CPUtime=0
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 23790834 4919296 163 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448530970 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 1201 163 138 29 0 16 0

[startup+0.0340141 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 26023
/proc/meminfo: memFree=1480472/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=5460 CPUtime=0.02
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 577 0 0 0 2 0 0 0 18 0 1 0 23790834 5591040 556 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 1365 556 381 29 0 180 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5460

[startup+0.102019 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 26023
/proc/meminfo: memFree=1480472/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=6484 CPUtime=0.09
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 827 0 0 0 9 0 0 0 18 0 1 0 23790834 6639616 806 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 1621 807 381 29 0 436 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6484

[startup+0.301037 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 26023
/proc/meminfo: memFree=1480472/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=9304 CPUtime=0.29
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 1529 0 0 0 28 1 0 0 19 0 1 0 23790834 9527296 1508 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 2326 1509 381 29 0 1141 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9304

[startup+0.702077 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 26023
/proc/meminfo: memFree=1480472/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=15436 CPUtime=0.69
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 3065 0 0 0 67 2 0 0 23 0 1 0 23790834 15806464 3044 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 3859 3045 386 29 0 2674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15436

[startup+1.50214 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1432208/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=55372 CPUtime=1.49
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 12926 0 0 0 143 6 0 0 25 0 1 0 23790834 56700928 12885 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 13843 12885 434 29 0 12658 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55372

[startup+3.10128 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1428816/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=58244 CPUtime=3.08
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 13538 0 0 0 302 6 0 0 25 0 1 0 23790834 59641856 13497 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268096 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 14561 13497 434 29 0 13376 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 58244

[startup+6.30157 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1425424/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=60884 CPUtime=6.29
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 14394 0 0 0 622 7 0 0 25 0 1 0 23790834 62345216 14353 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291351 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 15221 14353 434 29 0 14036 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60884

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1416528/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=72836 CPUtime=12.69
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 16425 0 0 0 1261 8 0 0 25 0 1 0 23790834 74584064 16384 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268326 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 18209 16384 434 29 0 17024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72836

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1414424/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=74420 CPUtime=25.48
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 16936 0 0 0 2540 8 0 0 25 0 1 0 23790834 76206080 16895 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291466 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 18605 16895 434 29 0 17420 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 74420

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1413336/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=75608 CPUtime=51.07
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 17215 0 0 0 5099 8 0 0 25 0 1 0 23790834 77422592 17174 996147200 1448431616 1448550632 4294956208 18446744073709551615 135289764 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 18902 17174 434 29 0 17717 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 75608

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1411992/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=76664 CPUtime=102.26
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 17508 0 0 0 10218 8 0 0 25 0 1 0 23790834 78503936 17467 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 19166 17467 434 29 0 17981 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76664

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1410648/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=77720 CPUtime=162.24
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 17843 0 0 0 16215 9 0 0 25 0 1 0 23790834 79585280 17802 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161311 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 19430 17802 434 29 0 18245 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 77720

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1410328/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=78116 CPUtime=222.21
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 17924 0 0 0 22212 9 0 0 25 0 1 0 23790834 79990784 17883 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836591 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 19529 17883 434 29 0 18344 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 78116

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26030
/proc/meminfo: memFree=1409424/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=78248 CPUtime=282.19
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 17970 0 0 0 28210 9 0 0 25 0 1 0 23790834 80125952 17929 996147200 1448431616 1448550632 4294956208 18446744073709551615 134838826 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 19562 17929 434 29 0 18377 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 78248

[startup+342.301 s]
/proc/loadavg: 1.93 1.97 1.99 3/82 26070
/proc/meminfo: memFree=1547160/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=78380 CPUtime=342.16
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 17990 0 0 0 34206 10 0 0 25 0 1 0 23790834 80261120 17949 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290051 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 19595 17949 434 29 0 18410 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 78380

[startup+402.302 s]
/proc/loadavg: 1.97 1.97 1.99 3/82 26070
/proc/meminfo: memFree=1530968/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=78644 CPUtime=402.14
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18051 0 0 0 40204 10 0 0 25 0 1 0 23790834 80531456 18010 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268320 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 19661 18010 434 29 0 18476 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 78644

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 26070
/proc/meminfo: memFree=1520472/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=78644 CPUtime=462.12
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18054 0 0 0 46202 10 0 0 25 0 1 0 23790834 80531456 18013 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865184 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 19661 18013 434 29 0 18476 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 78644

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 26070
/proc/meminfo: memFree=1510744/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=80492 CPUtime=522.1
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18742 0 0 0 52199 11 0 0 25 0 1 0 23790834 82423808 18701 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829017 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20123 18701 434 29 0 18938 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 80492

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 26070
/proc/meminfo: memFree=1504224/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=80492 CPUtime=582.08
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18743 0 0 0 58197 11 0 0 25 0 1 0 23790834 82423808 18702 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864846 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20123 18702 434 29 0 18938 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 80492

[startup+642.303 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 26070
/proc/meminfo: memFree=1498400/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=80492 CPUtime=642.06
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18746 0 0 0 64195 11 0 0 25 0 1 0 23790834 82423808 18705 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264182 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20123 18705 434 29 0 18938 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 80492

[startup+702.303 s]

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

[startup+822.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 26072
/proc/meminfo: memFree=1276112/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=80888 CPUtime=822
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18835 0 0 0 82189 11 0 0 25 0 1 0 23790834 82829312 18794 996147200 1448431616 1448550632 4294956208 18446744073709551615 134825254 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20222 18794 434 29 0 19037 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 80888

[startup+882.303 s]
/proc/loadavg: 2.07 1.99 1.99 3/83 26072
/proc/meminfo: memFree=1148304/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=80888 CPUtime=881.97
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18836 0 0 0 88186 11 0 0 25 0 1 0 23790834 82829312 18795 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268093 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20222 18795 434 29 0 19037 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 80888

[startup+942.302 s]
/proc/loadavg: 2.03 1.99 1.99 3/83 26072
/proc/meminfo: memFree=1147856/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81152 CPUtime=941.95
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18900 0 0 0 94184 11 0 0 25 0 1 0 23790834 83099648 18859 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268294 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20288 18859 434 29 0 19103 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 81152

[startup+1002.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 26072
/proc/meminfo: memFree=1134288/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81152 CPUtime=1001.93
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18903 0 0 0 100182 11 0 0 25 0 1 0 23790834 83099648 18862 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836605 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20288 18862 434 29 0 19103 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 81152

[startup+1062.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 26072
/proc/meminfo: memFree=1132048/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81152 CPUtime=1061.92
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18904 0 0 0 106180 12 0 0 25 0 1 0 23790834 83099648 18863 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290847 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20288 18863 434 29 0 19103 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 81152

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 26072
/proc/meminfo: memFree=1131984/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81152 CPUtime=1121.9
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18904 0 0 0 112178 12 0 0 25 0 1 0 23790834 83099648 18863 996147200 1448431616 1448550632 4294956208 18446744073709551615 134838645 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20288 18863 434 29 0 19103 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 81152

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 26072
/proc/meminfo: memFree=1126992/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81152 CPUtime=1181.88
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18905 0 0 0 118176 12 0 0 25 0 1 0 23790834 83099648 18864 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290029 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20288 18864 434 29 0 19103 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 81152

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26072
/proc/meminfo: memFree=1122704/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81416 CPUtime=1241.85
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18963 0 0 0 124173 12 0 0 25 0 1 0 23790834 83369984 18922 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291445 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20354 18922 434 29 0 19169 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 81416

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 26072
/proc/meminfo: memFree=1122640/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81416 CPUtime=1301.84
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18966 0 0 0 130172 12 0 0 25 0 1 0 23790834 83369984 18925 996147200 1448431616 1448550632 4294956208 18446744073709551615 134838750 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20354 18925 434 29 0 19169 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 81416

[startup+1362.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/83 26072
/proc/meminfo: memFree=1122640/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81416 CPUtime=1361.81
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18967 0 0 0 136169 12 0 0 25 0 1 0 23790834 83369984 18926 996147200 1448431616 1448550632 4294956208 18446744073709551615 135231765 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20354 18926 434 29 0 19169 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 81416

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 2.00 3/83 26072
/proc/meminfo: memFree=1122640/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81416 CPUtime=1421.79
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18967 0 0 0 142167 12 0 0 25 0 1 0 23790834 83369984 18926 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161277 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20354 18926 434 29 0 19169 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 81416

[startup+1482.3 s]
/proc/loadavg: 2.19 2.07 2.01 3/83 26072
/proc/meminfo: memFree=1122576/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81416 CPUtime=1481.77
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18967 0 0 0 148165 12 0 0 25 0 1 0 23790834 83369984 18926 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865238 0 0 4096 0 0 0 0 17 0 0 0
/proc/26023/statm: 20354 18926 434 29 0 19169 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 81416

[startup+1542.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/83 26072
/proc/meminfo: memFree=1122512/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81416 CPUtime=1541.41
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18967 0 0 0 154129 12 0 0 25 0 1 0 23790834 83369984 18926 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264176 0 0 4096 0 0 0 0 17 1 0 0
/proc/26023/statm: 20354 18926 434 29 0 19169 0
Current children cumulated CPU time (s) 1541.41
Current children cumulated vsize (KiB) 81416

[startup+1602.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/83 26072
/proc/meminfo: memFree=1122512/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=81416 CPUtime=1600.85
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 18967 0 0 0 160073 12 0 0 25 0 1 0 23790834 83369984 18926 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290409 0 0 4096 0 0 0 0 17 1 0 0
/proc/26023/statm: 20354 18926 434 29 0 19169 0
Current children cumulated CPU time (s) 1600.85
Current children cumulated vsize (KiB) 81416

[startup+1662.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/83 26072
/proc/meminfo: memFree=1121424/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=82208 CPUtime=1660.29
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 19210 0 0 0 166017 12 0 0 25 0 1 0 23790834 84180992 19169 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836544 0 0 4096 0 0 0 0 17 1 0 0
/proc/26023/statm: 20552 19169 434 29 0 19367 0
Current children cumulated CPU time (s) 1660.29
Current children cumulated vsize (KiB) 82208

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 26072
/proc/meminfo: memFree=1121424/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=82208 CPUtime=1719.73
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 19213 0 0 0 171961 12 0 0 25 0 1 0 23790834 84180992 19172 996147200 1448431616 1448550632 4294956208 18446744073709551615 134845476 0 0 4096 0 0 0 0 17 1 0 0
/proc/26023/statm: 20552 19172 434 29 0 19367 0
Current children cumulated CPU time (s) 1719.73
Current children cumulated vsize (KiB) 82208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 26072
/proc/meminfo: memFree=1121360/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=82208 CPUtime=1779.16
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 19213 0 0 0 177904 12 0 0 25 0 1 0 23790834 84180992 19172 996147200 1448431616 1448550632 4294956208 18446744073709551615 135289729 0 0 4096 0 0 0 0 17 1 0 0
/proc/26023/statm: 20552 19172 434 29 0 19367 0
Current children cumulated CPU time (s) 1779.16
Current children cumulated vsize (KiB) 82208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 26072
/proc/meminfo: memFree=1121360/2055920 swapFree=4192812/4192956
[pid=26023] ppid=26021 vsize=82208 CPUtime=1800.06
/proc/26023/stat : 26023 (ld-linux.so.2) R 26021 26023 18353 0 -1 4194304 19214 0 0 0 179994 12 0 0 25 0 1 0 23790834 84180992 19173 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269025 0 0 4096 0 0 0 0 17 1 0 0
/proc/26023/statm: 20552 19173 434 29 0 19367 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 82208

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): 1803.42
CPU time (s): 1800.09
CPU user time (s): 1799.95
CPU system time (s): 0.139978
CPU usage (%): 99.8152
Max. virtual memory (cumulated for all children) (KiB): 82208

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

runsolver used 2.15667 second user time and 6.04408 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 05:56:31
IDJOB=2080742
IDBENCH=57139
IDSOLVER=769
FILE ID=node41/2080742-1247370991
PBS_JOBID= 9507006
Free space on /tmp= 65828 MiB

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

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

MD5SUM BENCH= 723eb8728800019647d26dc95e15d2c3
RANDOM SEED=1771289034

node41.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.212
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	: 5931.00
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.212
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:       1480952 kB
Buffers:         39568 kB
Cached:         328992 kB
SwapCached:          0 kB
Active:         340860 kB
Inactive:       158500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3600 kB
Writeback:           0 kB
Mapped:         141916 kB
Slab:            60704 kB
Committed_AS:   311012 kB
PageTables:       2016 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= 65876 MiB
End job on node41 at 2009-07-12 06:26:37