Trace number 1093303

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
MDG-noprobe 2008-06-27SAT 1604.78 1612.58

DiagnosticValue
ASSIGNMENTS4764390
CHECKS581201000

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-5.xml
MD5SUM7190ed6731aa72fd4a74df29ac13f8df
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 benchmark20.6419
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c mistral-prime version 1.313
1604.59/1612.44	s SATISFIABLE
1604.59/1612.44	v 2 0 1 2 3 3 0 0 1 2 0 2 3 0 3 1 4 3 3 4 2 1 3 0 1
1604.59/1612.44	d CHECKS 581201243
1604.59/1612.44	d ASSIGNMENTS 4764386

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093303-1215249509/watcher-1093303-1215249509 -o /tmp/evaluation-result-1093303-1215249509/solver-1093303-1215249509 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1093303-1215249509.xml -heu dom/wdeg -res no 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB

[startup+0 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 9310
/proc/meminfo: memFree=1584328/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=18572 CPUtime=0
/proc/9310/stat : 9310 (runsolver) R 9308 9134 9134 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 136962129 19017728 290 996147200 4194304 4296836 548682068432 18446744073709551615 4211652 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9310/statm: 4643 290 255 25 0 2626 0


[startup+0.107172 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 9310
/proc/meminfo: memFree=1584328/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=6488 CPUtime=0.09
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 890 0 0 0 9 0 0 0 18 0 1 0 136962129 6643712 856 996147200 134512640 135239859 4294956208 18446744073709551615 8144507 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 1622 857 350 177 0 525 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6488

[startup+0.201184 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 9310
/proc/meminfo: memFree=1584328/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=8220 CPUtime=0.19
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 1332 0 0 0 18 1 0 0 18 0 1 0 136962129 8417280 1298 996147200 134512640 135239859 4294956208 18446744073709551615 8144507 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 2055 1298 350 177 0 958 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8220

[startup+0.301198 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 9310
/proc/meminfo: memFree=1584328/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=10212 CPUtime=0.28
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 1799 0 0 0 27 1 0 0 19 0 1 0 136962129 10457088 1765 996147200 134512640 135239859 4294956208 18446744073709551615 8144507 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 2553 1765 350 177 0 1456 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10212

[startup+0.701245 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 9310
/proc/meminfo: memFree=1584328/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=17480 CPUtime=0.67
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 3650 0 0 0 65 2 0 0 23 0 1 0 136962129 17899520 3616 996147200 134512640 135239859 4294956208 18446744073709551615 8144507 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 4370 3616 350 177 0 3273 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 17480

[startup+1.50134 s]
/proc/loadavg: 2.09 2.02 2.01 3/82 9311
/proc/meminfo: memFree=1564352/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=32808 CPUtime=1.48
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 7452 0 0 0 143 5 0 0 25 0 1 0 136962129 33595392 7418 996147200 134512640 135239859 4294956208 18446744073709551615 8144507 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 8202 7418 350 177 0 7105 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32808

[startup+3.10153 s]
/proc/loadavg: 2.09 2.02 2.01 3/82 9311
/proc/meminfo: memFree=1543552/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=62680 CPUtime=3.07
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 14942 0 0 0 298 9 0 0 25 0 1 0 136962129 64184320 14908 996147200 134512640 135239859 4294956208 18446744073709551615 8144507 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 15670 14909 350 177 0 14573 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 62680

[startup+6.3019 s]
/proc/loadavg: 2.08 2.02 2.00 3/82 9311
/proc/meminfo: memFree=1506688/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=6.25
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19948 0 0 0 612 13 0 0 25 0 1 0 136962129 84410368 19914 996147200 134512640 135239859 4294956208 18446744073709551615 135013787 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19914 386 177 0 19511 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 82432

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 9311
/proc/meminfo: memFree=1506816/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=12.62
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 1249 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820311 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 82432

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 9311
/proc/meminfo: memFree=1506880/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=25.36
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 2523 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820189 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 82432

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 9311
/proc/meminfo: memFree=1506880/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=50.83
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 5070 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135103411 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 82432

[startup+102.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 9311
/proc/meminfo: memFree=1506944/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=101.79
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 10166 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 82432

[startup+162.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 9311
/proc/meminfo: memFree=1506688/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=161.48
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 16135 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135095200 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 82432

[startup+222.305 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 9311
/proc/meminfo: memFree=1506688/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=221.19
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 22106 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135096832 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 82432

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 9311
/proc/meminfo: memFree=1506688/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=280.9
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 28077 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135095262 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 280.9
Current children cumulated vsize (KiB) 82432

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1506688/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=340.61
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 34048 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820035 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 340.61
Current children cumulated vsize (KiB) 82432

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1506688/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=400.32
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 40019 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820449 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 400.32
Current children cumulated vsize (KiB) 82432

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 9311
/proc/meminfo: memFree=1506688/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=460.04
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 45991 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013740 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 460.04
Current children cumulated vsize (KiB) 82432

[startup+522.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 9311
/proc/meminfo: memFree=1506496/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=519.74
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 51961 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820011 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 519.74
Current children cumulated vsize (KiB) 82432

[startup+582.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1506432/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=579.46
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 57933 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013791 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 579.46
Current children cumulated vsize (KiB) 82432

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1506432/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=639.17
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 63904 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013806 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 639.17
Current children cumulated vsize (KiB) 82432


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

/proc/meminfo: memFree=1506304/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=878.01
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 87788 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820065 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 878.01
Current children cumulated vsize (KiB) 82432

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1506304/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=937.72
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 93759 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135095232 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 937.72
Current children cumulated vsize (KiB) 82432

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1506240/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=997.43
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 99730 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013787 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 997.43
Current children cumulated vsize (KiB) 82432

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1506176/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1057.14
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 105701 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820071 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1057.14
Current children cumulated vsize (KiB) 82432

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505984/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1116.86
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 111673 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820234 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1116.86
Current children cumulated vsize (KiB) 82432

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505920/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1176.56
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 117643 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013791 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1176.56
Current children cumulated vsize (KiB) 82432

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505792/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1236.28
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 123615 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134789550 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1236.28
Current children cumulated vsize (KiB) 82432

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505728/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1295.98
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 129585 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820197 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1295.98
Current children cumulated vsize (KiB) 82432

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505728/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1355.69
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 135556 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135103466 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1355.69
Current children cumulated vsize (KiB) 82432

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505728/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1415.41
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 141528 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134789509 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1415.41
Current children cumulated vsize (KiB) 82432

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505664/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1475.11
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 147498 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013766 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1475.11
Current children cumulated vsize (KiB) 82432

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505664/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1534.83
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 153470 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134789550 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1534.83
Current children cumulated vsize (KiB) 82432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505600/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1594.54
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 159441 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013761 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1594.54
Current children cumulated vsize (KiB) 82432

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

[startup+1606.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505600/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1598.62
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 159849 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135095249 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1598.62
Current children cumulated vsize (KiB) 82432

[startup+1609.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505600/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1601.8
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 160167 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 134820080 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 82432

[startup+1611.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505600/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1603.39
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 160326 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013763 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1603.39
Current children cumulated vsize (KiB) 82432

[startup+1612 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505600/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1604.19
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 160406 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135013728 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1604.19
Current children cumulated vsize (KiB) 82432

[startup+1612.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505600/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=82432 CPUtime=1604.59
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19949 0 0 0 160446 13 0 0 25 0 1 0 136962129 84410368 19915 996147200 134512640 135239859 4294956208 18446744073709551615 135095222 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 20608 19915 386 177 0 19511 0
Current children cumulated CPU time (s) 1604.59
Current children cumulated vsize (KiB) 82432

[startup+1612.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9311
/proc/meminfo: memFree=1505600/2055920 swapFree=4181492/4192956
[pid=9310] ppid=9308 vsize=78736 CPUtime=1604.69
/proc/9310/stat : 9310 (xsolve) R 9308 9310 9134 0 -1 4194304 19964 0 0 0 160456 13 0 0 25 0 1 0 136962129 80625664 19006 996147200 134512640 135239859 4294956208 18446744073709551615 134921192 0 0 4096 0 0 0 0 17 1 0 0
/proc/9310/statm: 19684 19006 401 177 0 18587 0
Current children cumulated CPU time (s) 1604.69
Current children cumulated vsize (KiB) 78736

Child status: 0
Real time (s): 1612.58
CPU time (s): 1604.78
CPU user time (s): 1604.63
CPU system time (s): 0.151976
CPU usage (%): 99.5163
Max. virtual memory (cumulated for all children) (KiB): 82432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1604.63
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19965
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= 6
involuntary context switches= 21082

runsolver used 1.65375 second user time and 4.23136 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 11:18:31
IDJOB=1093303
IDBENCH=58696
IDSOLVER=343
FILE ID=node73/1093303-1215249509
PBS_JOBID= 7882057
Free space on /tmp= 66496 MiB

SOLVER NAME= MDG-noprobe 2008-06-27
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-5.xml
COMMAND LINE= HOME/xsolve BENCHNAME -heu dom/wdeg -res no 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093303-1215249509/watcher-1093303-1215249509 -o /tmp/evaluation-result-1093303-1215249509/solver-1093303-1215249509 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1093303-1215249509.xml -heu dom/wdeg -res no 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7190ed6731aa72fd4a74df29ac13f8df
RANDOM SEED=1762357291

node73.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.230
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.230
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:       1584808 kB
Buffers:         12520 kB
Cached:         167524 kB
SwapCached:       5052 kB
Active:         349428 kB
Inactive:        69700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584808 kB
SwapTotal:     4192956 kB
SwapFree:      4181492 kB
Dirty:           30856 kB
Writeback:           0 kB
Mapped:         255548 kB
Slab:            36792 kB
Committed_AS:  1230140 kB
PageTables:       2228 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= 66492 MiB
End job on node73 at 2008-07-05 11:45:24