Trace number 1087196

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 692.919 697.315

DiagnosticValue
ASSIGNMENTS2523
CHECKS1881240

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-2.xml
MD5SUM3ec556ad251960bf7980f3107ef7856e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.8644
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.11	c mistral-prime version 1.313
0.00/0.11	c 
0.00/0.11	c Parsing xml file
0.00/0.11	c          domains...............     0	(30 domains)
0.00/0.11	c          variables.............  0.03	(2500 variables)
0.00/0.11	c          predicates............1.1096e-18	(8 predicates)
0.00/0.11	c          constraints...........  1.82	(40767 constraints)
1.77/1.88	c Parsing time:   1.85
1.77/1.88	c
1.77/1.88	c Building model
1.97/2.07	c         0 constants
1.97/2.07	c         0 Boolean variables    (+0)
1.97/2.07	c         0 range variables      (+0)
1.97/2.07	c         0 domain (b) variables (+0)
1.97/2.07	c      2500 domain (l) variables (+0)
1.97/2.07	c     40767 constraints          (+0)
1.97/2.07	c         0 values 
1.97/2.07	c Building time:   0.19
1.97/2.07	c
1.97/2.07	c Solving instance
1.97/2.07	c          heuristic = dom/wdeg
1.97/2.07	c          Randomized probing iteration = 100
1.97/2.07	c          probing limit = 30
1.97/2.07	c          level based weights = no
1.97/2.07	c          impact probing = no
1.97/2.07	c          restart policy = No restart
1.97/2.07	c          probing ..623.48
625.39/629.14	c          Probing Nodes  1526
625.39/629.16	c          final run  67.37
692.71/697.17	c Solving time: 690.85
692.71/697.17	c
692.71/697.17	s UNSATISFIABLE
692.71/697.17	d CHECKS 1881244
692.71/697.17	d ASSIGNMENTS 2523

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-1087196-1215242983/watcher-1087196-1215242983 -o /tmp/evaluation-result-1087196-1215242983/solver-1087196-1215242983 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1087196-1215242983.xml -v 1 -rs 435011863 -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.85 1.94 1.83 4/72 17211
/proc/meminfo: memFree=1749928/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=820 CPUtime=0
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 2003273177 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 7979812 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 205 25 19 177 0 3 0

[startup+0.110605 s]
/proc/loadavg: 1.85 1.94 1.83 4/72 17211
/proc/meminfo: memFree=1749928/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=7772 CPUtime=0.09
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 1296 0 0 0 9 0 0 0 20 0 1 0 2003273177 7958528 1262 996147200 134512640 135239859 4294956144 18446744073709551615 8412916 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 1943 1262 399 177 0 846 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7772

[startup+0.204385 s]
/proc/loadavg: 1.85 1.94 1.83 4/72 17211
/proc/meminfo: memFree=1749928/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=9100 CPUtime=0.18
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 1611 0 0 0 18 0 0 0 20 0 1 0 2003273177 9318400 1577 996147200 134512640 135239859 4294956144 18446744073709551615 4158658908 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 2275 1577 399 177 0 1178 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9100

[startup+0.30145 s]
/proc/loadavg: 1.85 1.94 1.83 4/72 17211
/proc/meminfo: memFree=1749928/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=10532 CPUtime=0.28
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 1943 0 0 0 28 0 0 0 21 0 1 0 2003273177 10784768 1909 996147200 134512640 135239859 4294956144 18446744073709551615 134645575 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 2633 1909 399 177 0 1536 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10532

[startup+0.701492 s]
/proc/loadavg: 1.85 1.94 1.83 4/72 17211
/proc/meminfo: memFree=1749928/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=16004 CPUtime=0.68
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 3363 0 0 0 67 1 0 0 25 0 1 0 2003273177 16388096 3263 996147200 134512640 135239859 4294956144 18446744073709551615 134683528 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 4001 3263 399 177 0 2904 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16004

[startup+1.50159 s]
/proc/loadavg: 1.85 1.94 1.83 3/73 17212
/proc/meminfo: memFree=1733024/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=26352 CPUtime=1.47
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 6072 0 0 0 144 3 0 0 25 0 1 0 2003273177 26984448 5842 996147200 134512640 135239859 4294956144 18446744073709551615 134666182 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 6588 5842 399 177 0 5491 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26352

[startup+3.10177 s]
/proc/loadavg: 1.85 1.94 1.83 3/73 17212
/proc/meminfo: memFree=1678752/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=106912 CPUtime=3.06
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18396 0 0 0 298 8 0 0 25 0 1 0 2003273177 109477888 18100 996147200 134512640 135239859 4294956144 18446744073709551615 134535329 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26728 18100 420 177 0 25631 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 106912

[startup+6.30114 s]
/proc/loadavg: 1.86 1.94 1.83 3/73 17212
/proc/meminfo: memFree=1678560/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=106912 CPUtime=6.23
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18397 0 0 0 615 8 0 0 25 0 1 0 2003273177 109477888 18101 996147200 134512640 135239859 4294956144 18446744073709551615 134541296 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26728 18101 421 177 0 25631 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 106912

[startup+12.7019 s]
/proc/loadavg: 1.87 1.94 1.83 3/73 17212
/proc/meminfo: memFree=1678560/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=106912 CPUtime=12.58
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18397 0 0 0 1250 8 0 0 25 0 1 0 2003273177 109477888 18101 996147200 134512640 135239859 4294956144 18446744073709551615 134820170 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26728 18101 421 177 0 25631 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 106912

[startup+25.504 s]
/proc/loadavg: 1.90 1.94 1.83 3/73 17212
/proc/meminfo: memFree=1678688/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=106912 CPUtime=25.28
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18397 0 0 0 2520 8 0 0 25 0 1 0 2003273177 109477888 18101 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26728 18101 421 177 0 25631 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 106912

[startup+51.1024 s]
/proc/loadavg: 1.93 1.94 1.83 3/73 17212
/proc/meminfo: memFree=1678688/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=106912 CPUtime=50.69
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18397 0 0 0 5061 8 0 0 25 0 1 0 2003273177 109477888 18101 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26728 18101 421 177 0 25631 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 106912

[startup+102.302 s]
/proc/loadavg: 1.97 1.95 1.84 3/73 17212
/proc/meminfo: memFree=1678624/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107044 CPUtime=101.51
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18416 0 0 0 10143 8 0 0 25 0 1 0 2003273177 109613056 18120 996147200 134512640 135239859 4294956144 18446744073709551615 134532176 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26761 18120 422 177 0 25664 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 107044

[startup+162.302 s]
/proc/loadavg: 1.99 1.96 1.84 3/73 17212
/proc/meminfo: memFree=1678560/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=161.05
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18423 0 0 0 16097 8 0 0 25 0 1 0 2003273177 109617152 18127 996147200 134512640 135239859 4294956144 18446744073709551615 134539269 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18127 422 177 0 25665 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 107048

[startup+222.307 s]
/proc/loadavg: 1.99 1.96 1.85 2/71 17213
/proc/meminfo: memFree=1713520/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=220.6
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18423 0 0 0 22052 8 0 0 25 0 1 0 2003273177 109617152 18127 996147200 134512640 135239859 4294956144 18446744073709551615 134534752 0 0 4096 0 0 0 0 17 0 0 0
/proc/17211/statm: 26762 18127 422 177 0 25665 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 107048

[startup+282.301 s]
/proc/loadavg: 2.06 1.98 1.86 3/83 17261
/proc/meminfo: memFree=1368656/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=280.48
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18423 0 0 0 28038 10 0 0 25 0 1 0 2003273177 109617152 18127 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 0 0 0
/proc/17211/statm: 26762 18127 422 177 0 25665 0
Current children cumulated CPU time (s) 280.48
Current children cumulated vsize (KiB) 107048

[startup+342.301 s]
/proc/loadavg: 2.11 2.01 1.88 3/83 17261
/proc/meminfo: memFree=856144/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=340.21
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18423 0 0 0 34007 14 0 0 25 0 1 0 2003273177 109617152 18127 996147200 134512640 135239859 4294956144 18446744073709551615 134538577 0 0 4096 0 0 0 0 17 0 0 0
/proc/17211/statm: 26762 18127 422 177 0 25665 0
Current children cumulated CPU time (s) 340.21
Current children cumulated vsize (KiB) 107048

[startup+402.301 s]
/proc/loadavg: 2.13 2.04 1.89 3/83 17261
/proc/meminfo: memFree=625040/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=399.96
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 0 0 39978 18 0 0 25 0 1 0 2003273177 109617152 18128 996147200 134512640 135239859 4294956144 18446744073709551615 134820263 0 0 4096 0 0 0 0 17 0 0 0
/proc/17211/statm: 26762 18128 422 177 0 25665 0
Current children cumulated CPU time (s) 399.96
Current children cumulated vsize (KiB) 107048

[startup+462.302 s]
/proc/loadavg: 2.11 2.04 1.91 3/83 17261
/proc/meminfo: memFree=329616/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=459.66
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 0 0 45942 24 0 0 25 0 1 0 2003273177 109617152 18128 996147200 134512640 135239859 4294956144 18446744073709551615 134534764 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18128 422 177 0 25665 0
Current children cumulated CPU time (s) 459.66
Current children cumulated vsize (KiB) 107048

[startup+522.303 s]
/proc/loadavg: 2.13 2.06 1.92 3/83 17261
/proc/meminfo: memFree=19408/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=519.34
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 0 0 51905 29 0 0 25 0 1 0 2003273177 109617152 18128 996147200 134512640 135239859 4294956144 18446744073709551615 134541350 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18128 422 177 0 25665 0
Current children cumulated CPU time (s) 519.34
Current children cumulated vsize (KiB) 107048

[startup+582.303 s]
/proc/loadavg: 2.05 2.05 1.92 3/83 17261
/proc/meminfo: memFree=15312/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=579.03
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 0 0 57868 35 0 0 25 0 1 0 2003273177 109617152 18128 996147200 134512640 135239859 4294956144 18446744073709551615 134532188 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18128 422 177 0 25665 0
Current children cumulated CPU time (s) 579.03
Current children cumulated vsize (KiB) 107048

[startup+642.302 s]
/proc/loadavg: 2.22 2.10 1.94 3/83 17261
/proc/meminfo: memFree=16336/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=638.42
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 1 0 63801 41 0 0 25 0 1 0 2003273177 109617152 18129 996147200 134512640 135239859 4294956144 18446744073709551615 134540202 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18129 423 177 0 25665 0
Current children cumulated CPU time (s) 638.42
Current children cumulated vsize (KiB) 107048

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

[startup+665.608 s]
/proc/loadavg: 2.20 2.10 1.94 3/83 17261
/proc/meminfo: memFree=14864/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=661.5
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 1 0 66107 43 0 0 25 0 1 0 2003273177 109617152 18129 996147200 134512640 135239859 4294956144 18446744073709551615 134535730 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18129 423 177 0 25665 0
Current children cumulated CPU time (s) 661.5
Current children cumulated vsize (KiB) 107048

[startup+678.401 s]
/proc/loadavg: 2.16 2.10 1.94 3/83 17261
/proc/meminfo: memFree=15824/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=674.18
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 1 0 67375 43 0 0 25 0 1 0 2003273177 109617152 18129 996147200 134512640 135239859 4294956144 18446744073709551615 134543098 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18129 423 177 0 25665 0
Current children cumulated CPU time (s) 674.18
Current children cumulated vsize (KiB) 107048

[startup+684.801 s]
/proc/loadavg: 2.15 2.10 1.94 3/83 17261
/proc/meminfo: memFree=16272/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=680.52
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 1 0 68008 44 0 0 25 0 1 0 2003273177 109617152 18129 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18129 423 177 0 25665 0
Current children cumulated CPU time (s) 680.52
Current children cumulated vsize (KiB) 107048

[startup+691.202 s]
/proc/loadavg: 2.13 2.10 1.94 3/83 17261
/proc/meminfo: memFree=15696/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=686.86
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 1 0 68642 44 0 0 25 0 1 0 2003273177 109617152 18129 996147200 134512640 135239859 4294956144 18446744073709551615 134543111 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18129 423 177 0 25665 0
Current children cumulated CPU time (s) 686.86
Current children cumulated vsize (KiB) 107048

[startup+694.402 s]
/proc/loadavg: 2.12 2.09 1.94 3/83 17261
/proc/meminfo: memFree=15504/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=690.03
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 1 0 68959 44 0 0 25 0 1 0 2003273177 109617152 18129 996147200 134512640 135239859 4294956144 18446744073709551615 134535356 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18129 423 177 0 25665 0
Current children cumulated CPU time (s) 690.03
Current children cumulated vsize (KiB) 107048

[startup+696.001 s]
/proc/loadavg: 2.12 2.09 1.94 3/83 17261
/proc/meminfo: memFree=15760/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=691.61
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 1 0 69117 44 0 0 25 0 1 0 2003273177 109617152 18129 996147200 134512640 135239859 4294956144 18446744073709551615 134820258 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18129 423 177 0 25665 0
Current children cumulated CPU time (s) 691.61
Current children cumulated vsize (KiB) 107048

[startup+696.803 s]
/proc/loadavg: 2.12 2.09 1.94 3/83 17261
/proc/meminfo: memFree=15824/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=692.41
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18424 0 1 0 69197 44 0 0 25 0 1 0 2003273177 109617152 18129 996147200 134512640 135239859 4294956144 18446744073709551615 134535337 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18129 423 177 0 25665 0
Current children cumulated CPU time (s) 692.41
Current children cumulated vsize (KiB) 107048

[startup+697.201 s]
/proc/loadavg: 2.12 2.09 1.94 3/83 17261
/proc/meminfo: memFree=15824/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=107048 CPUtime=692.79
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18425 0 2 0 69235 44 0 0 24 0 1 0 2003273177 109617152 18131 996147200 134512640 135239859 4294956144 18446744073709551615 134818796 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 26762 18131 425 177 0 25665 0
Current children cumulated CPU time (s) 692.79
Current children cumulated vsize (KiB) 107048

[startup+697.301 s]
/proc/loadavg: 2.12 2.09 1.94 3/83 17261
/proc/meminfo: memFree=15824/2055920 swapFree=4179968/4192956
[pid=17211] ppid=17209 vsize=32204 CPUtime=692.89
/proc/17211/stat : 17211 (xsolve) R 17209 17211 17174 0 -1 4194304 18431 0 4 0 69244 45 0 0 25 0 1 0 2003273177 32976896 7226 996147200 134512640 135239859 4294956144 18446744073709551615 8410626 0 0 4096 0 0 0 0 17 1 0 0
/proc/17211/statm: 8051 7226 433 177 0 6954 0
Current children cumulated CPU time (s) 692.89
Current children cumulated vsize (KiB) 32204

Child status: 0
Real time (s): 697.315
CPU time (s): 692.919
CPU user time (s): 692.456
CPU system time (s): 0.462929
CPU usage (%): 99.3695
Max. virtual memory (cumulated for all children) (KiB): 107048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 692.456
system time used= 0.462929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18432
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 13711

runsolver used 0.716891 second user time and 1.93171 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 09:29:43
IDJOB=1087196
IDBENCH=57947
IDSOLVER=342
FILE ID=node11/1087196-1215242983
PBS_JOBID= 7882016
Free space on /tmp= 66552 MiB

SOLVER NAME= MDG-probe 2008-06-27
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-2.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-1087196-1215242983/watcher-1087196-1215242983 -o /tmp/evaluation-result-1087196-1215242983/solver-1087196-1215242983 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1087196-1215242983.xml -v 1 -rs 435011863 -probe 1 -ph 0 -heu dom/wdeg -res no

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ec556ad251960bf7980f3107ef7856e
RANDOM SEED=435011863

node11.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.224
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.224
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:       1750408 kB
Buffers:         51740 kB
Cached:         150256 kB
SwapCached:       7036 kB
Active:         164908 kB
Inactive:        82460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750408 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            6816 kB
Writeback:           0 kB
Mapped:          52908 kB
Slab:            43556 kB
Committed_AS:  3329812 kB
PageTables:       1868 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= 64532 MiB
End job on node11 at 2008-07-05 09:41:21