Trace number 2071539

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
pcs-restart 0.3.2SAT 448.913 452.827

DiagnosticValue
ASSIGNMENTS3053

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-38_ext.xml
MD5SUMb1cd667c35ed5ba4931e06993e78bd10
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 benchmark1.12183
Satisfiable
(Un)Satisfiability was proved
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

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.10	c Seed is 2123202533
0.00/0.10	c Constructing HOME/instance-2071539-1247710328.xml  with 7549 constraints
0.00/0.10	c Solving 3053 backtracks 11 restarts
448.87/452.82	s SATISFIABLE
448.87/452.82	c V0=18, V1=5, V2=19, V3=5, V4=16, V5=16, V6=17, V7=10, V8=11, V9=3, V10=13, V11=29, V12=12, V13=1, V14=21, V15=5, V16=20, V17=1, V18=4, V19=3, V20=9, V21=1, V22=25, V23=6, V24=15, V25=5, V26=3, V27=0, V28=22, V29=4, V30=8, V31=6, V32=6, V33=14, V34=10, V35=8, V36=5, V37=3, V38=23, V39=4, V40=2, V41=1, V42=14, V43=4, V44=7, V45=2, V46=1, V47=2, V48=24, V49=2, V50=10, V51=26, V52=36, V53=39, V54=68, V55=69, V56=74, V57=75, V58=78, V59=79, V60=85, V61=90, V62=90, V63=94, V64=100, V65=114, V66=122, V67=125, V68=129, V69=130, V70=134, V71=136, V72=138, V73=140, V74=140, V75=0, 
448.87/452.82	v 18 5 19 5 16 16 17 10 11 3 13 29 12 1 21 5 20 1 4 3 9 1 25 6 15 5 3 0 22 4 8 6 6 14 10 8 5 3 23 4 2 1 14 4 7 2 1 2 24 2 10 26 36 39 68 69 74 75 78 79 85 90 90 94 100 114 122 125 129 130 134 136 138 140 140 0 
448.87/452.82	d ASSIGNMENTS 3053

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071539-1247710328/watcher-2071539-1247710328 -o /tmp/evaluation-result-2071539-1247710328/solver-2071539-1247710328 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2123202533 HOME/instance-2071539-1247710328.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.05 2.14 4/83 12144
/proc/meminfo: memFree=936296/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=5356 CPUtime=0
/proc/12144/stat : 12144 (pcssolve) R 12142 12144 11359 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58098025 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 228043844255 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12144/statm: 1339 241 200 169 0 50 0
[pid=12145] ppid=12144 vsize=0 CPUtime=0
/proc/12145/stat : 12145 (fgrep) Z 12144 12144 11359 0 -1 4194316 203 0 0 0 0 0 0 0 18 0 1 0 58098025 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/12145/statm: 0 0 0 0 0 0 0
[pid=12146] ppid=12144 vsize=5356 CPUtime=0
/proc/12146/stat : 12146 (pcssolve) R 12144 12144 11359 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58098025 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 228043844255 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12146/statm: 1339 241 200 169 0 50 0

[startup+0.108607 s]
/proc/loadavg: 2.01 2.05 2.14 4/83 12144
/proc/meminfo: memFree=936296/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=7304 CPUtime=0.09
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 1544 753 0 0 8 1 0 0 19 0 1 0 58098025 7479296 1140 996147200 134512640 135215973 4294956304 18446744073709551615 134583217 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 1826 1140 404 171 0 751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7304

[startup+0.201517 s]
/proc/loadavg: 2.01 2.05 2.14 4/83 12144
/proc/meminfo: memFree=936296/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=7464 CPUtime=0.19
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 1596 753 0 0 18 1 0 0 19 0 1 0 58098025 7643136 1192 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 1866 1192 406 171 0 791 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7464

[startup+0.301534 s]
/proc/loadavg: 2.01 2.05 2.14 4/83 12144
/proc/meminfo: memFree=936296/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=7464 CPUtime=0.29
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 1597 753 0 0 28 1 0 0 20 0 1 0 58098025 7643136 1193 996147200 134512640 135215973 4294956304 18446744073709551615 135020412 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 1866 1193 406 171 0 791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7464

[startup+0.701614 s]
/proc/loadavg: 2.01 2.05 2.14 4/83 12144
/proc/meminfo: memFree=936296/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=7464 CPUtime=0.69
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 1599 753 0 0 68 1 0 0 24 0 1 0 58098025 7643136 1195 996147200 134512640 135215973 4294956304 18446744073709551615 135026892 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 1866 1195 406 171 0 791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7464

[startup+1.50178 s]
/proc/loadavg: 2.01 2.05 2.14 3/84 12149
/proc/meminfo: memFree=932896/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=7464 CPUtime=1.48
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 1602 753 0 0 147 1 0 0 25 0 1 0 58098025 7643136 1198 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 1866 1198 406 171 0 791 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7464

[startup+3.10109 s]
/proc/loadavg: 2.01 2.05 2.14 3/84 12149
/proc/meminfo: memFree=932512/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=7776 CPUtime=3.06
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 1650 753 0 0 305 1 0 0 25 0 1 0 58098025 7962624 1246 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 1944 1246 406 171 0 869 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7776

[startup+6.30171 s]
/proc/loadavg: 2.01 2.05 2.14 3/84 12149
/proc/meminfo: memFree=932448/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=7776 CPUtime=6.23
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 1654 753 0 0 622 1 0 0 25 0 1 0 58098025 7962624 1250 996147200 134512640 135215973 4294956304 18446744073709551615 135026938 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 1944 1250 406 171 0 869 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7776

[startup+12.702 s]
/proc/loadavg: 2.01 2.05 2.14 3/84 12149
/proc/meminfo: memFree=932256/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=7908 CPUtime=12.58
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 1698 753 0 0 1257 1 0 0 25 0 1 0 58098025 8097792 1294 996147200 134512640 135215973 4294956304 18446744073709551615 135020397 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 1977 1294 406 171 0 902 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 7908

[startup+25.5015 s]
/proc/loadavg: 2.01 2.04 2.14 3/84 12149
/proc/meminfo: memFree=931872/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=8468 CPUtime=25.27
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 1835 753 0 0 2526 1 0 0 25 0 1 0 58098025 8671232 1431 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 2117 1431 406 171 0 1042 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 8468

[startup+51.1016 s]
/proc/loadavg: 2.00 2.04 2.14 3/83 12149
/proc/meminfo: memFree=930976/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=9392 CPUtime=50.64
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 2070 753 0 0 5063 1 0 0 25 0 1 0 58098025 9617408 1666 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 2348 1666 406 171 0 1273 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 9392

[startup+102.302 s]
/proc/loadavg: 2.00 2.03 2.13 3/83 12149
/proc/meminfo: memFree=928928/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=11784 CPUtime=101.41
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 2665 753 0 0 10139 2 0 0 25 0 1 0 58098025 12066816 2163 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 2946 2163 406 171 0 1871 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 11784

[startup+162.303 s]
/proc/loadavg: 2.00 2.02 2.11 3/83 12149
/proc/meminfo: memFree=926368/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=14152 CPUtime=160.89
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 3309 753 0 0 16087 2 0 0 25 0 1 0 58098025 14491648 2742 996147200 134512640 135215973 4294956304 18446744073709551615 135026889 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 3538 2742 406 171 0 2463 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 14152

[startup+222.306 s]
/proc/loadavg: 2.00 2.02 2.10 3/83 12149
/proc/meminfo: memFree=924512/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=16128 CPUtime=220.37
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 3829 753 0 0 22035 2 0 0 25 0 1 0 58098025 16515072 3262 996147200 134512640 135215973 4294956304 18446744073709551615 135020412 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 4032 3262 406 171 0 2957 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 16128

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.09 3/83 12149
/proc/meminfo: memFree=922336/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=18240 CPUtime=279.84
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 4379 753 0 0 27982 2 0 0 25 0 1 0 58098025 18677760 3812 996147200 134512640 135215973 4294956304 18446744073709551615 134590163 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 4560 3812 406 171 0 3485 0
Current children cumulated CPU time (s) 279.84
Current children cumulated vsize (KiB) 18240

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 2.08 3/83 12149
/proc/meminfo: memFree=919968/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=20992 CPUtime=339.33
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 5086 753 0 0 33930 3 0 0 25 0 1 0 58098025 21495808 4390 996147200 134512640 135215973 4294956304 18446744073709551615 135020375 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 5248 4390 406 171 0 4173 0
Current children cumulated CPU time (s) 339.33
Current children cumulated vsize (KiB) 20992

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.08 3/83 12149
/proc/meminfo: memFree=917792/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=22972 CPUtime=398.81
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 5631 753 0 0 39878 3 0 0 25 0 1 0 58098025 23523328 4935 996147200 134512640 135215973 4294956304 18446744073709551615 135026919 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 5743 4935 406 171 0 4668 0
Current children cumulated CPU time (s) 398.81
Current children cumulated vsize (KiB) 22972

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

[startup+409.601 s]
/proc/loadavg: 2.00 2.00 2.08 3/83 12149
/proc/meminfo: memFree=917536/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=23236 CPUtime=406.04
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 5700 753 0 0 40601 3 0 0 25 0 1 0 58098025 23793664 5004 996147200 134512640 135215973 4294956304 18446744073709551615 135026900 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 5809 5004 406 171 0 4734 0
Current children cumulated CPU time (s) 406.04
Current children cumulated vsize (KiB) 23236

[startup+435.201 s]
/proc/loadavg: 2.00 2.00 2.08 3/83 12149
/proc/meminfo: memFree=916512/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=24292 CPUtime=431.43
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 5954 753 0 0 43140 3 0 0 25 0 1 0 58098025 24875008 5258 996147200 134512640 135215973 4294956304 18446744073709551615 135020412 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 6073 5258 406 171 0 4998 0
Current children cumulated CPU time (s) 431.43
Current children cumulated vsize (KiB) 24292

[startup+441.603 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 12149
/proc/meminfo: memFree=916384/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=24556 CPUtime=437.77
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 6022 753 0 0 43774 3 0 0 25 0 1 0 58098025 25145344 5326 996147200 134512640 135215973 4294956304 18446744073709551615 134590043 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 6139 5326 406 171 0 5064 0
Current children cumulated CPU time (s) 437.77
Current children cumulated vsize (KiB) 24556

[startup+448.002 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 12149
/proc/meminfo: memFree=916128/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=24688 CPUtime=444.11
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 6081 753 0 0 44408 3 0 0 25 0 1 0 58098025 25280512 5385 996147200 134512640 135215973 4294956304 18446744073709551615 135020397 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 6172 5385 406 171 0 5097 0
Current children cumulated CPU time (s) 444.11
Current children cumulated vsize (KiB) 24688

[startup+451.202 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 12149
/proc/meminfo: memFree=916064/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=24820 CPUtime=447.28
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 6105 753 0 0 44725 3 0 0 25 0 1 0 58098025 25415680 5409 996147200 134512640 135215973 4294956304 18446744073709551615 135020375 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 6205 5409 406 171 0 5130 0
Current children cumulated CPU time (s) 447.28
Current children cumulated vsize (KiB) 24820

[startup+452.002 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 12149
/proc/meminfo: memFree=916064/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=24820 CPUtime=448.07
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 6115 753 0 0 44804 3 0 0 25 0 1 0 58098025 25415680 5419 996147200 134512640 135215973 4294956304 18446744073709551615 135020337 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 6205 5419 406 171 0 5130 0
Current children cumulated CPU time (s) 448.07
Current children cumulated vsize (KiB) 24820

[startup+452.402 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 12149
/proc/meminfo: memFree=916000/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=24952 CPUtime=448.47
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 6119 753 0 0 44844 3 0 0 25 0 1 0 58098025 25550848 5423 996147200 134512640 135215973 4294956304 18446744073709551615 134599870 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 6238 5423 406 171 0 5163 0
Current children cumulated CPU time (s) 448.47
Current children cumulated vsize (KiB) 24952

[startup+452.802 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 12149
/proc/meminfo: memFree=916000/2055920 swapFree=4192812/4192956
[pid=12144] ppid=12142 vsize=24432 CPUtime=448.87
/proc/12144/stat : 12144 (pcs.big) R 12142 12144 11359 0 -1 4194304 6125 753 0 0 44884 3 0 0 25 0 1 0 58098025 25018368 5346 996147200 134512640 135215973 4294956304 18446744073709551615 134532692 0 0 4096 0 0 0 0 17 0 0 0
/proc/12144/statm: 6108 5346 406 171 0 5033 0
Current children cumulated CPU time (s) 448.87
Current children cumulated vsize (KiB) 24432

Child status: 0
Real time (s): 452.827
CPU time (s): 448.913
CPU user time (s): 448.869
CPU system time (s): 0.043993
CPU usage (%): 99.1355
Max. virtual memory (cumulated for all children) (KiB): 24952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 448.869
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6881
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= 18
involuntary context switches= 19360

runsolver used 0.45793 second user time and 1.19582 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-16 04:12:08
IDJOB=2071539
IDBENCH=55502
IDSOLVER=734
FILE ID=node77/2071539-1247710328
PBS_JOBID= 9521359
Free space on /tmp= 66164 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-38_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071539-1247710328/watcher-2071539-1247710328 -o /tmp/evaluation-result-2071539-1247710328/solver-2071539-1247710328 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2123202533 HOME/instance-2071539-1247710328.xml

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

MD5SUM BENCH= b1cd667c35ed5ba4931e06993e78bd10
RANDOM SEED=2123202533

node77.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.256
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.256
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:      2055920 kB
MemFree:        936776 kB
Buffers:         84384 kB
Cached:         657292 kB
SwapCached:          0 kB
Active:         490912 kB
Inactive:       533516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        936776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1860 kB
Writeback:           0 kB
Mapped:         303108 kB
Slab:            79396 kB
Committed_AS:   864400 kB
PageTables:       2348 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= 66164 MiB
End job on node77 at 2009-07-16 04:19:41