Trace number 1076415

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-probe 2008-06-27UNSAT 1041.51 1041.88

DiagnosticValue
ASSIGNMENTS13373
CHECKS2426480

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg12-14_ext.xml
MD5SUM38b6fd1a1a55f4d717acaba611f34e78
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark669.147
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints26
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c mistral-prime version 1.313
0.00/0.00	c 
0.00/0.00	c Parsing xml file
0.00/0.00	c          domains...............     0	(1 domains)
0.00/0.00	c          variables.............     0	(168 variables)
0.00/0.00	c          relations.............  0.29	(2 relations)
0.29/0.30	c          constraints...........1.9976e-17	(26 constraints)
0.29/0.30	c Parsing time:   0.29
0.29/0.30	c
0.29/0.30	c Building model
0.29/0.33	c         0 constants
0.29/0.33	c         0 Boolean variables    (+0)
0.29/0.33	c         0 range variables      (+0)
0.29/0.33	c         0 domain (b) variables (+0)
0.29/0.33	c       168 domain (l) variables (+0)
0.29/0.33	c        26 constraints          (+0)
0.29/0.33	c         0 values 
0.29/0.33	c Building time:   0.04
0.29/0.33	c
0.29/0.33	c Solving instance
0.29/0.33	c          heuristic = dom/wdeg
0.29/0.33	c          Randomized probing iteration = 100
0.29/0.33	c          probing limit = 30
0.29/0.33	c          level based weights = no
0.29/0.33	c          impact probing = no
0.29/0.33	c          restart policy = No restart
0.29/0.33	c          probing ..........249.02
249.31/249.40	c          Probing Nodes  3861
249.31/249.40	c          final run  792.3
1041.43/1041.86	c Solving time: 1041.3
1041.43/1041.86	c
1041.43/1041.86	s UNSATISFIABLE
1041.43/1041.86	d CHECKS 2426480
1041.43/1041.86	d ASSIGNMENTS 13373

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1076415-1215186616/watcher-1076415-1215186616 -o /tmp/evaluation-result-1076415-1215186616/solver-1076415-1215186616 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1076415-1215186616.xml -v 1 -rs 2140118530 -probe 1 -ph 0 -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: 1.47 1.57 1.78 3/64 12186
/proc/meminfo: memFree=1751392/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=4500 CPUtime=0
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 1997633004 4608000 181 996147200 134512640 135239859 4294956144 18446744073709551615 9290940 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 1125 183 153 177 0 17 0

[startup+0.0585989 s]
/proc/loadavg: 1.47 1.57 1.78 3/64 12186
/proc/meminfo: memFree=1751392/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=5444 CPUtime=0.05
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 668 0 0 0 5 0 0 0 18 0 1 0 1997633004 5574656 634 996147200 134512640 135239859 4294956144 18446744073709551615 134643364 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 1361 635 373 177 0 264 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5444

[startup+0.101606 s]
/proc/loadavg: 1.47 1.57 1.78 3/64 12186
/proc/meminfo: memFree=1751392/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=6104 CPUtime=0.09
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 829 0 0 0 9 0 0 0 18 0 1 0 1997633004 6250496 795 996147200 134512640 135239859 4294956144 18446744073709551615 134643689 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 1526 795 373 177 0 429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6104

[startup+0.301644 s]
/proc/loadavg: 1.47 1.57 1.78 3/64 12186
/proc/meminfo: memFree=1751392/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=9076 CPUtime=0.29
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 1593 0 0 0 29 0 0 0 19 0 1 0 1997633004 9293824 1559 996147200 134512640 135239859 4294956144 18446744073709551615 134579436 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 2269 1559 373 177 0 1172 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9076

[startup+0.701719 s]
/proc/loadavg: 1.47 1.57 1.78 3/64 12186
/proc/meminfo: memFree=1751392/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=0.69
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2923 0 0 0 68 1 0 0 22 0 1 0 1997633004 15327232 2889 996147200 134512640 135239859 4294956144 18446744073709551615 134789316 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2889 409 177 0 2645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14968

[startup+1.50187 s]
/proc/loadavg: 1.47 1.57 1.78 2/65 12187
/proc/meminfo: memFree=1741400/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=1.49
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2925 0 0 0 148 1 0 0 25 0 1 0 1997633004 15327232 2891 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2891 409 177 0 2645 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14968

[startup+3.10118 s]
/proc/loadavg: 1.47 1.57 1.78 2/65 12187
/proc/meminfo: memFree=1741272/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=3.09
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2925 0 0 0 308 1 0 0 25 0 1 0 1997633004 15327232 2891 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2891 409 177 0 2645 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14968

[startup+6.30179 s]
/proc/loadavg: 1.43 1.56 1.77 2/65 12187
/proc/meminfo: memFree=1741272/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=6.29
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2925 0 0 0 628 1 0 0 25 0 1 0 1997633004 15327232 2891 996147200 134512640 135239859 4294956144 18446744073709551615 135035270 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2891 409 177 0 2645 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14968

[startup+12.702 s]
/proc/loadavg: 1.40 1.55 1.77 2/65 12187
/proc/meminfo: memFree=1741208/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=12.68
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2925 0 0 0 1267 1 0 0 25 0 1 0 1997633004 15327232 2891 996147200 134512640 135239859 4294956144 18446744073709551615 135015606 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2891 409 177 0 2645 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14968

[startup+25.5015 s]
/proc/loadavg: 1.31 1.52 1.75 2/65 12187
/proc/meminfo: memFree=1741272/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=25.48
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2925 0 0 0 2547 1 0 0 25 0 1 0 1997633004 15327232 2891 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2891 409 177 0 2645 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14968

[startup+51.1014 s]
/proc/loadavg: 1.20 1.48 1.73 2/65 12187
/proc/meminfo: memFree=1741272/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=51.07
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2925 0 0 0 5106 1 0 0 25 0 1 0 1997633004 15327232 2891 996147200 134512640 135239859 4294956144 18446744073709551615 134789145 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2891 409 177 0 2645 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14968

[startup+102.304 s]
/proc/loadavg: 1.09 1.40 1.69 2/65 12187
/proc/meminfo: memFree=1741272/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=102.26
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2925 0 0 0 10224 2 0 0 25 0 1 0 1997633004 15327232 2891 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2891 409 177 0 2645 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14968

[startup+162.302 s]
/proc/loadavg: 1.03 1.33 1.64 2/65 12187
/proc/meminfo: memFree=1741208/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=162.24
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2925 0 0 0 16222 2 0 0 25 0 1 0 1997633004 15327232 2891 996147200 134512640 135239859 4294956144 18446744073709551615 134789296 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2891 409 177 0 2645 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14968

[startup+222.301 s]
/proc/loadavg: 1.01 1.27 1.60 2/65 12187
/proc/meminfo: memFree=1741208/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=222.22
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2925 0 0 0 22220 2 0 0 25 0 1 0 1997633004 15327232 2891 996147200 134512640 135239859 4294956144 18446744073709551615 134789205 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2891 409 177 0 2645 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 14968

[startup+282.302 s]
/proc/loadavg: 1.00 1.22 1.56 2/65 12187
/proc/meminfo: memFree=1741208/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=282.2
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2926 0 0 0 28218 2 0 0 25 0 1 0 1997633004 15327232 2892 996147200 134512640 135239859 4294956144 18446744073709551615 134788962 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2892 410 177 0 2645 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 14968

[startup+342.301 s]
/proc/loadavg: 1.00 1.17 1.52 2/65 12187
/proc/meminfo: memFree=1741208/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14968 CPUtime=342.17
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2926 0 0 0 34215 2 0 0 25 0 1 0 1997633004 15327232 2892 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3742 2892 410 177 0 2645 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 14968

[startup+402.302 s]
/proc/loadavg: 1.00 1.14 1.49 2/65 12187
/proc/meminfo: memFree=1741208/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=402.15
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 40213 2 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789253 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 14972

[startup+462.303 s]
/proc/loadavg: 1.00 1.11 1.45 2/65 12187
/proc/meminfo: memFree=1741144/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=462.13
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 46211 2 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 135015603 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 14972

[startup+522.301 s]
/proc/loadavg: 1.00 1.09 1.42 2/65 12187
/proc/meminfo: memFree=1741144/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=522.11
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 52209 2 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 14972

[startup+582.302 s]
/proc/loadavg: 1.00 1.07 1.39 2/65 12187
/proc/meminfo: memFree=1741144/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=582.09
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 58207 2 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 14972

[startup+642.301 s]
/proc/loadavg: 1.00 1.05 1.37 2/65 12187
/proc/meminfo: memFree=1741144/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=642.07
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 64205 2 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 135015578 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 14972

[startup+702.302 s]
/proc/loadavg: 1.00 1.04 1.34 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=702.04
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 70202 2 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 135015598 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 14972

[startup+762.304 s]
/proc/loadavg: 1.00 1.03 1.32 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=762.03
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 76200 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789316 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 14972

[startup+822.302 s]
/proc/loadavg: 1.00 1.02 1.29 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=822.01
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 82198 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 14972

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.27 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=881.98
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 88195 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789405 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 14972

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.25 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=941.96
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 94193 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789225 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 14972

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=1001.94
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 100191 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 14972

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

[startup+1023.9 s]
/proc/loadavg: 1.00 1.00 1.23 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=1023.53
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 102350 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789188 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 1023.53
Current children cumulated vsize (KiB) 14972

[startup+1030.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=1029.93
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 102990 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789256 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 1029.93
Current children cumulated vsize (KiB) 14972

[startup+1036.7 s]
/proc/loadavg: 1.00 1.00 1.23 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=1036.33
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 103630 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 1036.33
Current children cumulated vsize (KiB) 14972

[startup+1039.9 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=1039.53
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 103950 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789240 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 1039.53
Current children cumulated vsize (KiB) 14972

[startup+1040.7 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=1040.33
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 104030 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789316 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 1040.33
Current children cumulated vsize (KiB) 14972

[startup+1041.5 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=1041.13
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 104110 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789256 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 1041.13
Current children cumulated vsize (KiB) 14972

[startup+1041.7 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=1041.33
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 104130 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 134789220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 1041.33
Current children cumulated vsize (KiB) 14972

[startup+1041.8 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 12193
/proc/meminfo: memFree=1740760/2055920 swapFree=4180500/4192956
[pid=12186] ppid=12184 vsize=14972 CPUtime=1041.43
/proc/12186/stat : 12186 (xsolve) R 12184 12186 9449 0 -1 4194304 2927 0 0 0 104140 3 0 0 25 0 1 0 1997633004 15331328 2893 996147200 134512640 135239859 4294956144 18446744073709551615 135015598 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3743 2893 410 177 0 2646 0
Current children cumulated CPU time (s) 1041.43
Current children cumulated vsize (KiB) 14972

Child status: 0
Real time (s): 1041.88
CPU time (s): 1041.51
CPU user time (s): 1041.48
CPU system time (s): 0.036994
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 14972

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

runsolver used 0.796878 second user time and 2.06669 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 17:50:16
IDJOB=1076415
IDBENCH=56586
IDSOLVER=342
FILE ID=node59/1076415-1215186616
PBS_JOBID= 7881548
Free space on /tmp= 66500 MiB

SOLVER NAME= MDG-probe 2008-06-27
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg12-14_ext.xml
COMMAND LINE= HOME/xsolve BENCHNAME -v 1 -rs RANDOMSEED -probe 1 -ph 0 -heu dom/wdeg -res no
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076415-1215186616/watcher-1076415-1215186616 -o /tmp/evaluation-result-1076415-1215186616/solver-1076415-1215186616 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1076415-1215186616.xml -v 1 -rs 2140118530 -probe 1 -ph 0 -heu dom/wdeg -res no

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38b6fd1a1a55f4d717acaba611f34e78
RANDOM SEED=2140118530

node59.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.261
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.261
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:       1751872 kB
Buffers:         37748 kB
Cached:         199040 kB
SwapCached:       6176 kB
Active:          94852 kB
Inactive:       149724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751872 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            3448 kB
Writeback:           0 kB
Mapped:          13752 kB
Slab:            45432 kB
Committed_AS:  4002968 kB
PageTables:       1456 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= 66500 MiB
End job on node59 at 2008-07-04 18:07:38