Trace number 2080753

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.1 1813.93

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-35.xml
MD5SUM1eb3c150032c50ac46662d9f9a65bfe6
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 variables1225
Number of constraints20859
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20859
Global constraints used (with number of constraints)

Solver Data

0.09/0.11	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-2080753-1247371096/watcher-2080753-1247371096 -o /tmp/evaluation-result-2080753-1247371096/solver-2080753-1247371096 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2080753-1247371096.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.02 2.19 2.18 4/80 22369
/proc/meminfo: memFree=1636448/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=18576 CPUtime=0
/proc/22369/stat : 22369 (runsolver) R 22367 22369 3066 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24172193 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 244276849959 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/22369/statm: 4644 284 249 26 0 2626 0

[startup+0.097627 s]
/proc/loadavg: 2.02 2.19 2.18 4/80 22369
/proc/meminfo: memFree=1636448/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=6364 CPUtime=0.08
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 787 0 0 0 8 0 0 0 20 0 1 0 24172193 6516736 766 996147200 1448431616 1448550632 4294956208 18446744073709551615 134688892 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 1591 766 381 29 0 406 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6364

[startup+0.102623 s]
/proc/loadavg: 2.02 2.19 2.18 4/80 22369
/proc/meminfo: memFree=1636448/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=6364 CPUtime=0.09
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 803 0 0 0 9 0 0 0 20 0 1 0 24172193 6516736 782 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157378723 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 1591 782 381 29 0 406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6364

[startup+0.301648 s]
/proc/loadavg: 2.02 2.19 2.18 4/80 22369
/proc/meminfo: memFree=1636448/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=9184 CPUtime=0.28
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 1519 0 0 0 28 0 0 0 22 0 1 0 24172193 9404416 1498 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159732753 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 2296 1498 381 29 0 1111 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9184

[startup+0.701696 s]
/proc/loadavg: 2.02 2.19 2.18 4/80 22369
/proc/meminfo: memFree=1636448/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=14816 CPUtime=0.69
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 2908 0 0 0 68 1 0 0 25 0 1 0 24172193 15171584 2887 996147200 1448431616 1448550632 4294956208 18446744073709551615 134693527 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 3704 2887 382 29 0 2519 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14816

[startup+1.50279 s]
/proc/loadavg: 2.02 2.19 2.18 3/81 22370
/proc/meminfo: memFree=1583896/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=60488 CPUtime=1.47
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 14125 0 0 0 142 5 0 0 25 0 1 0 24172193 61939712 14104 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290111 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 15122 14104 434 29 0 13937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 60488

[startup+3.10197 s]
/proc/loadavg: 2.02 2.18 2.18 3/81 22370
/proc/meminfo: memFree=1580376/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=63492 CPUtime=3.06
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 14786 0 0 0 300 6 0 0 25 0 1 0 24172193 65015808 14765 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268102 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 15873 14765 434 29 0 14688 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 63492

[startup+6.30134 s]
/proc/loadavg: 2.02 2.18 2.18 3/81 22370
/proc/meminfo: memFree=1575832/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=65736 CPUtime=6.23
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 15512 0 0 0 617 6 0 0 25 0 1 0 24172193 67313664 15491 996147200 1448431616 1448550632 4294956208 18446744073709551615 135289778 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 16434 15491 434 29 0 15249 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 65736

[startup+12.7011 s]
/proc/loadavg: 2.01 2.18 2.18 3/81 22370
/proc/meminfo: memFree=1573656/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=69500 CPUtime=12.58
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 16043 0 0 0 1252 6 0 0 25 0 1 0 24172193 71168000 16022 996147200 1448431616 1448550632 4294956208 18446744073709551615 134845147 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 17375 16022 434 29 0 16190 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 69500

[startup+25.5015 s]
/proc/loadavg: 2.01 2.17 2.18 3/81 22370
/proc/meminfo: memFree=1571224/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=71348 CPUtime=25.27
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 16651 0 0 0 2520 7 0 0 25 0 1 0 24172193 73060352 16630 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865233 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 17837 16630 434 29 0 16652 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 71348

[startup+51.1014 s]
/proc/loadavg: 2.01 2.16 2.17 3/81 22370
/proc/meminfo: memFree=1567512/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=73988 CPUtime=50.65
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 17530 0 0 0 5058 7 0 0 25 0 1 0 24172193 75763712 17509 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263984 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 18497 17509 434 29 0 17312 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 73988

[startup+102.306 s]
/proc/loadavg: 2.00 2.13 2.16 3/81 22370
/proc/meminfo: memFree=1562648/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=81912 CPUtime=101.44
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 18773 0 0 0 10136 8 0 0 25 0 1 0 24172193 83877888 18752 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 20478 18752 434 29 0 19293 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 81912

[startup+162.301 s]
/proc/loadavg: 2.00 2.10 2.15 3/81 22370
/proc/meminfo: memFree=1561240/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=82836 CPUtime=160.93
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 19088 0 0 0 16085 8 0 0 25 0 1 0 24172193 84824064 19067 996147200 1448431616 1448550632 4294956208 18446744073709551615 134825249 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 20709 19067 434 29 0 19524 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 82836

[startup+222.302 s]
/proc/loadavg: 2.00 2.08 2.14 3/81 22376
/proc/meminfo: memFree=1560088/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=83760 CPUtime=220.42
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 19337 0 0 0 22034 8 0 0 25 0 1 0 24172193 85770240 19316 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836591 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 20940 19316 434 29 0 19755 0
Current children cumulated CPU time (s) 220.42
Current children cumulated vsize (KiB) 83760

[startup+282.302 s]
/proc/loadavg: 2.00 2.06 2.13 3/81 22376
/proc/meminfo: memFree=1560024/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=83760 CPUtime=279.94
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 19342 0 0 0 27985 9 0 0 25 0 1 0 24172193 85770240 19321 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291759 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 20940 19321 434 29 0 19755 0
Current children cumulated CPU time (s) 279.94
Current children cumulated vsize (KiB) 83760

[startup+342.301 s]
/proc/loadavg: 2.00 2.05 2.12 3/81 22376
/proc/meminfo: memFree=1558808/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=84684 CPUtime=339.45
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 19649 0 0 0 33936 9 0 0 25 0 1 0 24172193 86716416 19628 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268320 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21171 19628 434 29 0 19986 0
Current children cumulated CPU time (s) 339.45
Current children cumulated vsize (KiB) 84684

[startup+402.301 s]
/proc/loadavg: 2.00 2.04 2.11 3/81 22376
/proc/meminfo: memFree=1556376/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=86400 CPUtime=398.95
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20226 0 0 0 39885 10 0 0 25 0 1 0 24172193 88473600 20205 996147200 1448431616 1448550632 4294956208 18446744073709551615 134845252 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21600 20205 434 29 0 20415 0
Current children cumulated CPU time (s) 398.95
Current children cumulated vsize (KiB) 86400

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.09 3/81 22376
/proc/meminfo: memFree=1556312/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=86400 CPUtime=458.48
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20229 0 0 0 45838 10 0 0 25 0 1 0 24172193 88473600 20208 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172275 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21600 20208 434 29 0 20415 0
Current children cumulated CPU time (s) 458.48
Current children cumulated vsize (KiB) 86400

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.09 3/81 22376
/proc/meminfo: memFree=1555032/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=87324 CPUtime=518
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20505 0 0 0 51790 10 0 0 25 0 1 0 24172193 89419776 20484 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865008 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21831 20484 434 29 0 20646 0
Current children cumulated CPU time (s) 518
Current children cumulated vsize (KiB) 87324

[startup+582.302 s]
/proc/loadavg: 2.00 2.02 2.08 3/81 22376
/proc/meminfo: memFree=1554968/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=87324 CPUtime=577.5
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20506 0 0 0 57740 10 0 0 25 0 1 0 24172193 89419776 20485 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836564 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21831 20485 434 29 0 20646 0
Current children cumulated CPU time (s) 577.5
Current children cumulated vsize (KiB) 87324

[startup+642.302 s]
/proc/loadavg: 2.00 2.01 2.07 3/81 22376
/proc/meminfo: memFree=1554584/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=87324 CPUtime=637.01
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20511 0 0 0 63691 10 0 0 25 0 1 0 24172193 89419776 20490 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268320 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21831 20490 434 29 0 20646 0
Current children cumulated CPU time (s) 637.01
Current children cumulated vsize (KiB) 87324

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.05 3/81 22376
/proc/meminfo: memFree=1554200/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=87588 CPUtime=875.06
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20585 0 0 0 87495 11 0 0 25 0 1 0 24172193 89690112 20564 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897003 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21897 20564 434 29 0 20712 0
Current children cumulated CPU time (s) 875.06
Current children cumulated vsize (KiB) 87588

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.05 3/81 22376
/proc/meminfo: memFree=1554008/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=87852 CPUtime=934.56
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20656 0 0 0 93445 11 0 0 25 0 1 0 24172193 89960448 20635 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865414 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21963 20635 434 29 0 20778 0
Current children cumulated CPU time (s) 934.56
Current children cumulated vsize (KiB) 87852

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/81 22376
/proc/meminfo: memFree=1553944/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=87852 CPUtime=994.05
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20659 0 0 0 99394 11 0 0 25 0 1 0 24172193 89960448 20638 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829017 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21963 20638 434 29 0 20778 0
Current children cumulated CPU time (s) 994.05
Current children cumulated vsize (KiB) 87852

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/81 22376
/proc/meminfo: memFree=1553944/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=87852 CPUtime=1053.56
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20659 0 0 0 105344 12 0 0 25 0 1 0 24172193 89960448 20638 996147200 1448431616 1448550632 4294956208 18446744073709551615 135289735 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21963 20638 434 29 0 20778 0
Current children cumulated CPU time (s) 1053.56
Current children cumulated vsize (KiB) 87852

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/81 22376
/proc/meminfo: memFree=1553880/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=87852 CPUtime=1113.06
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20659 0 0 0 111294 12 0 0 25 0 1 0 24172193 89960448 20638 996147200 1448431616 1448550632 4294956208 18446744073709551615 134838783 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21963 20638 434 29 0 20778 0
Current children cumulated CPU time (s) 1113.06
Current children cumulated vsize (KiB) 87852

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/81 22376
/proc/meminfo: memFree=1553880/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=87852 CPUtime=1172.56
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20659 0 0 0 117244 12 0 0 25 0 1 0 24172193 89960448 20638 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 21963 20638 434 29 0 20778 0
Current children cumulated CPU time (s) 1172.56
Current children cumulated vsize (KiB) 87852

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/81 22376
/proc/meminfo: memFree=1553496/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=88116 CPUtime=1232.07
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20725 0 0 0 123195 12 0 0 25 0 1 0 24172193 90230784 20704 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291725 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 22029 20704 434 29 0 20844 0
Current children cumulated CPU time (s) 1232.07
Current children cumulated vsize (KiB) 88116

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/81 22376
/proc/meminfo: memFree=1553368/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=88116 CPUtime=1291.59
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20726 0 0 0 129146 13 0 0 25 0 1 0 24172193 90230784 20705 996147200 1448431616 1448550632 4294956208 18446744073709551615 134844501 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 22029 20705 434 29 0 20844 0
Current children cumulated CPU time (s) 1291.59
Current children cumulated vsize (KiB) 88116

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22376
/proc/meminfo: memFree=1553304/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=88116 CPUtime=1351.11
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20728 0 0 0 135098 13 0 0 25 0 1 0 24172193 90230784 20707 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291634 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 22029 20707 434 29 0 20844 0
Current children cumulated CPU time (s) 1351.11
Current children cumulated vsize (KiB) 88116

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22376
/proc/meminfo: memFree=1553304/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=88116 CPUtime=1410.62
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20728 0 0 0 141049 13 0 0 25 0 1 0 24172193 90230784 20707 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291329 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 22029 20707 434 29 0 20844 0
Current children cumulated CPU time (s) 1410.62
Current children cumulated vsize (KiB) 88116

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22376
/proc/meminfo: memFree=1553240/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=88116 CPUtime=1470.12
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20728 0 0 0 146999 13 0 0 25 0 1 0 24172193 90230784 20707 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268289 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 22029 20707 434 29 0 20844 0
Current children cumulated CPU time (s) 1470.12
Current children cumulated vsize (KiB) 88116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22376
/proc/meminfo: memFree=1553304/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=88116 CPUtime=1529.63
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20728 0 0 0 152950 13 0 0 25 0 1 0 24172193 90230784 20707 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865011 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 22029 20707 434 29 0 20844 0
Current children cumulated CPU time (s) 1529.63
Current children cumulated vsize (KiB) 88116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22376
/proc/meminfo: memFree=1553304/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=88116 CPUtime=1589.14
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20729 0 0 0 158901 13 0 0 25 0 1 0 24172193 90230784 20708 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865376 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 22029 20708 434 29 0 20844 0
Current children cumulated CPU time (s) 1589.14
Current children cumulated vsize (KiB) 88116

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22376
/proc/meminfo: memFree=1552472/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=88908 CPUtime=1648.65
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20931 0 0 0 164851 14 0 0 25 0 1 0 24172193 91041792 20910 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267046 0 0 4096 0 0 0 0 17 0 0 0
/proc/22369/statm: 22227 20910 434 29 0 21042 0
Current children cumulated CPU time (s) 1648.65
Current children cumulated vsize (KiB) 88908

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/75 22429
/proc/meminfo: memFree=1681344/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=89040 CPUtime=1708.49
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20934 0 0 0 170835 14 0 0 25 0 1 0 24172193 91176960 20913 996147200 1448431616 1448550632 4294956208 18446744073709551615 134845192 0 0 4096 0 0 0 0 17 1 0 0
/proc/22369/statm: 22260 20913 434 29 0 21075 0
Current children cumulated CPU time (s) 1708.49
Current children cumulated vsize (KiB) 89040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 22429
/proc/meminfo: memFree=1669184/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=89040 CPUtime=1768.47
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20935 0 0 0 176833 14 0 0 25 0 1 0 24172193 91176960 20914 996147200 1448431616 1448550632 4294956208 18446744073709551615 134844408 0 0 4096 0 0 0 0 17 1 0 0
/proc/22369/statm: 22260 20914 434 29 0 21075 0
Current children cumulated CPU time (s) 1768.47
Current children cumulated vsize (KiB) 89040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.91 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22429
/proc/meminfo: memFree=1664960/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=89040 CPUtime=1800.07
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20935 0 0 0 179993 14 0 0 25 0 1 0 24172193 91176960 20914 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264176 0 0 4096 0 0 0 0 17 1 0 0
/proc/22369/statm: 22260 20914 434 29 0 21075 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 89040

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

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

[startup+1813.91 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 22429
/proc/meminfo: memFree=1664960/2055920 swapFree=4191904/4192956
[pid=22369] ppid=22367 vsize=89040 CPUtime=1800.07
/proc/22369/stat : 22369 (ld-linux.so.2) R 22367 22369 3066 0 -1 4194304 20935 0 0 0 179993 14 0 0 25 0 1 0 24172193 91176960 20914 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264176 0 0 4096 0 0 0 0 17 1 0 0
/proc/22369/statm: 22260 20914 434 29 0 21075 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 89040

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.93
CPU time (s): 1800.1
CPU user time (s): 1799.94
CPU system time (s): 0.160975
CPU usage (%): 99.2379
Max. virtual memory (cumulated for all children) (KiB): 89040

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

runsolver used 1.70874 second user time and 4.90225 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 05:58:16
IDJOB=2080753
IDBENCH=57143
IDSOLVER=769
FILE ID=node63/2080753-1247371096
PBS_JOBID= 9507106
Free space on /tmp= 66220 MiB

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

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

MD5SUM BENCH= 1eb3c150032c50ac46662d9f9a65bfe6
RANDOM SEED=537369291

node63.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.232
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.232
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:       1636864 kB
Buffers:         32536 kB
Cached:         163180 kB
SwapCached:        260 kB
Active:         274556 kB
Inactive:        90772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636864 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            3764 kB
Writeback:           0 kB
Mapped:         186816 kB
Slab:            38508 kB
Committed_AS:   928908 kB
PageTables:       2180 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= 66216 MiB
End job on node63 at 2009-07-12 06:28:32