Trace number 2080808

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.05 1803.03

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-39.xml
MD5SUMfc8636b483e33815847709f2fb0cf1bf
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 variables1521
Number of constraints28937
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28937
Global constraints used (with number of constraints)

Solver Data

0.00/0.16	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-2080808-1247371297/watcher-2080808-1247371297 -o /tmp/evaluation-result-2080808-1247371297/solver-2080808-1247371297 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2080808-1247371297.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.00 2.00 2.01 3/72 25337
/proc/meminfo: memFree=1723488/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=18576 CPUtime=0
/proc/25337/stat : 25337 (runsolver) R 25335 25337 20197 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24193805 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25337/statm: 4644 284 249 26 0 2626 0

[startup+0.212839 s]
/proc/loadavg: 2.00 2.00 2.01 3/72 25337
/proc/meminfo: memFree=1723488/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=7792 CPUtime=0.19
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 1144 0 0 0 19 0 0 0 19 0 1 0 24193805 7979008 1123 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159787379 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 1948 1123 381 29 0 763 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7792

[startup+0.301846 s]
/proc/loadavg: 2.00 2.00 2.01 3/72 25337
/proc/meminfo: memFree=1723488/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=8944 CPUtime=0.28
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 1435 0 0 0 28 0 0 0 19 0 1 0 24193805 9158656 1414 996147200 1448431616 1448550632 4294956208 18446744073709551615 134638966 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 2236 1414 381 29 0 1051 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8944

[startup+0.401858 s]
/proc/loadavg: 2.00 2.00 2.01 3/72 25337
/proc/meminfo: memFree=1723488/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=10352 CPUtime=0.38
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 1765 0 0 0 37 1 0 0 20 0 1 0 24193805 10600448 1744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134557570 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 2588 1744 382 29 0 1403 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 10352

[startup+0.701891 s]
/proc/loadavg: 2.00 2.00 2.01 3/72 25337
/proc/meminfo: memFree=1723488/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=13936 CPUtime=0.69
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 2712 0 0 0 67 2 0 0 23 0 1 0 24193805 14270464 2691 996147200 1448431616 1448550632 4294956208 18446744073709551615 134676188 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 3484 2691 382 29 0 2299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13936

[startup+1.50199 s]
/proc/loadavg: 2.08 2.02 2.02 3/73 25338
/proc/meminfo: memFree=1707032/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=72296 CPUtime=1.48
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 17296 0 0 0 138 10 0 0 25 0 1 0 24193805 74031104 17245 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 18074 17245 411 29 0 16889 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 72296

[startup+3.10116 s]
/proc/loadavg: 2.08 2.02 2.02 3/73 25338
/proc/meminfo: memFree=1643480/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=85904 CPUtime=3.06
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 20463 0 0 0 295 11 0 0 25 0 1 0 24193805 87965696 20412 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836566 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 21476 20412 434 29 0 20291 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 85904

[startup+6.30152 s]
/proc/loadavg: 2.07 2.02 2.02 3/73 25338
/proc/meminfo: memFree=1633624/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=94816 CPUtime=6.23
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 22827 0 0 0 611 12 0 0 25 0 1 0 24193805 97091584 22776 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269029 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 23704 22776 434 29 0 22519 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 94816

[startup+12.7022 s]
/proc/loadavg: 2.07 2.02 2.02 3/73 25338
/proc/meminfo: memFree=1631896/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=96400 CPUtime=12.57
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 23243 0 0 0 1245 12 0 0 25 0 1 0 24193805 98713600 23192 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269029 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 24100 23192 434 29 0 22915 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 96400

[startup+25.5067 s]
/proc/loadavg: 2.05 2.01 2.01 3/73 25338
/proc/meminfo: memFree=1628440/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=103268 CPUtime=25.26
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 24157 0 0 0 2513 13 0 0 25 0 1 0 24193805 105746432 24106 996147200 1448431616 1448550632 4294956208 18446744073709551615 134844551 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 25817 24106 434 29 0 24632 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 103268

[startup+51.1015 s]
/proc/loadavg: 2.03 2.01 2.01 3/73 25338
/proc/meminfo: memFree=1625368/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=105776 CPUtime=50.65
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 24931 0 0 0 5051 14 0 0 25 0 1 0 24193805 108314624 24880 996147200 1448431616 1448550632 4294956208 18446744073709551615 134844589 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 26444 24880 434 29 0 25259 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 105776

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 2.01 3/73 25338
/proc/meminfo: memFree=1623832/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=107756 CPUtime=101.46
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 25533 0 0 0 10131 15 0 0 25 0 1 0 24193805 110342144 25482 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865437 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 26939 25482 434 29 0 25754 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 107756

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25338
/proc/meminfo: memFree=1621528/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=108812 CPUtime=161
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 25853 0 0 0 16085 15 0 0 25 0 1 0 24193805 111423488 25802 996147200 1448431616 1448550632 4294956208 18446744073709551615 134838866 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 27203 25802 434 29 0 26018 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 108812

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25338
/proc/meminfo: memFree=1617368/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=111716 CPUtime=220.54
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 26883 0 0 0 22038 16 0 0 25 0 1 0 24193805 114397184 26832 996147200 1448431616 1448550632 4294956208 18446744073709551615 135160994 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 27929 26832 434 29 0 26744 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 111716

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25338
/proc/meminfo: memFree=1617432/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=111716 CPUtime=280.09
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 26884 0 0 0 27993 16 0 0 25 0 1 0 24193805 114397184 26833 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267046 0 0 4096 0 0 0 0 17 1 0 0
/proc/25337/statm: 27929 26833 434 29 0 26744 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 111716

[startup+342.306 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 25449
/proc/meminfo: memFree=1610384/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=112112 CPUtime=339.87
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 26991 0 0 0 33969 18 0 0 25 0 1 0 24193805 114802688 26940 996147200 1448431616 1448550632 4294956208 18446744073709551615 134845132 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28028 26940 434 29 0 26843 0
Current children cumulated CPU time (s) 339.87
Current children cumulated vsize (KiB) 112112

[startup+402.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 25449
/proc/meminfo: memFree=1605520/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=112376 CPUtime=399.84
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 27048 0 0 0 39966 18 0 0 25 0 1 0 24193805 115073024 26997 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756372 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28094 26997 434 29 0 26909 0
Current children cumulated CPU time (s) 399.84
Current children cumulated vsize (KiB) 112376

[startup+462.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 25449
/proc/meminfo: memFree=1602128/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=112376 CPUtime=459.81
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 27050 0 0 0 45963 18 0 0 25 0 1 0 24193805 115073024 26999 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268294 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28094 26999 434 29 0 26909 0
Current children cumulated CPU time (s) 459.81
Current children cumulated vsize (KiB) 112376

[startup+522.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/75 25449
/proc/meminfo: memFree=1598352/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=112640 CPUtime=519.79
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 27118 0 0 0 51961 18 0 0 25 0 1 0 24193805 115343360 27067 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290312 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28160 27067 434 29 0 26975 0
Current children cumulated CPU time (s) 519.79
Current children cumulated vsize (KiB) 112640

[startup+582.302 s]
/proc/loadavg: 2.06 2.04 2.00 3/75 25449
/proc/meminfo: memFree=1597712/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=112640 CPUtime=579.76
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 27123 0 0 0 57958 18 0 0 25 0 1 0 24193805 115343360 27072 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263984 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28160 27072 434 29 0 26975 0
Current children cumulated CPU time (s) 579.76
Current children cumulated vsize (KiB) 112640

[startup+642.302 s]
/proc/loadavg: 2.06 2.05 2.00 3/75 25449
/proc/meminfo: memFree=1595152/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=114488 CPUtime=639.74
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 27755 0 0 0 63955 19 0 0 25 0 1 0 24193805 117235712 27704 996147200 1448431616 1448550632 4294956208 18446744073709551615 134845839 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28622 27704 434 29 0 27437 0
Current children cumulated CPU time (s) 639.74
Current children cumulated vsize (KiB) 114488

[startup+702.301 s]

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

[startup+822.302 s]
/proc/loadavg: 2.12 2.07 2.00 3/75 25449
/proc/meminfo: memFree=1589712/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=115676 CPUtime=819.68
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28053 0 0 0 81949 19 0 0 25 0 1 0 24193805 118452224 28002 996147200 1448431616 1448550632 4294956208 18446744073709551615 134828993 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28919 28002 434 29 0 27734 0
Current children cumulated CPU time (s) 819.68
Current children cumulated vsize (KiB) 115676

[startup+882.302 s]
/proc/loadavg: 2.11 2.07 2.00 3/75 25449
/proc/meminfo: memFree=1589072/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=115676 CPUtime=879.66
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28057 0 0 0 87947 19 0 0 25 0 1 0 24193805 118452224 28006 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291397 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28919 28006 434 29 0 27734 0
Current children cumulated CPU time (s) 879.66
Current children cumulated vsize (KiB) 115676

[startup+942.301 s]
/proc/loadavg: 2.10 2.07 2.00 3/75 25449
/proc/meminfo: memFree=1589008/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=115676 CPUtime=939.63
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28061 0 0 0 93944 19 0 0 25 0 1 0 24193805 118452224 28010 996147200 1448431616 1448550632 4294956208 18446744073709551615 134845827 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28919 28010 434 29 0 27734 0
Current children cumulated CPU time (s) 939.63
Current children cumulated vsize (KiB) 115676

[startup+1002.31 s]
/proc/loadavg: 2.09 2.07 2.00 3/75 25449
/proc/meminfo: memFree=1588816/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=115676 CPUtime=999.61
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28061 0 0 0 99942 19 0 0 25 0 1 0 24193805 118452224 28010 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269029 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28919 28010 434 29 0 27734 0
Current children cumulated CPU time (s) 999.61
Current children cumulated vsize (KiB) 115676

[startup+1062.3 s]
/proc/loadavg: 2.08 2.07 2.00 3/75 25449
/proc/meminfo: memFree=1588304/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=115676 CPUtime=1059.59
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28062 0 0 0 105940 19 0 0 25 0 1 0 24193805 118452224 28011 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 28919 28011 434 29 0 27734 0
Current children cumulated CPU time (s) 1059.59
Current children cumulated vsize (KiB) 115676

[startup+1122.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/75 25449
/proc/meminfo: memFree=1584720/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=116204 CPUtime=1119.57
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28163 0 0 0 111937 20 0 0 25 0 1 0 24193805 118992896 28112 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291707 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 29051 28112 434 29 0 27866 0
Current children cumulated CPU time (s) 1119.57
Current children cumulated vsize (KiB) 116204

[startup+1182.3 s]
/proc/loadavg: 2.21 2.11 2.02 3/75 25449
/proc/meminfo: memFree=1583056/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=116204 CPUtime=1179.55
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28164 0 0 0 117935 20 0 0 25 0 1 0 24193805 118992896 28113 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897040 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 29051 28113 434 29 0 27866 0
Current children cumulated CPU time (s) 1179.55
Current children cumulated vsize (KiB) 116204

[startup+1242.3 s]
/proc/loadavg: 2.11 2.10 2.02 3/75 25449
/proc/meminfo: memFree=1582864/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=116204 CPUtime=1239.53
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28164 0 0 0 123933 20 0 0 25 0 1 0 24193805 118992896 28113 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836616 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 29051 28113 434 29 0 27866 0
Current children cumulated CPU time (s) 1239.53
Current children cumulated vsize (KiB) 116204

[startup+1302.3 s]
/proc/loadavg: 2.08 2.10 2.02 3/75 25449
/proc/meminfo: memFree=1582800/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=116204 CPUtime=1299.5
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28164 0 0 0 129930 20 0 0 25 0 1 0 24193805 118992896 28113 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864960 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 29051 28113 434 29 0 27866 0
Current children cumulated CPU time (s) 1299.5
Current children cumulated vsize (KiB) 116204

[startup+1362.3 s]
/proc/loadavg: 2.06 2.09 2.02 3/75 25449
/proc/meminfo: memFree=1582800/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=116204 CPUtime=1359.48
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28164 0 0 0 135928 20 0 0 25 0 1 0 24193805 118992896 28113 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268913 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 29051 28113 434 29 0 27866 0
Current children cumulated CPU time (s) 1359.48
Current children cumulated vsize (KiB) 116204

[startup+1422.3 s]
/proc/loadavg: 2.02 2.07 2.01 3/75 25449
/proc/meminfo: memFree=1581648/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=125320 CPUtime=1419.46
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28455 0 0 0 141926 20 0 0 25 0 1 0 24193805 128327680 28404 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829005 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 31330 28404 434 29 0 30145 0
Current children cumulated CPU time (s) 1419.46
Current children cumulated vsize (KiB) 125320

[startup+1482.3 s]
/proc/loadavg: 2.01 2.06 2.00 3/75 25449
/proc/meminfo: memFree=1581392/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=125320 CPUtime=1479.43
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28458 0 0 0 147923 20 0 0 25 0 1 0 24193805 128327680 28407 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897031 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 31330 28407 434 29 0 30145 0
Current children cumulated CPU time (s) 1479.43
Current children cumulated vsize (KiB) 125320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/75 25449
/proc/meminfo: memFree=1579856/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=125320 CPUtime=1539.42
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28462 0 0 0 153921 21 0 0 25 0 1 0 24193805 128327680 28411 996147200 1448431616 1448550632 4294956208 18446744073709551615 135220115 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 31330 28411 434 29 0 30145 0
Current children cumulated CPU time (s) 1539.42
Current children cumulated vsize (KiB) 125320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 25449
/proc/meminfo: memFree=1579792/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=125320 CPUtime=1599.4
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28463 0 0 0 159919 21 0 0 25 0 1 0 24193805 128327680 28412 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269029 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 31330 28412 434 29 0 30145 0
Current children cumulated CPU time (s) 1599.4
Current children cumulated vsize (KiB) 125320

[startup+1662.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 25449
/proc/meminfo: memFree=1579728/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=125320 CPUtime=1659.38
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28463 0 0 0 165917 21 0 0 25 0 1 0 24193805 128327680 28412 996147200 1448431616 1448550632 4294956208 18446744073709551615 135292417 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 31330 28412 434 29 0 30145 0
Current children cumulated CPU time (s) 1659.38
Current children cumulated vsize (KiB) 125320

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 25449
/proc/meminfo: memFree=1579728/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=125320 CPUtime=1719.35
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28463 0 0 0 171914 21 0 0 25 0 1 0 24193805 128327680 28412 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264051 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 31330 28412 434 29 0 30145 0
Current children cumulated CPU time (s) 1719.35
Current children cumulated vsize (KiB) 125320

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 25449
/proc/meminfo: memFree=1579664/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=125320 CPUtime=1779.33
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28463 0 0 0 177912 21 0 0 25 0 1 0 24193805 128327680 28412 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263984 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 31330 28412 434 29 0 30145 0
Current children cumulated CPU time (s) 1779.33
Current children cumulated vsize (KiB) 125320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 25449
/proc/meminfo: memFree=1579664/2055920 swapFree=4192812/4192956
[pid=25337] ppid=25335 vsize=125320 CPUtime=1800.03
/proc/25337/stat : 25337 (ld-linux.so.2) R 25335 25337 20197 0 -1 4194304 28464 0 0 0 179982 21 0 0 25 0 1 0 24193805 128327680 28413 996147200 1448431616 1448550632 4294956208 18446744073709551615 135292131 0 0 4096 0 0 0 0 17 0 0 0
/proc/25337/statm: 31330 28413 434 29 0 30145 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 125320

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.03
CPU time (s): 1800.05
CPU user time (s): 1799.82
CPU system time (s): 0.230964
CPU usage (%): 99.835
Max. virtual memory (cumulated for all children) (KiB): 125320

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

runsolver used 2.37364 second user time and 5.58515 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 06:01:37
IDJOB=2080808
IDBENCH=57173
IDSOLVER=769
FILE ID=node38/2080808-1247371297
PBS_JOBID= 9507010
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= fc8636b483e33815847709f2fb0cf1bf
RANDOM SEED=1404763209

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1723968 kB
Buffers:         43912 kB
Cached:         190416 kB
SwapCached:          0 kB
Active:         153560 kB
Inactive:       103852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4768 kB
Writeback:           0 kB
Mapped:          34640 kB
Slab:            59824 kB
Committed_AS:   186608 kB
PageTables:       1824 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= 66436 MiB
End job on node38 at 2009-07-12 06:31:42