Trace number 207940

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, and are wall clock time (not CPU 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 2006-12-04SAT 1332.07 1334.97

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-715_ext.xml
MD5SUMb560b2188dccf33930e15d7e9eea996b
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 benchmark205.171
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.11	c 
0.11	c Parsing xml file
0.11	c 	domains...............    0
0.11	c 	variables.............    0
0.11	c 	relations............. 0.05
0.11	c 	constraints........... 0.27
0.33	c Allocating memory
0.33	c 
0.33	c time limit = -1
0.33	c heuristic = dom/wdeg
0.33	c restart policy = No restart
0.33	c 
0.33	c Solving
0.33	c
1334.95	s SATISFIABLE
1334.95	v 15 4 21 9 24 21 10 8 3 18 16 9 8 16 14 0 7 8 4 2 12 11 25 2 23 5 13 10 17 14 5 19 9 5 20 1 1 1 19 0 11 0 2 9 6 1 22 6 18 1 13 34 42 60 69 85 85 93 95 106 108 113 123 137 156 161 162 163 163 163 172 173 179 180 180 0
1334.95	d          SAT    339982 BTS   1.3e+03 s

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node26/watcher-207940-1168183875 -o ROOT/results/node26/solver-207940-1168183875 -C 1800 -M 900 /tmp/evaluation/207940-1168183875/mistral/bin/solver /tmp/evaluation/207940-1168183875/unknown.xml -v 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.92 1.67 1.58 5/94 22757
/proc/meminfo: memFree=1399912/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=540 CPUtime=0
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 41 0 0 0 0 0 0 0 19 0 1 0 166781926 552960 26 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 12591908 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 135 26 21 92 0 18 0

[startup+0.104989 s]
/proc/loadavg: 1.92 1.67 1.58 5/94 22757
/proc/meminfo: memFree=1399912/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=30128 CPUtime=0.09
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 6632 0 0 0 6 3 0 0 19 0 1 0 166781926 30851072 6542 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134793254 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 7532 6542 700 92 0 5876 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30128

[startup+0.513016 s]
/proc/loadavg: 1.92 1.67 1.58 5/94 22757
/proc/meminfo: memFree=1399912/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=0.5
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 37 13 0 0 24 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790640 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 123828

[startup+1.33409 s]
/proc/loadavg: 1.92 1.67 1.58 3/94 22757
/proc/meminfo: memFree=1281576/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=1.31
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 118 13 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134639586 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 123828

[startup+2.98127 s]
/proc/loadavg: 1.93 1.68 1.58 3/94 22757
/proc/meminfo: memFree=1280424/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=2.94
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 281 13 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790623 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 123828

[startup+6.26655 s]
/proc/loadavg: 1.93 1.68 1.58 3/94 22757
/proc/meminfo: memFree=1276904/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=6.2
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 607 13 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134639586 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 123828

[startup+12.7462 s]
/proc/loadavg: 1.94 1.69 1.58 3/94 22757
/proc/meminfo: memFree=1270312/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=12.61
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 1248 13 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790393 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 123828

[startup+25.5574 s]
/proc/loadavg: 1.95 1.70 1.58 3/94 22757
/proc/meminfo: memFree=1257896/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=25.31
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 2518 13 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790600 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 123828

[startup+51.2108 s]
/proc/loadavg: 1.97 1.72 1.59 3/94 22757
/proc/meminfo: memFree=1231784/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=50.71
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 5057 14 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637098 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 123828

[startup+102.419 s]
/proc/loadavg: 1.98 1.76 1.61 3/94 22757
/proc/meminfo: memFree=1180648/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=101.41
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 10126 15 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637233 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 123828

[startup+162.458 s]
/proc/loadavg: 1.99 1.80 1.64 3/94 22757
/proc/meminfo: memFree=1134632/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=160.88
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 16072 16 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790758 0 0 4096 0 0 0 0 17 1 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 123828

[startup+222.468 s]
/proc/loadavg: 1.99 1.84 1.66 3/87 22758
/proc/meminfo: memFree=676640/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=220.68
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 22052 16 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134639577 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 220.68
Current children cumulated vsize (KiB) 123828

[startup+282.544 s]
/proc/loadavg: 1.99 1.86 1.67 3/87 22758
/proc/meminfo: memFree=676320/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=280.71
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 28054 17 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722169 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 280.71
Current children cumulated vsize (KiB) 123828

[startup+342.616 s]
/proc/loadavg: 1.99 1.88 1.69 3/87 22758
/proc/meminfo: memFree=676256/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=340.73
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 34056 17 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790632 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 340.73
Current children cumulated vsize (KiB) 123828

[startup+402.689 s]
/proc/loadavg: 1.99 1.90 1.71 3/87 22758
/proc/meminfo: memFree=676256/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=400.72
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 40055 17 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790620 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 123828

[startup+462.737 s]
/proc/loadavg: 1.99 1.92 1.73 3/87 22758
/proc/meminfo: memFree=676256/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=460.7
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 46053 17 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722080 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 460.7
Current children cumulated vsize (KiB) 123828

[startup+522.765 s]
/proc/loadavg: 1.99 1.93 1.74 3/87 22758
/proc/meminfo: memFree=676256/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=520.68
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 52050 18 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637238 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 520.68
Current children cumulated vsize (KiB) 123828

[startup+582.796 s]
/proc/loadavg: 1.99 1.94 1.75 3/87 22758
/proc/meminfo: memFree=676192/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=580.63
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 58045 18 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790632 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 580.63
Current children cumulated vsize (KiB) 123828

[startup+642.861 s]
/proc/loadavg: 2.03 1.96 1.77 3/87 22758
/proc/meminfo: memFree=676192/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=640.65
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 64047 18 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134639577 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 640.65
Current children cumulated vsize (KiB) 123828

[startup+702.938 s]
/proc/loadavg: 2.01 1.97 1.78 3/87 22758
/proc/meminfo: memFree=676256/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=700.67
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 70049 18 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637236 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 700.67
Current children cumulated vsize (KiB) 123828

[startup+763.01 s]
/proc/loadavg: 2.00 1.97 1.79 3/87 22758
/proc/meminfo: memFree=676192/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=760.67
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 76049 18 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134639577 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 760.67
Current children cumulated vsize (KiB) 123828

[startup+823.087 s]
/proc/loadavg: 2.00 1.97 1.80 3/87 22758
/proc/meminfo: memFree=676128/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=820.69
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 82051 18 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790701 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 820.69
Current children cumulated vsize (KiB) 123828

[startup+883.159 s]
/proc/loadavg: 2.00 1.97 1.81 3/87 22758
/proc/meminfo: memFree=676192/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=880.72
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 88054 18 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790751 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 880.72
Current children cumulated vsize (KiB) 123828

[startup+943.237 s]
/proc/loadavg: 2.00 1.97 1.82 3/87 22758
/proc/meminfo: memFree=676128/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=940.72
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 94053 19 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134639552 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 940.72
Current children cumulated vsize (KiB) 123828

[startup+1003.31 s]
/proc/loadavg: 2.00 1.97 1.83 3/87 22758
/proc/meminfo: memFree=676192/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=1000.74
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 100055 19 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134639611 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 1000.74
Current children cumulated vsize (KiB) 123828

[startup+1063.35 s]
/proc/loadavg: 2.00 1.97 1.83 3/87 22758
/proc/meminfo: memFree=676128/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=1060.74
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 106055 19 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134799121 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 1060.74
Current children cumulated vsize (KiB) 123828

[startup+1123.38 s]
/proc/loadavg: 2.00 1.97 1.84 3/87 22758
/proc/meminfo: memFree=676128/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=1120.69
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 112050 19 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722144 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 1120.69
Current children cumulated vsize (KiB) 123828

[startup+1183.42 s]
/proc/loadavg: 2.05 1.99 1.85 3/87 22758
/proc/meminfo: memFree=676064/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=1180.67
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 118048 19 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790561 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 1180.67
Current children cumulated vsize (KiB) 123828

[startup+1243.49 s]
/proc/loadavg: 2.02 1.99 1.86 3/87 22758
/proc/meminfo: memFree=676128/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=1240.69
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 124050 19 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790578 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 1240.69
Current children cumulated vsize (KiB) 123828

[startup+1303.56 s]
/proc/loadavg: 2.00 1.99 1.86 3/87 22758
/proc/meminfo: memFree=676064/2055920 swapFree=4192812/4192956
[pid=22756] ppid=22754 vsize=123828 CPUtime=1300.69
/proc/22756/stat : 22756 (solver) R 22754 22756 21769 0 -1 4194304 30044 0 0 0 130050 19 0 0 25 0 1 0 166781926 126799872 29954 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790414 0 0 4096 0 0 0 0 17 0 0 0
/proc/22756/statm: 30957 29954 711 92 0 29301 0
Current children cumulated CPU time (s) 1300.69
Current children cumulated vsize (KiB) 123828

Child status: 0
Real time (s): 1334.97
CPU time (s): 1332.07
CPU user time (s): 1331.86
CPU system time (s): 0.215967
CPU usage (%): 99.7827
Max. virtual memory (cumulated for all children) (KiB): 123828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1331.86
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30054
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= 12
involuntary context switches= 14875

runsolver used 1.40978 s user time and 4.48432 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Jan  7 15:31:16 UTC 2007


IDJOB= 207940
IDBENCH= 4345
FILE ID= node26/207940-1168183875

PBS_JOBID= 3479197

Free space on /tmp= 66466 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-25/tsp-25-715_ext.xml
COMMAND LINE= /tmp/evaluation/207940-1168183875/mistral/bin/solver /tmp/evaluation/207940-1168183875/unknown.xml -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-207940-1168183875 -o ROOT/results/node26/solver-207940-1168183875 -C 1800 -M 900  /tmp/evaluation/207940-1168183875/mistral/bin/solver /tmp/evaluation/207940-1168183875/unknown.xml -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  b560b2188dccf33930e15d7e9eea996b

RANDOM SEED= 760218352

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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:       1400456 kB
Buffers:         50012 kB
Cached:         395184 kB
SwapCached:          0 kB
Active:         246764 kB
Inactive:       346360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1400456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8924 kB
Writeback:           0 kB
Mapped:         175656 kB
Slab:            46896 kB
Committed_AS:  3966024 kB
PageTables:       2528 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= 66315 MiB



End job on node26 on Sun Jan  7 15:53:32 UTC 2007