Trace number 1111488

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 2008-06-27OPTIMUM4 403.828 404.67

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-20_ext.xml
MD5SUM6580558e87c97e689420a358054b0a86
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark17.5093
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints159
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension159
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

1.38/1.42	o 12
1.38/1.43	o 11
1.38/1.45	o 10
1.77/1.81	o 9
5.75/5.84	o 8
12.04/12.75	o 7
21.94/22.60	o 6
64.50/65.27	o 5
164.84/165.64	o 4
403.64/404.58	s OPTIMUM FOUND
403.64/404.58	v 0 1 9 9 0 0 0 3 1 1 1 0 1 1 0 1 0 0 1 2 2 1 1 1 15 0 3 0 0 0 1 0 4 12 0 1 0 0 1 2 0 0 0 2 2 0 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 2 0 1 2 0 4 1 1 2 0 0 1 0 1 1 1 2 0 1 1 1 0 0 0 0 0 0 0 0 3 2 3 0 0 2 2 2 4 2 1 0 4 3 3 4 

Verifier Data (download as text)

OK	4	155
4 unsatisfied constraints, 155 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-1111488-1215847541/watcher-1111488-1215847541 -o /tmp/evaluation-result-1111488-1215847541/solver-1111488-1215847541 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/solver.sh HOME/instance-1111488-1215847541.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: 0.00 0.00 0.00 4/73 16345
/proc/meminfo: memFree=1881152/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=18572 CPUtime=0
/proc/16345/stat : 16345 (runsolver) R 16343 16345 16265 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 41449829 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16345/statm: 4643 292 257 25 0 2626 0

[startup+0.0356241 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 16345
/proc/meminfo: memFree=1881152/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10237 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 16345
/proc/meminfo: memFree=1881152/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301397 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 16345
/proc/meminfo: memFree=1881152/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701453 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 16345
/proc/meminfo: memFree=1881152/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50256 s]
/proc/loadavg: 0.00 0.00 0.00 3/75 16348
/proc/meminfo: memFree=1744544/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=1.47
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 134 13 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 135091074 0 0 4096 0 0 0 0 17 1 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 92540

[startup+3.10179 s]
/proc/loadavg: 0.16 0.03 0.01 3/75 16348
/proc/meminfo: memFree=1720224/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=3.06
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 293 13 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 135113371 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 92540

[startup+6.30124 s]
/proc/loadavg: 0.16 0.03 0.01 3/75 16350
/proc/meminfo: memFree=1715296/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=5.8
/proc/16348/stat : 16348 (toulbar2) D 16345 16345 16265 0 -1 4194304 33932 0 0 0 567 13 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 136753261 0 0 4096 0 18446744071563608069 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 92540

[startup+12.7011 s]
/proc/loadavg: 0.44 0.10 0.03 3/75 16350
/proc/meminfo: memFree=1715936/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=12.04
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 1191 13 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 135088333 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 92540

[startup+25.502 s]
/proc/loadavg: 0.68 0.16 0.05 3/75 16350
/proc/meminfo: memFree=1716192/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=24.83
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 2470 13 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 134768156 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 92540

[startup+51.1016 s]
/proc/loadavg: 1.13 0.31 0.10 3/75 16350
/proc/meminfo: memFree=1716192/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=50.41
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 5027 14 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 92540

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.21 3/82 16385
/proc/meminfo: memFree=1722664/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=101.58
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 10143 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 136443813 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 92540

[startup+162.301 s]
/proc/loadavg: 1.98 0.87 0.33 3/82 16385
/proc/meminfo: memFree=1716968/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=161.55
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 16140 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 134565185 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 92540

[startup+222.302 s]
/proc/loadavg: 1.99 1.08 0.43 3/82 16385
/proc/meminfo: memFree=1711016/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=221.52
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 22137 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 134733772 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 221.52
Current children cumulated vsize (KiB) 92540

[startup+282.301 s]
/proc/loadavg: 2.06 1.24 0.52 3/82 16385
/proc/meminfo: memFree=1706088/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=281.49
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 28134 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 281.49
Current children cumulated vsize (KiB) 92540

[startup+342.302 s]
/proc/loadavg: 2.11 1.42 0.63 3/82 16385
/proc/meminfo: memFree=1706024/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=341.47
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 34132 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 135086260 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 341.47
Current children cumulated vsize (KiB) 92540

[startup+402.301 s]
/proc/loadavg: 2.23 1.57 0.73 3/82 16385
/proc/meminfo: memFree=1705384/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=401.44
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 40129 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 134565115 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 401.44
Current children cumulated vsize (KiB) 92540

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

[startup+403.102 s]
/proc/loadavg: 2.22 1.58 0.73 3/82 16385
/proc/meminfo: memFree=1705384/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=402.24
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 40209 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 134786252 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 92540

[startup+403.902 s]
/proc/loadavg: 2.22 1.58 0.73 3/82 16385
/proc/meminfo: memFree=1705384/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=403.04
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 40289 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 135107801 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 403.04
Current children cumulated vsize (KiB) 92540

[startup+404.302 s]
/proc/loadavg: 2.22 1.58 0.73 3/82 16385
/proc/meminfo: memFree=1705384/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=403.44
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 40329 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 135090189 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 403.44
Current children cumulated vsize (KiB) 92540

[startup+404.503 s]
/proc/loadavg: 2.22 1.58 0.73 3/82 16385
/proc/meminfo: memFree=1705384/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=87184 CPUtime=403.64
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33932 0 0 0 40349 15 0 0 25 0 1 0 41449830 89276416 20590 996147200 134512640 137370052 4294956384 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 21796 20590 299 697 0 21095 0
Current children cumulated CPU time (s) 403.64
Current children cumulated vsize (KiB) 92540

[startup+404.602 s]
/proc/loadavg: 2.22 1.58 0.73 3/82 16385
/proc/meminfo: memFree=1705384/2055920 swapFree=4180084/4192956
[pid=16345] ppid=16343 vsize=5356 CPUtime=0
/proc/16345/stat : 16345 (solver.sh) S 16343 16345 16265 0 -1 4194304 302 117 0 0 0 0 0 0 21 0 1 0 41449829 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16345/statm: 1339 231 192 169 0 50 0
[pid=16348] ppid=16345 vsize=83552 CPUtime=403.74
/proc/16348/stat : 16348 (toulbar2) R 16345 16345 16265 0 -1 4194304 33934 0 0 0 40359 15 0 0 25 0 1 0 41449830 85557248 20392 996147200 134512640 137370052 4294956384 18446744073709551615 136426077 0 0 4096 0 0 0 0 17 0 0 0
/proc/16348/statm: 20888 20392 301 697 0 20187 0
Current children cumulated CPU time (s) 403.74
Current children cumulated vsize (KiB) 88908

Child status: 0
Real time (s): 404.67
CPU time (s): 403.828
CPU user time (s): 403.653
CPU system time (s): 0.174973
CPU usage (%): 99.7919
Max. virtual memory (cumulated for all children) (KiB): 92540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 403.653
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34361
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= 9
involuntary context switches= 1883

runsolver used 0.430934 second user time and 1.05784 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-12 09:25:41
IDJOB=1111488
IDBENCH=61282
IDSOLVER=371
FILE ID=node49/1111488-1215847541
PBS_JOBID= 7903459
Free space on /tmp= 66548 MiB

SOLVER NAME= toulbar2 2008-06-27
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-20_ext.xml
COMMAND LINE= HOME/solver.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111488-1215847541/watcher-1111488-1215847541 -o /tmp/evaluation-result-1111488-1215847541/solver-1111488-1215847541 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/solver.sh HOME/instance-1111488-1215847541.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6580558e87c97e689420a358054b0a86
RANDOM SEED=1129837967

node49.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.239
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.239
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:       1882016 kB
Buffers:         18236 kB
Cached:         102728 kB
SwapCached:       5992 kB
Active:          84256 kB
Inactive:        47660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882016 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:           23748 kB
Writeback:           0 kB
Mapped:          17520 kB
Slab:            27188 kB
Committed_AS:   197728 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node49 at 2008-07-12 09:32:26