Trace number 1115189

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
toulbar2/BTD 2008-06-27OPTIMUM2 2539.53 2562.31

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-3_ext.xml
MD5SUM3b0f4f3d9fb4873abcdbd753efb5e9cf
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1184.98
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2539.49/2562.30	o 2
2539.49/2562.30	v 28 29 54 57 43 6 2 77 64 41 18 66 2 61 60 33 23 6 28 8 38 44 61 0 10 37 52 43 6 66 25 17 14 78 73 22 35 64 63 4 
2539.49/2562.31	s OPTIMUM FOUND
2539.49/2562.31	v 28 29 54 57 43 6 2 77 64 41 18 66 2 61 60 33 23 6 28 8 38 44 61 0 10 37 52 43 6 66 25 17 14 78 73 22 35 64 63 4 

Verifier Data (download as text)

OK	2	101
2 unsatisfied constraints, 101 satisfied constraints

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-1115189-1215916213/watcher-1115189-1215916213 -o /tmp/evaluation-result-1115189-1215916213/solver-1115189-1215916213 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/solverBTD.sh HOME/instance-1115189-1215916213.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.31 2.72 2.45 4/112 17953
/proc/meminfo: memFree=1753104/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=0
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 302 118 0 0 0 0 0 0 18 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17955] ppid=17953 vsize=144 CPUtime=0
/proc/17955/stat : 17955 (rm) R 17953 17953 14039 0 -1 4194304 37 0 0 0 0 0 0 0 20 0 1 0 48318447 147456 22 996147200 4194304 4227748 548682069056 18446744073709551615 249067271445 0 0 4096 0 0 0 0 17 0 0 0
/proc/17955/statm: 36 22 16 8 0 3 0

[startup+0.071915 s]
/proc/loadavg: 2.31 2.72 2.45 4/112 17953
/proc/meminfo: memFree=1753104/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=0
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101921 s]
/proc/loadavg: 2.31 2.72 2.45 4/112 17953
/proc/meminfo: memFree=1753104/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=0
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301953 s]
/proc/loadavg: 2.31 2.72 2.45 4/112 17953
/proc/meminfo: memFree=1753104/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=0
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702024 s]
/proc/loadavg: 2.31 2.72 2.45 4/112 17953
/proc/meminfo: memFree=1753104/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=0
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50117 s]
/proc/loadavg: 2.31 2.72 2.45 3/114 17958
/proc/meminfo: memFree=1741184/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=0
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17958] ppid=17953 vsize=16128 CPUtime=1.47
/proc/17958/stat : 17958 (toulbar2) R 17953 17953 14039 0 -1 4194304 2747 0 0 0 48 99 0 0 25 0 1 0 48318447 16515072 2729 996147200 134512640 137370052 4294956368 18446744073709551615 136076397 0 0 4096 0 0 0 0 17 1 0 0
/proc/17958/statm: 4032 2729 237 697 0 3331 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21484

[startup+3.10145 s]
/proc/loadavg: 2.29 2.71 2.44 3/114 17958
/proc/meminfo: memFree=1739200/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=0
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17958] ppid=17953 vsize=16128 CPUtime=3.04
/proc/17958/stat : 17958 (toulbar2) R 17953 17953 14039 0 -1 4194304 2747 0 0 0 85 219 0 0 25 0 1 0 48318447 16515072 2729 996147200 134512640 137370052 4294956368 18446744073709551615 136076397 0 0 4096 0 0 0 0 17 1 0 0
/proc/17958/statm: 4032 2729 237 697 0 3331 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 21484

[startup+6.30103 s]
/proc/loadavg: 2.29 2.71 2.44 3/114 17960
/proc/meminfo: memFree=1734144/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18252 CPUtime=2.48
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3453 0 0 0 247 1 0 0 25 0 1 0 48318824 18690048 3436 996147200 134512640 137370052 4294956352 18446744073709551615 134726513 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4563 3436 300 697 0 3862 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 23608

[startup+12.7012 s]
/proc/loadavg: 2.31 2.70 2.44 3/114 17960
/proc/meminfo: memFree=1734528/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18252 CPUtime=8.8
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3453 0 0 0 879 1 0 0 25 0 1 0 48318824 18690048 3436 996147200 134512640 137370052 4294956352 18446744073709551615 134575975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4563 3436 300 697 0 3862 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 23608

[startup+25.5015 s]
/proc/loadavg: 2.27 2.68 2.44 3/114 17960
/proc/meminfo: memFree=1734720/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18252 CPUtime=21.45
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3453 0 0 0 2144 1 0 0 25 0 1 0 48318824 18690048 3436 996147200 134512640 137370052 4294956352 18446744073709551615 134726602 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4563 3436 300 697 0 3862 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 23608

[startup+51.1011 s]
/proc/loadavg: 2.17 2.62 2.43 3/114 17960
/proc/meminfo: memFree=1734784/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=46.73
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 4671 2 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134574545 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 24120

[startup+102.308 s]
/proc/loadavg: 2.07 2.51 2.40 3/114 17960
/proc/meminfo: memFree=1734784/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=97.31
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 9729 2 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134568416 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 24120

[startup+162.303 s]
/proc/loadavg: 2.02 2.42 2.37 3/114 17960
/proc/meminfo: memFree=1734784/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=156.57
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 15655 2 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134568461 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 160.28
Current children cumulated vsize (KiB) 24120

[startup+222.303 s]
/proc/loadavg: 2.01 2.34 2.35 3/114 17960
/proc/meminfo: memFree=1734784/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=215.84
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 21582 2 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134726655 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 219.55
Current children cumulated vsize (KiB) 24120

[startup+282.302 s]
/proc/loadavg: 2.00 2.27 2.32 3/114 17960
/proc/meminfo: memFree=1734784/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=275.11
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 27509 2 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134571526 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 278.82
Current children cumulated vsize (KiB) 24120

[startup+342.301 s]
/proc/loadavg: 2.00 2.22 2.30 3/114 17960
/proc/meminfo: memFree=1734784/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=334.38
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 33436 2 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134725532 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 338.09
Current children cumulated vsize (KiB) 24120

[startup+402.301 s]
/proc/loadavg: 2.00 2.18 2.28 3/114 17960
/proc/meminfo: memFree=1734784/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=393.65
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 39363 2 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134726664 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0

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


[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/114 18001
/proc/meminfo: memFree=1730560/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=1760.32
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 176030 2 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134568461 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 1764.03
Current children cumulated vsize (KiB) 24120

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/114 18001
/proc/meminfo: memFree=1730560/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=1819.97
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 181995 2 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134564941 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 1823.68
Current children cumulated vsize (KiB) 24120

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/114 18007
/proc/meminfo: memFree=1730752/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=1879.62
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 187959 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134568461 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 1883.33
Current children cumulated vsize (KiB) 24120

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/114 18007
/proc/meminfo: memFree=1730688/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=1939.27
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 193924 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134576027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 1942.98
Current children cumulated vsize (KiB) 24120

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/114 18007
/proc/meminfo: memFree=1730688/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=1998.92
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 199889 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134577997 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2002.63
Current children cumulated vsize (KiB) 24120

[startup+2082.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/114 18007
/proc/meminfo: memFree=1730688/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=2058.57
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 205854 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134568458 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2062.28
Current children cumulated vsize (KiB) 24120

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/114 18007
/proc/meminfo: memFree=1730624/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=2118.22
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 211819 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134645324 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2121.93
Current children cumulated vsize (KiB) 24120

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/114 18007
/proc/meminfo: memFree=1730624/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=2177.87
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 217784 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134564896 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2181.58
Current children cumulated vsize (KiB) 24120

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/114 18007
/proc/meminfo: memFree=1730624/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=2237.53
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 223750 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134575790 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2241.24
Current children cumulated vsize (KiB) 24120

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/114 18007
/proc/meminfo: memFree=1730560/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=2297.18
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 229715 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134575758 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2300.89
Current children cumulated vsize (KiB) 24120

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/114 18007
/proc/meminfo: memFree=1730496/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=2356.83
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 235680 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134568461 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2360.54
Current children cumulated vsize (KiB) 24120

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/114 18007
/proc/meminfo: memFree=1730304/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=2416.48
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 241645 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134712341 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2420.19
Current children cumulated vsize (KiB) 24120

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 18007
/proc/meminfo: memFree=1730432/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=2476.13
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 247610 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134564941 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2479.84
Current children cumulated vsize (KiB) 24120

[startup+2562.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 18007
/proc/meminfo: memFree=1730368/2055920 swapFree=4192812/4192956
[pid=17953] ppid=17951 vsize=5356 CPUtime=3.71
/proc/17953/stat : 17953 (solverBTD.sh) S 17951 17953 14039 0 -1 4194304 388 3255 0 0 0 0 138 233 15 0 1 0 48318446 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17953/statm: 1339 232 192 169 0 50 0
[pid=17960] ppid=17953 vsize=18764 CPUtime=2535.78
/proc/17960/stat : 17960 (toulbar2) R 17953 17953 14039 0 -1 4194304 3589 0 0 0 253575 3 0 0 25 0 1 0 48318824 19214336 3442 996147200 134512640 137370052 4294956352 18446744073709551615 134564919 0 0 4096 0 0 0 0 17 1 0 0
/proc/17960/statm: 4691 3442 300 697 0 3990 0
Current children cumulated CPU time (s) 2539.49
Current children cumulated vsize (KiB) 24120

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

Child status: 0
Real time (s): 2562.31
CPU time (s): 2539.53
CPU user time (s): 2537.15
CPU system time (s): 2.37864
CPU usage (%): 99.1108
Max. virtual memory (cumulated for all children) (KiB): 24120

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

runsolver used 4.18436 second user time and 9.8885 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-13 04:30:13
IDJOB=1115189
IDBENCH=61827
IDSOLVER=370
FILE ID=node89/1115189-1215916213
PBS_JOBID= 7903736
Free space on /tmp= 66520 MiB

SOLVER NAME= toulbar2/BTD 2008-06-27
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-3_ext.xml
COMMAND LINE= HOME/solverBTD.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1115189-1215916213/watcher-1115189-1215916213 -o /tmp/evaluation-result-1115189-1215916213/solver-1115189-1215916213 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/solverBTD.sh HOME/instance-1115189-1215916213.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3b0f4f3d9fb4873abcdbd753efb5e9cf
RANDOM SEED=765260340

node89.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.266
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.266
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:       1753592 kB
Buffers:         44980 kB
Cached:         145012 kB
SwapCached:          0 kB
Active:         160896 kB
Inactive:        81260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9740 kB
Writeback:           0 kB
Mapped:          73612 kB
Slab:            41856 kB
Committed_AS:   384948 kB
PageTables:       4516 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= 66508 MiB
End job on node89 at 2008-07-13 05:12:56