Trace number 1100797

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
spider 2008-06-14? (TO) 1800.11 1807.41

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-50_ext.xml
MD5SUM5f486f0fdd81d28ae532aca6be30d794
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1198.98
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints463
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension463
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)


Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100797-1215287732/watcher-1100797-1215287732 -o /tmp/evaluation-result-1100797-1215287732/solver-1100797-1215287732 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/run -c HOME/instance-1100797-1215287732.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.11 2.03 3/81 14277
/proc/meminfo: memFree=1663520/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=5212 CPUtime=0
/proc/14277/stat : 14277 (run) R 14275 14277 7873 0 -1 4194304 85 0 0 0 0 0 0 0 20 0 1 0 684502811 5337088 59 996147200 4194304 4889804 548682068832 18446744073709551615 230266430064 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 1303 59 42 169 0 14 0

[startup+0.0423811 s]
/proc/loadavg: 2.10 2.11 2.03 3/81 14277
/proc/meminfo: memFree=1663520/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=4376 CPUtime=0.03
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 690 0 0 0 3 0 0 0 20 0 1 0 684502811 4481024 421 996147200 1448431616 1448550632 4294956272 18446744073709551615 134601816 0 0 4096 0 0 0 0 17 0 0 0
/proc/14277/statm: 1094 421 327 29 0 84 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4376

[startup+0.10239 s]
/proc/loadavg: 2.10 2.11 2.03 3/81 14277
/proc/meminfo: memFree=1663520/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=4772 CPUtime=0.09
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 771 0 0 0 9 0 0 0 20 0 1 0 684502811 4886528 502 996147200 1448431616 1448550632 4294956272 18446744073709551615 134557471 0 0 4096 0 0 0 0 17 0 0 0
/proc/14277/statm: 1193 502 327 29 0 183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4772

[startup+0.302434 s]
/proc/loadavg: 2.10 2.11 2.03 3/81 14277
/proc/meminfo: memFree=1663520/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8600 CPUtime=0.28
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1747 0 0 0 28 0 0 0 22 0 1 0 684502811 8806400 1478 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522639 0 0 4096 0 0 0 0 17 0 0 0
/proc/14277/statm: 2150 1478 343 29 0 1140 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8600

[startup+0.701506 s]
/proc/loadavg: 2.10 2.11 2.03 3/81 14277
/proc/meminfo: memFree=1663520/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8600 CPUtime=0.68
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1754 0 0 0 68 0 0 0 25 0 1 0 684502811 8806400 1485 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535396 0 0 4096 0 0 0 0 17 0 0 0
/proc/14277/statm: 2150 1485 343 29 0 1140 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8600

[startup+1.50165 s]
/proc/loadavg: 2.10 2.11 2.03 3/82 14278
/proc/meminfo: memFree=1658840/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8600 CPUtime=1.47
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1757 0 0 0 147 0 0 0 25 0 1 0 684502811 8806400 1488 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535029 0 0 4096 0 0 0 0 17 0 0 0
/proc/14277/statm: 2150 1488 343 29 0 1140 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8600

[startup+3.10195 s]
/proc/loadavg: 2.10 2.11 2.03 3/82 14278
/proc/meminfo: memFree=1658584/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8600 CPUtime=3.06
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1760 0 0 0 306 0 0 0 25 0 1 0 684502811 8806400 1491 996147200 1448431616 1448550632 4294956272 18446744073709551615 134534887 0 0 4096 0 0 0 0 17 0 0 0
/proc/14277/statm: 2150 1491 343 29 0 1140 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 8600

[startup+6.30155 s]
/proc/loadavg: 2.17 2.13 2.04 3/82 14278
/proc/meminfo: memFree=1658136/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8600 CPUtime=6.22
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1764 0 0 0 622 0 0 0 25 0 1 0 684502811 8806400 1495 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535319 0 0 4096 0 0 0 0 17 0 0 0
/proc/14277/statm: 2150 1495 343 29 0 1140 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 8600

[startup+12.7017 s]
/proc/loadavg: 2.16 2.13 2.03 3/82 14278
/proc/meminfo: memFree=1657240/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8604 CPUtime=12.57
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1768 0 0 0 1257 0 0 0 25 0 1 0 684502811 8810496 1499 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535353 0 0 4096 0 0 0 0 17 0 0 0
/proc/14277/statm: 2151 1499 343 29 0 1141 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 8604

[startup+25.5021 s]
/proc/loadavg: 2.12 2.12 2.03 3/74 14306
/proc/meminfo: memFree=1706392/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=25.29
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1771 0 0 0 2528 1 0 0 25 0 1 0 684502811 8945664 1502 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522655 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1502 343 29 0 1174 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 8736

[startup+51.1029 s]
/proc/loadavg: 2.08 2.11 2.03 3/74 14306
/proc/meminfo: memFree=1706200/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=50.78
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1775 0 0 0 5077 1 0 0 25 0 1 0 684502811 8945664 1506 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546226 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1506 343 29 0 1174 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 8736

[startup+102.305 s]
/proc/loadavg: 2.07 2.10 2.03 3/74 14306
/proc/meminfo: memFree=1706008/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=101.78
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1778 0 0 0 10177 1 0 0 25 0 1 0 684502811 8945664 1509 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546345 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1509 343 29 0 1174 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 8736

[startup+162.303 s]
/proc/loadavg: 2.06 2.10 2.03 3/74 14306
/proc/meminfo: memFree=1706008/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=161.53
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1781 0 0 0 16152 1 0 0 25 0 1 0 684502811 8945664 1512 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546136 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1512 343 29 0 1174 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 8736

[startup+222.302 s]
/proc/loadavg: 2.39 2.18 2.06 3/74 14306
/proc/meminfo: memFree=1706008/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=221.3
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1781 0 0 0 22129 1 0 0 25 0 1 0 684502811 8945664 1512 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535340 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1512 343 29 0 1174 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 8736

[startup+282.302 s]
/proc/loadavg: 2.21 2.17 2.07 3/74 14306
/proc/meminfo: memFree=1705944/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=281.06
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1785 0 0 0 28105 1 0 0 25 0 1 0 684502811 8945664 1516 996147200 1448431616 1448550632 4294956272 18446744073709551615 134547998 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1516 343 29 0 1174 0
Current children cumulated CPU time (s) 281.06
Current children cumulated vsize (KiB) 8736

[startup+342.302 s]
/proc/loadavg: 2.07 2.14 2.06 3/74 14312
/proc/meminfo: memFree=1705688/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=340.81
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1785 0 0 0 34080 1 0 0 25 0 1 0 684502811 8945664 1516 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522626 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1516 343 29 0 1174 0
Current children cumulated CPU time (s) 340.81
Current children cumulated vsize (KiB) 8736

[startup+402.301 s]
/proc/loadavg: 2.03 2.11 2.06 3/74 14312
/proc/meminfo: memFree=1705688/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=400.57
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1785 0 0 0 40056 1 0 0 25 0 1 0 684502811 8945664 1516 996147200 1448431616 1448550632 4294956272 18446744073709551615 134545087 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1516 343 29 0 1174 0
Current children cumulated CPU time (s) 400.57
Current children cumulated vsize (KiB) 8736

[startup+462.302 s]
/proc/loadavg: 2.01 2.09 2.05 3/74 14312
/proc/meminfo: memFree=1705752/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=460.34
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1785 0 0 0 46033 1 0 0 25 0 1 0 684502811 8945664 1516 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522679 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1516 343 29 0 1174 0
Current children cumulated CPU time (s) 460.34
Current children cumulated vsize (KiB) 8736

[startup+522.301 s]
/proc/loadavg: 2.00 2.07 2.04 3/74 14312
/proc/meminfo: memFree=1705752/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=520.09
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1785 0 0 0 52008 1 0 0 25 0 1 0 684502811 8945664 1516 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522673 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1516 343 29 0 1174 0
Current children cumulated CPU time (s) 520.09
Current children cumulated vsize (KiB) 8736

[startup+582.302 s]
/proc/loadavg: 2.00 2.05 2.04 3/74 14312
/proc/meminfo: memFree=1705752/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=579.86
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1788 0 0 0 57985 1 0 0 25 0 1 0 684502811 8945664 1519 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522637 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1519 343 29 0 1174 0
Current children cumulated CPU time (s) 579.86
Current children cumulated vsize (KiB) 8736

[startup+642.302 s]
/proc/loadavg: 2.00 2.04 2.03 3/74 14312
/proc/meminfo: memFree=1705752/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=639.62
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1788 0 0 0 63961 1 0 0 25 0 1 0 684502811 8945664 1519 996147200 1448431616 1448550632 4294956272 18446744073709551615 134541103 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1519 343 29 0 1174 0
Current children cumulated CPU time (s) 639.62
Current children cumulated vsize (KiB) 8736


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.01 3/74 14312
/proc/meminfo: memFree=1705432/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=818.91
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1788 0 0 0 81889 2 0 0 25 0 1 0 684502811 8945664 1519 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522668 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1519 343 29 0 1174 0
Current children cumulated CPU time (s) 818.91
Current children cumulated vsize (KiB) 8736

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.01 3/74 14312
/proc/meminfo: memFree=1705432/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=878.67
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1788 0 0 0 87865 2 0 0 25 0 1 0 684502811 8945664 1519 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522679 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1519 343 29 0 1174 0
Current children cumulated CPU time (s) 878.67
Current children cumulated vsize (KiB) 8736

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14312
/proc/meminfo: memFree=1705432/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=938.43
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1788 0 0 0 93841 2 0 0 25 0 1 0 684502811 8945664 1519 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522584 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1519 343 29 0 1174 0
Current children cumulated CPU time (s) 938.43
Current children cumulated vsize (KiB) 8736

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1705432/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=998.19
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1788 0 0 0 99817 2 0 0 25 0 1 0 684502811 8945664 1519 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546342 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1519 343 29 0 1174 0
Current children cumulated CPU time (s) 998.19
Current children cumulated vsize (KiB) 8736

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1705432/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1057.95
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 105793 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522639 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1057.95
Current children cumulated vsize (KiB) 8736

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1705368/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1117.72
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 111770 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546819 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1117.72
Current children cumulated vsize (KiB) 8736

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1705368/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1177.47
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 117745 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546846 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1177.47
Current children cumulated vsize (KiB) 8736

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704984/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1237.24
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 123722 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134534998 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1237.24
Current children cumulated vsize (KiB) 8736

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704984/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1297
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 129698 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522626 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1297
Current children cumulated vsize (KiB) 8736

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704984/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1356.76
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 135674 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546348 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1356.76
Current children cumulated vsize (KiB) 8736

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704920/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1416.52
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 141650 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522642 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1416.52
Current children cumulated vsize (KiB) 8736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704920/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1476.28
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 147626 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546846 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1476.28
Current children cumulated vsize (KiB) 8736

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704792/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1536.04
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 153602 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535247 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1536.04
Current children cumulated vsize (KiB) 8736

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704792/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1595.8
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 159578 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134545176 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1595.8
Current children cumulated vsize (KiB) 8736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704728/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1655.56
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 165554 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546371 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1655.56
Current children cumulated vsize (KiB) 8736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704728/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1715.32
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 171530 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134541114 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1715.32
Current children cumulated vsize (KiB) 8736

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704664/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1775.09
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 177507 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522626 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1775.09
Current children cumulated vsize (KiB) 8736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14312
/proc/meminfo: memFree=1704536/2055924 swapFree=4177320/4192956
[pid=14277] ppid=14275 vsize=8736 CPUtime=1800.09
/proc/14277/stat : 14277 (ld-linux.so.2) R 14275 14277 7873 0 -1 4194304 1792 0 0 0 180007 2 0 0 25 0 1 0 684502811 8945664 1523 996147200 1448431616 1448550632 4294956272 18446744073709551615 134544953 0 0 4096 0 0 0 0 17 1 0 0
/proc/14277/statm: 2184 1523 343 29 0 1174 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 8736

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): 1807.41
CPU time (s): 1800.11
CPU user time (s): 1800.08
CPU system time (s): 0.028995
CPU usage (%): 99.596
Max. virtual memory (cumulated for all children) (KiB): 8736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.08
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1792
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= 25
involuntary context switches= 21037

runsolver used 1.16482 second user time and 5.42117 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 21:55:32
IDJOB=1100797
IDBENCH=59981
IDSOLVER=328
FILE ID=node83/1100797-1215287732
PBS_JOBID= 7882166
Free space on /tmp= 66488 MiB

SOLVER NAME= spider 2008-06-14
BENCH NAME= CPAI08/csp/rand-2-50-23/normalized-rand-2-50-23-587-230-50_ext.xml
COMMAND LINE= HOME/run -c BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100797-1215287732/watcher-1100797-1215287732 -o /tmp/evaluation-result-1100797-1215287732/solver-1100797-1215287732 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/run -c HOME/instance-1100797-1215287732.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f486f0fdd81d28ae532aca6be30d794
RANDOM SEED=192873345

node83.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.263
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.263
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:      2055924 kB
MemFree:       1664000 kB
Buffers:         57252 kB
Cached:         222856 kB
SwapCached:       9708 kB
Active:         235164 kB
Inactive:       108588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1664000 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            9608 kB
Writeback:           0 kB
Mapped:          76236 kB
Slab:            33388 kB
Committed_AS:  1993824 kB
PageTables:       1884 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= 66492 MiB
End job on node83 at 2008-07-05 22:25:42