Trace number 1055876

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-14SAT 913.522 916.628

DiagnosticValue
ASSIGNMENTS2278
CHECKS742750000

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-75_ext.xml
MD5SUM5c79399234abcf40ea987f2fe6c389ae
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.20966
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

913.49/916.62	s SATISFIABLE
913.49/916.62	v 4 16 1 17 12 2 19 1 9 11 11 1 14 7 16 4 7 16 18 11 2 3 17 2 6 12 10 4 20 3 15 4 5 15 13 8 8 18 3 24 33 35 36 47 48 55 59 75 86 89 91 103 107 110 114 129 137 155 179 179 0 
913.49/916.62	d CHECKS 742749758
913.49/916.62	d ASSIGNMENTS 2278

Verifier Data (download as text)

OK

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-1055876-1215060472/watcher-1055876-1215060472 -o /tmp/evaluation-result-1055876-1215060472/solver-1055876-1215060472 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/run -c HOME/instance-1055876-1215060472.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.00 2.01 2.00 4/81 10547
/proc/meminfo: memFree=1724920/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=18572 CPUtime=0
/proc/10547/stat : 10547 (runsolver) R 10545 10547 6069 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 143858592 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 212218735911 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10547/statm: 4643 292 257 25 0 2626 0

[startup+0.0942201 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 10547
/proc/meminfo: memFree=1724920/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=10264 CPUtime=0.08
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 2160 0 0 0 7 1 0 0 18 0 1 0 143858592 10510336 1891 996147200 1448431616 1448550632 4294956288 18446744073709551615 4157598267 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 2566 1891 331 29 0 1556 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10264

[startup+0.101223 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 10547
/proc/meminfo: memFree=1724920/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=14092 CPUtime=0.08
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 3102 0 0 0 7 1 0 0 18 0 1 0 143858592 14430208 2833 996147200 1448431616 1448550632 4294956288 18446744073709551615 4157598267 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 3523 2833 331 29 0 2513 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14092

[startup+0.301232 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 10547
/proc/meminfo: memFree=1724920/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=27968 CPUtime=0.28
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6544 0 0 0 26 2 0 0 19 0 1 0 143858592 28639232 6275 996147200 1448431616 1448550632 4294956288 18446744073709551615 134535152 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 6992 6275 343 29 0 5982 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27968

[startup+0.701275 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 10547
/proc/meminfo: memFree=1724920/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=27968 CPUtime=0.67
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6544 0 0 0 65 2 0 0 23 0 1 0 143858592 28639232 6275 996147200 1448431616 1448550632 4294956288 18446744073709551615 134523003 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 6992 6275 343 29 0 5982 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 27968

[startup+1.50136 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10548
/proc/meminfo: memFree=1701040/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=27968 CPUtime=1.47
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6545 0 0 0 145 2 0 0 25 0 1 0 143858592 28639232 6276 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545219 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 6992 6276 343 29 0 5982 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 27968

[startup+3.10153 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10548
/proc/meminfo: memFree=1700912/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=27968 CPUtime=3.06
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6545 0 0 0 304 2 0 0 25 0 1 0 143858592 28639232 6276 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545118 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 6992 6276 343 29 0 5982 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 27968

[startup+6.30186 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10548
/proc/meminfo: memFree=1700848/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=27968 CPUtime=6.24
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6547 0 0 0 621 3 0 0 25 0 1 0 143858592 28639232 6278 996147200 1448431616 1448550632 4294956288 18446744073709551615 134535184 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 6992 6278 343 29 0 5982 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 27968

[startup+12.7015 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10548
/proc/meminfo: memFree=1700784/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=27968 CPUtime=12.58
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6550 0 0 0 1255 3 0 0 25 0 1 0 143858592 28639232 6281 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545485 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 6992 6281 343 29 0 5982 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 27968

[startup+25.5019 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10548
/proc/meminfo: memFree=1700784/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=27968 CPUtime=25.27
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6555 0 0 0 2524 3 0 0 25 0 1 0 143858592 28639232 6286 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545704 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 6992 6286 343 29 0 5982 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 27968

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10548
/proc/meminfo: memFree=1700848/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=27968 CPUtime=50.66
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6565 0 0 0 5063 3 0 0 25 0 1 0 143858592 28639232 6296 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545455 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 6992 6296 343 29 0 5982 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 27968

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10548
/proc/meminfo: memFree=1700592/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=27968 CPUtime=101.43
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6586 0 0 0 10140 3 0 0 25 0 1 0 143858592 28639232 6317 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522968 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 6992 6317 343 29 0 5982 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 27968

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10548
/proc/meminfo: memFree=1700336/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=28252 CPUtime=160.92
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6629 0 0 0 16089 3 0 0 25 0 1 0 143858592 28930048 6360 996147200 1448431616 1448550632 4294956288 18446744073709551615 134523006 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 7063 6360 343 29 0 6053 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 28252

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10548
/proc/meminfo: memFree=1700336/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=28252 CPUtime=220.41
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6656 0 0 0 22038 3 0 0 25 0 1 0 143858592 28930048 6387 996147200 1448431616 1448550632 4294956288 18446744073709551615 134534921 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 7063 6387 343 29 0 6053 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 28252

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10548
/proc/meminfo: memFree=1700144/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=28532 CPUtime=279.9
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6689 0 0 0 27987 3 0 0 25 0 1 0 143858592 29216768 6420 996147200 1448431616 1448550632 4294956288 18446744073709551615 134523024 0 0 4096 0 0 0 0 17 1 0 0
/proc/10547/statm: 7133 6420 343 29 0 6123 0
Current children cumulated CPU time (s) 279.9
Current children cumulated vsize (KiB) 28532

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10600
/proc/meminfo: memFree=1698712/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=28532 CPUtime=339.48
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6714 0 0 0 33945 3 0 0 25 0 1 0 143858592 29216768 6445 996147200 1448431616 1448550632 4294956288 18446744073709551615 134534989 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7133 6445 343 29 0 6123 0
Current children cumulated CPU time (s) 339.48
Current children cumulated vsize (KiB) 28532

[startup+402.302 s]
/proc/loadavg: 2.07 2.03 2.01 3/82 10805
/proc/meminfo: memFree=1677408/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=28532 CPUtime=399.39
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6735 0 0 0 39934 5 0 0 25 0 1 0 143858592 29216768 6466 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522949 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7133 6466 343 29 0 6123 0
Current children cumulated CPU time (s) 399.39
Current children cumulated vsize (KiB) 28532

[startup+462.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 10805
/proc/meminfo: memFree=1676832/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29092 CPUtime=459.37
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6889 0 0 0 45932 5 0 0 25 0 1 0 143858592 29790208 6620 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522966 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7273 6620 343 29 0 6263 0
Current children cumulated CPU time (s) 459.37
Current children cumulated vsize (KiB) 29092

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 10805
/proc/meminfo: memFree=1676640/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29092 CPUtime=519.34
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6889 0 0 0 51929 5 0 0 25 0 1 0 143858592 29790208 6620 996147200 1448431616 1448550632 4294956288 18446744073709551615 134523024 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7273 6620 343 29 0 6263 0
Current children cumulated CPU time (s) 519.34
Current children cumulated vsize (KiB) 29092

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10805
/proc/meminfo: memFree=1676576/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29092 CPUtime=579.32
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6889 0 0 0 57927 5 0 0 25 0 1 0 143858592 29790208 6620 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522919 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7273 6620 343 29 0 6263 0
Current children cumulated CPU time (s) 579.32
Current children cumulated vsize (KiB) 29092

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10805
/proc/meminfo: memFree=1676576/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29092 CPUtime=639.31
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6889 0 0 0 63926 5 0 0 25 0 1 0 143858592 29790208 6620 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522933 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7273 6620 343 29 0 6263 0
Current children cumulated CPU time (s) 639.31
Current children cumulated vsize (KiB) 29092

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10805
/proc/meminfo: memFree=1676192/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29372 CPUtime=699.28
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 6959 0 0 0 69923 5 0 0 25 0 1 0 143858592 30076928 6690 996147200 1448431616 1448550632 4294956288 18446744073709551615 134535125 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7343 6690 343 29 0 6333 0
Current children cumulated CPU time (s) 699.28
Current children cumulated vsize (KiB) 29372

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10805
/proc/meminfo: memFree=1675808/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=759.26
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 75921 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134535132 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 759.26
Current children cumulated vsize (KiB) 29652

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=819.23
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 81918 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134534936 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 819.23
Current children cumulated vsize (KiB) 29652

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=879.2
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 87915 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134534903 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 879.2
Current children cumulated vsize (KiB) 29652

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

[startup+895.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=892.8
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 89275 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134535099 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 892.8
Current children cumulated vsize (KiB) 29652

[startup+908.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=905.59
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 90554 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522982 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 905.59
Current children cumulated vsize (KiB) 29652

[startup+911.906 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=908.8
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 90875 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545551 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 908.8
Current children cumulated vsize (KiB) 29652

[startup+915.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=911.99
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 91194 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545923 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 911.99
Current children cumulated vsize (KiB) 29652

[startup+915.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=912.79
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 91274 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522959 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 912.79
Current children cumulated vsize (KiB) 29652

[startup+916.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=913.19
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 91314 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545237 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 913.19
Current children cumulated vsize (KiB) 29652

[startup+916.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=913.39
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 91334 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522968 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 913.39
Current children cumulated vsize (KiB) 29652

[startup+916.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10811
/proc/meminfo: memFree=1675480/2055920 swapFree=4181040/4192956
[pid=10547] ppid=10545 vsize=29652 CPUtime=913.49
/proc/10547/stat : 10547 (ld-linux.so.2) R 10545 10547 6069 0 -1 4194304 7029 0 0 0 91344 5 0 0 25 0 1 0 143858592 30363648 6760 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545559 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 7413 6760 343 29 0 6403 0
Current children cumulated CPU time (s) 913.49
Current children cumulated vsize (KiB) 29652

Child status: 0
Real time (s): 916.628
CPU time (s): 913.522
CPU user time (s): 913.461
CPU system time (s): 0.06099
CPU usage (%): 99.6611
Max. virtual memory (cumulated for all children) (KiB): 29652

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

runsolver used 0.91586 second user time and 2.43263 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-03 06:47:52
IDJOB=1055876
IDBENCH=56975
IDSOLVER=328
FILE ID=node46/1055876-1215060472
PBS_JOBID= 7875083
Free space on /tmp= 66208 MiB

SOLVER NAME= spider 2008-06-14
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-75_ext.xml
COMMAND LINE= HOME/run -c BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055876-1215060472/watcher-1055876-1215060472 -o /tmp/evaluation-result-1055876-1215060472/solver-1055876-1215060472 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/run -c HOME/instance-1055876-1215060472.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5c79399234abcf40ea987f2fe6c389ae
RANDOM SEED=1759871864

node46.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.238
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.238
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:       1725400 kB
Buffers:         54716 kB
Cached:         195560 kB
SwapCached:       5880 kB
Active:         166548 kB
Inactive:       103332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725400 kB
SwapTotal:     4192956 kB
SwapFree:      4181040 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          36272 kB
Slab:            46028 kB
Committed_AS:   326472 kB
PageTables:       1624 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-03 07:03:09