Trace number 1055744

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
bpsolver 2008-06-27SAT 540.98 543.152

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-193_ext.xml
MD5SUMd791dec87b10526615a0084f40824770
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.55161
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)

0.00/0.02	c bpsolver version 6.27.2008
0.00/0.02	c converting(HOME/instance-1055744-1215060216)
0.68/0.77	c Converted in 233 ms
0.68/0.77	c solving(HOME/instance-1055744-1215060216,1800000)
540.93/543.14	c (ffc_inout)
540.93/543.14	s SATISFIABLE
540.93/543.14	v 16 1 4 19 13 7 1 25 20 31 11 1 14 27 2 0 10 19 19 13 7 1 5 4 17 1 6 13 18 0 8 15 3 2 15 24 12 1 9 5 20 27 52 83 84 111 111 130 143 144 148 149 162 162 177 179 203 204 209 209 0 
540.93/543.14	
540.93/543.14	c Time=540188 ms
540.93/543.14	

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-1055744-1215060216/watcher-1055744-1215060216 -o /tmp/evaluation-result-1055744-1215060216/solver-1055744-1215060216 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1055744-1215060216 1800 

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.03 2.04 4/73 14075
/proc/meminfo: memFree=745888/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=4780 CPUtime=0
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 579 0 0 0 0 0 0 0 20 0 1 0 1984996795 4894720 297 996147200 134512640 134990860 4294956112 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 1 0 0
/proc/14075/statm: 1195 297 72 116 0 706 0

[startup+0.197022 s]
/proc/loadavg: 2.00 2.03 2.04 4/73 14075
/proc/meminfo: memFree=745888/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=56080 CPUtime=0.18
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 1116 0 0 0 6 12 0 0 20 0 1 0 1984996795 57425920 829 996147200 134512640 134990860 4294956112 18446744073709551615 134517580 0 0 4096 2 0 0 0 17 1 0 0
/proc/14075/statm: 14020 829 176 116 0 13531 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 56080

[startup+0.202023 s]
/proc/loadavg: 2.00 2.03 2.04 4/73 14075
/proc/meminfo: memFree=745888/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=56080 CPUtime=0.18
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 1117 0 0 0 6 12 0 0 20 0 1 0 1984996795 57425920 830 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/14075/statm: 14020 830 176 116 0 13531 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 56080

[startup+0.302033 s]
/proc/loadavg: 2.00 2.03 2.04 4/73 14075
/proc/meminfo: memFree=745888/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=56080 CPUtime=0.29
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 1129 0 0 0 10 19 0 0 21 0 1 0 1984996795 57425920 842 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/14075/statm: 14020 842 176 116 0 13531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56080

[startup+0.702079 s]
/proc/loadavg: 2.00 2.03 2.04 4/73 14075
/proc/meminfo: memFree=745888/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=56080 CPUtime=0.68
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 1177 0 0 0 21 47 0 0 25 0 1 0 1984996795 57425920 890 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/14075/statm: 14020 890 176 116 0 13531 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 56080

[startup+1.50117 s]
/proc/loadavg: 2.00 2.03 2.04 3/74 14076
/proc/meminfo: memFree=735384/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=64264 CPUtime=1.48
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 3499 0 0 0 95 53 0 0 25 0 1 0 1984996795 65806336 3148 996147200 134512640 134990860 4294956112 18446744073709551615 134716889 0 0 4096 2 0 0 0 17 1 0 0
/proc/14075/statm: 16066 3148 189 116 0 15577 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 64264

[startup+3.10133 s]
/proc/loadavg: 2.00 2.03 2.04 3/74 14076
/proc/meminfo: memFree=731096/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=64264 CPUtime=3.07
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4394 0 0 0 254 53 0 0 25 0 1 0 1984996795 65806336 4043 996147200 134512640 134990860 4294956112 18446744073709551615 134746436 0 0 4096 2 0 0 0 17 1 0 0
/proc/14075/statm: 16066 4043 189 116 0 15577 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 64264

[startup+6.30167 s]
/proc/loadavg: 2.00 2.03 2.04 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=6.26
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4418 0 0 0 573 53 0 0 25 0 2 0 1984996795 76296192 4067 996147200 134512640 134990860 4294956112 18446744073709551615 134716933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4067 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4067 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 74508

[startup+12.7013 s]
/proc/loadavg: 2.00 2.03 2.04 3/75 14077
/proc/meminfo: memFree=729552/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=12.63
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4418 0 0 0 1210 53 0 0 25 0 2 0 1984996795 76296192 4067 996147200 134512640 134990860 4294956112 18446744073709551615 134716933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4067 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4067 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 74508

[startup+25.5027 s]
/proc/loadavg: 2.00 2.03 2.04 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=25.37
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4418 0 0 0 2484 53 0 0 25 0 2 0 1984996795 76296192 4067 996147200 134512640 134990860 4294956112 18446744073709551615 134716952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4067 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4067 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 74508

[startup+51.1024 s]
/proc/loadavg: 2.00 2.03 2.04 3/75 14077
/proc/meminfo: memFree=729616/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=50.86
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4418 0 0 0 5033 53 0 0 25 0 2 0 1984996795 76296192 4067 996147200 134512640 134990860 4294956112 18446744073709551615 134716955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4067 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4067 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 74508

[startup+102.303 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 14077
/proc/meminfo: memFree=729808/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=101.85
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 10132 53 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 74508

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.03 3/75 14077
/proc/meminfo: memFree=729808/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=161.61
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 16108 53 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 74508

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.02 3/75 14077
/proc/meminfo: memFree=729744/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=221.38
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 22085 53 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 74508

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 14077
/proc/meminfo: memFree=729808/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=281.14
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 28061 53 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 74508

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 14077
/proc/meminfo: memFree=729744/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=340.91
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 34038 53 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 74508

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=400.67
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 40014 53 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134746451 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 74508

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729744/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=460.44
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 45990 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134746366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.44
Current children cumulated vsize (KiB) 74508

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=520.21
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 51967 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134746419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.21
Current children cumulated vsize (KiB) 74508

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

[startup+524.806 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=522.7
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 52216 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.7
Current children cumulated vsize (KiB) 74508

[startup+531.203 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=529.07
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 52853 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 529.07
Current children cumulated vsize (KiB) 74508

[startup+537.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=535.45
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 53491 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134746336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 535.45
Current children cumulated vsize (KiB) 74508

[startup+540.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=538.63
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 53809 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 538.63
Current children cumulated vsize (KiB) 74508

[startup+542.407 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=540.23
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 53969 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 540.23
Current children cumulated vsize (KiB) 74508

[startup+542.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=540.63
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 54009 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134746451 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 540.63
Current children cumulated vsize (KiB) 74508

[startup+543.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=540.83
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 54029 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134746429 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 540.83
Current children cumulated vsize (KiB) 74508

[startup+543.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14077
/proc/meminfo: memFree=729680/2055920 swapFree=4180052/4192956
[pid=14075] ppid=14073 vsize=74508 CPUtime=540.93
/proc/14075/stat : 14075 (bprolog) R 14073 14075 9999 0 -1 4194304 4419 0 0 0 54039 54 0 0 25 0 2 0 1984996795 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 134716896 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 18627 4068 195 116 0 18138 0
[pid=14075/tid=14077] ppid=14073 vsize=74508 CPUtime=0
/proc/14075/task/14077/stat : 14077 (bprolog) S 14073 14075 9999 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1984997112 76296192 4068 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 540.93
Current children cumulated vsize (KiB) 74508

Child status: 0
Real time (s): 543.152
CPU time (s): 540.98
CPU user time (s): 540.436
CPU system time (s): 0.543917
CPU usage (%): 99.6
Max. virtual memory (cumulated for all children) (KiB): 74508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 540.436
system time used= 0.543917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4419
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= 5
involuntary context switches= 6140

runsolver used 0.583911 second user time and 1.42878 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 06:43:36
IDJOB=1055744
IDBENCH=56969
IDSOLVER=347
FILE ID=node7/1055744-1215060216
PBS_JOBID= 7875159
Free space on /tmp= 66372 MiB

SOLVER NAME= bpsolver 2008-06-27
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-193_ext.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055744-1215060216/watcher-1055744-1215060216 -o /tmp/evaluation-result-1055744-1215060216/solver-1055744-1215060216 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solver HOME/instance-1055744-1215060216 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d791dec87b10526615a0084f40824770
RANDOM SEED=187734521

node7.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.236
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.236
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:        746368 kB
Buffers:         88124 kB
Cached:         680796 kB
SwapCached:       7028 kB
Active:         838092 kB
Inactive:       385920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        746368 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:           27544 kB
Writeback:           0 kB
Mapped:         461652 kB
Slab:            69976 kB
Committed_AS:  3793164 kB
PageTables:       2752 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= 66368 MiB
End job on node7 at 2008-07-03 06:52:39