Trace number 1086902

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 1289.1 1298.93

DiagnosticValue
ASSIGNMENTS4527
CHECKS1489190

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-5.xml
MD5SUMebde7215c8748835935fe75d97c8a972
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 benchmark26.545
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c mistral-prime version 1.313
0.00/0.08	c 
0.00/0.08	c Parsing xml file
0.00/0.08	c          domains...............     0	(8 domains)
0.00/0.08	c          variables.............  0.01	(550 variables)
0.00/0.10	c          predicates............-2.0837e-19	(8 predicates)
0.00/0.10	c          constraints...........  0.37	(9461 constraints)
0.32/0.46	c Parsing time:   0.38
0.32/0.46	c
0.32/0.46	c Building model
0.42/0.51	c         0 constants
0.42/0.51	c         0 Boolean variables    (+0)
0.42/0.51	c         0 range variables      (+0)
0.42/0.51	c         0 domain (b) variables (+0)
0.42/0.51	c       550 domain (l) variables (+0)
0.42/0.51	c      9461 constraints          (+0)
0.42/0.51	c         0 values 
0.42/0.51	c Building time:   0.05
0.42/0.51	c
0.42/0.51	c Solving instance
0.42/0.51	c          heuristic = dom/wdeg
0.42/0.51	c          Randomized probing iteration = 100
0.42/0.51	c          probing limit = 30
0.42/0.51	c          level based weights = no
0.42/0.51	c          impact probing = no
0.42/0.51	c          restart policy = No restart
0.42/0.51	c          probing . 629.9
630.20/635.12	c          Probing Nodes   346
630.20/635.12	c          final run  658.9
1288.96/1298.88	c Solving time: 1288.8
1288.96/1298.88	c
1288.96/1298.88	s UNSATISFIABLE
1288.96/1298.88	d CHECKS 1489190
1288.96/1298.88	d ASSIGNMENTS 4527

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-1086902-1215241816/watcher-1086902-1215241816 -o /tmp/evaluation-result-1086902-1215241816/solver-1086902-1215241816 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1086902-1215241816.xml -v 1 -rs 61088433 -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: 2.55 2.46 2.37 4/80 10700
/proc/meminfo: memFree=1624248/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=1968 CPUtime=0
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 43 0 1 0 0 0 0 0 18 0 1 0 2003131363 2015232 29 996147200 134512640 135239859 4294956144 18446744073709551615 6734123 0 0 4096 0 0 0 0 17 0 0 0
/proc/10700/statm: 492 29 21 177 0 4 0

[startup+0.0937969 s]
/proc/loadavg: 2.55 2.46 2.37 4/80 10700
/proc/meminfo: memFree=1624248/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=4856 CPUtime=0
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 521 0 11 0 0 0 0 0 18 0 1 0 2003131363 4972544 498 996147200 134512640 135239859 4294956144 18446744073709551615 4159010517 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 1214 498 372 177 0 117 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4856

[startup+0.101798 s]
/proc/loadavg: 2.55 2.46 2.37 4/80 10700
/proc/meminfo: memFree=1624248/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=5252 CPUtime=0.01
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 652 0 11 0 1 0 0 0 18 0 1 0 2003131363 5378048 629 996147200 134512640 135239859 4294956144 18446744073709551615 4159126157 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 1313 629 400 177 0 216 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5252

[startup+0.301823 s]
/proc/loadavg: 2.55 2.46 2.37 4/80 10700
/proc/meminfo: memFree=1624248/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=8436 CPUtime=0.22
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 1433 0 11 0 21 1 0 0 19 0 1 0 2003131363 8638464 1410 996147200 134512640 135239859 4294956144 18446744073709551615 134707359 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 2109 1410 400 177 0 1012 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 8436

[startup+0.701866 s]
/proc/loadavg: 2.55 2.46 2.37 4/80 10700
/proc/meminfo: memFree=1624248/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=0.61
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5977 0 11 0 59 2 0 0 23 0 1 0 2003131363 34717696 5954 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5954 420 177 0 7379 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 33904

[startup+1.50196 s]
/proc/loadavg: 2.55 2.46 2.37 3/81 10701
/proc/meminfo: memFree=1599472/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=1.41
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5977 0 11 0 139 2 0 0 25 0 1 0 2003131363 34717696 5954 996147200 134512640 135239859 4294956144 18446744073709551615 135097013 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5954 420 177 0 7379 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 33904

[startup+3.10115 s]
/proc/loadavg: 2.55 2.46 2.37 3/81 10701
/proc/meminfo: memFree=1599216/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=3
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5977 0 11 0 298 2 0 0 25 0 1 0 2003131363 34717696 5954 996147200 134512640 135239859 4294956144 18446744073709551615 134543151 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5954 420 177 0 7379 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 33904

[startup+6.30153 s]
/proc/loadavg: 2.51 2.45 2.37 3/81 10701
/proc/meminfo: memFree=1599216/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=6.17
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5977 0 11 0 615 2 0 0 25 0 1 0 2003131363 34717696 5954 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5954 420 177 0 7379 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 33904

[startup+12.7013 s]
/proc/loadavg: 2.47 2.45 2.36 3/81 10701
/proc/meminfo: memFree=1599216/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=12.52
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5977 0 11 0 1250 2 0 0 25 0 1 0 2003131363 34717696 5954 996147200 134512640 135239859 4294956144 18446744073709551615 134534766 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5954 420 177 0 7379 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 33904

[startup+25.5018 s]
/proc/loadavg: 2.36 2.42 2.36 3/81 10701
/proc/meminfo: memFree=1599344/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=25.22
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5978 0 11 0 2520 2 0 0 25 0 1 0 2003131363 34717696 5955 996147200 134512640 135239859 4294956144 18446744073709551615 134539259 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5955 421 177 0 7379 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 33904

[startup+51.1018 s]
/proc/loadavg: 2.24 2.39 2.35 3/81 10701
/proc/meminfo: memFree=1599408/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=50.63
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5978 0 11 0 5061 2 0 0 25 0 1 0 2003131363 34717696 5955 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5955 421 177 0 7379 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 33904

[startup+102.306 s]
/proc/loadavg: 2.10 2.33 2.33 3/81 10701
/proc/meminfo: memFree=1599280/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=101.44
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5978 0 11 0 10142 2 0 0 25 0 1 0 2003131363 34717696 5955 996147200 134512640 135239859 4294956144 18446744073709551615 134535692 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5955 421 177 0 7379 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 33904

[startup+162.302 s]
/proc/loadavg: 2.04 2.26 2.31 3/81 10701
/proc/meminfo: memFree=1599216/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=160.98
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5978 0 11 0 16096 2 0 0 25 0 1 0 2003131363 34717696 5955 996147200 134512640 135239859 4294956144 18446744073709551615 134532176 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5955 421 177 0 7379 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 33904

[startup+222.301 s]
/proc/loadavg: 2.01 2.21 2.28 3/81 10701
/proc/meminfo: memFree=1599088/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=220.53
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5981 0 11 0 22051 2 0 0 25 0 1 0 2003131363 34717696 5958 996147200 134512640 135239859 4294956144 18446744073709551615 134532176 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5958 422 177 0 7379 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 33904

[startup+282.301 s]
/proc/loadavg: 2.00 2.17 2.26 3/81 10701
/proc/meminfo: memFree=1599152/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=280.08
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5983 0 11 0 28006 2 0 0 25 0 1 0 2003131363 34717696 5960 996147200 134512640 135239859 4294956144 18446744073709551615 134538542 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5960 422 177 0 7379 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (KiB) 33904

[startup+342.301 s]
/proc/loadavg: 2.00 2.14 2.24 3/81 10701
/proc/meminfo: memFree=1599152/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=339.62
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5985 0 11 0 33960 2 0 0 25 0 1 0 2003131363 34717696 5962 996147200 134512640 135239859 4294956144 18446744073709551615 134543123 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5962 422 177 0 7379 0
Current children cumulated CPU time (s) 339.62
Current children cumulated vsize (KiB) 33904

[startup+402.301 s]
/proc/loadavg: 2.00 2.11 2.23 3/81 10701
/proc/meminfo: memFree=1599152/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=399.17
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5985 0 11 0 39915 2 0 0 25 0 1 0 2003131363 34717696 5962 996147200 134512640 135239859 4294956144 18446744073709551615 134541302 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5962 422 177 0 7379 0
Current children cumulated CPU time (s) 399.17
Current children cumulated vsize (KiB) 33904

[startup+462.301 s]
/proc/loadavg: 2.00 2.09 2.21 3/81 10701
/proc/meminfo: memFree=1599088/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=458.71
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5985 0 11 0 45869 2 0 0 25 0 1 0 2003131363 34717696 5962 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5962 422 177 0 7379 0
Current children cumulated CPU time (s) 458.71
Current children cumulated vsize (KiB) 33904

[startup+522.302 s]
/proc/loadavg: 2.00 2.07 2.19 3/81 10701
/proc/meminfo: memFree=1599024/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=518.26
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5985 0 11 0 51824 2 0 0 25 0 1 0 2003131363 34717696 5962 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5962 422 177 0 7379 0
Current children cumulated CPU time (s) 518.26
Current children cumulated vsize (KiB) 33904

[startup+582.302 s]
/proc/loadavg: 2.00 2.05 2.18 3/81 10701
/proc/meminfo: memFree=1598960/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=577.8
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5985 0 11 0 57778 2 0 0 25 0 1 0 2003131363 34717696 5962 996147200 134512640 135239859 4294956144 18446744073709551615 134534758 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5962 422 177 0 7379 0
Current children cumulated CPU time (s) 577.8
Current children cumulated vsize (KiB) 33904

[startup+642.302 s]
/proc/loadavg: 2.00 2.04 2.16 3/81 10701
/proc/meminfo: memFree=1598896/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=637.35
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5986 0 11 0 63733 2 0 0 25 0 1 0 2003131363 34717696 5963 996147200 134512640 135239859 4294956144 18446744073709551615 134543107 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5963 423 177 0 7379 0
Current children cumulated CPU time (s) 637.35
Current children cumulated vsize (KiB) 33904

[startup+702.302 s]
/proc/loadavg: 2.00 2.03 2.15 3/81 10701
/proc/meminfo: memFree=1598768/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=696.89
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5986 0 11 0 69687 2 0 0 25 0 1 0 2003131363 34717696 5963 996147200 134512640 135239859 4294956144 18446744073709551615 134535328 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5963 423 177 0 7379 0
Current children cumulated CPU time (s) 696.89
Current children cumulated vsize (KiB) 33904

[startup+762.306 s]
/proc/loadavg: 2.00 2.02 2.14 3/81 10701
/proc/meminfo: memFree=1598704/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33904 CPUtime=756.44
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5986 0 11 0 75642 2 0 0 25 0 1 0 2003131363 34717696 5963 996147200 134512640 135239859 4294956144 18446744073709551615 134532188 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8476 5963 423 177 0 7379 0
Current children cumulated CPU time (s) 756.44
Current children cumulated vsize (KiB) 33904

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.13 3/81 10701
/proc/meminfo: memFree=1598704/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=815.98
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 81596 2 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134535329 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 815.98
Current children cumulated vsize (KiB) 33908

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.12 3/81 10701
/proc/meminfo: memFree=1598768/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=875.52
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 87550 2 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134534766 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 875.52
Current children cumulated vsize (KiB) 33908

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.11 3/81 10701
/proc/meminfo: memFree=1598704/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=935.07
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 93505 2 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 935.07
Current children cumulated vsize (KiB) 33908

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/81 10701
/proc/meminfo: memFree=1598704/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=994.61
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 99459 2 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134541350 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 994.61
Current children cumulated vsize (KiB) 33908

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/81 10701
/proc/meminfo: memFree=1598640/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=1054.16
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 105414 2 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134543111 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 1054.16
Current children cumulated vsize (KiB) 33908

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.09 3/81 10701
/proc/meminfo: memFree=1598640/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=1113.71
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 111369 2 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134535665 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 1113.71
Current children cumulated vsize (KiB) 33908

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/81 10701
/proc/meminfo: memFree=1592688/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=1173.27
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 117324 3 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134538502 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 1173.27
Current children cumulated vsize (KiB) 33908

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/81 10701
/proc/meminfo: memFree=1592496/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=1232.81
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 123278 3 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134532188 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 1232.81
Current children cumulated vsize (KiB) 33908

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

[startup+1254.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/81 10701
/proc/meminfo: memFree=1592496/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=1244.72
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 124469 3 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 135095200 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 1244.72
Current children cumulated vsize (KiB) 33908

[startup+1279.9 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 10741
/proc/meminfo: memFree=1889832/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=1270.13
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 127010 3 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 1270.13
Current children cumulated vsize (KiB) 33908

[startup+1292.7 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 10741
/proc/meminfo: memFree=1883944/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33908 CPUtime=1282.88
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5987 0 11 0 128285 3 0 0 25 0 1 0 2003131363 34721792 5964 996147200 134512640 135239859 4294956144 18446744073709551615 134535356 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8477 5964 423 177 0 7380 0
Current children cumulated CPU time (s) 1282.88
Current children cumulated vsize (KiB) 33908

[startup+1295.9 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 10741
/proc/meminfo: memFree=1883048/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33912 CPUtime=1286.06
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5988 0 11 0 128603 3 0 0 25 0 1 0 2003131363 34725888 5965 996147200 134512640 135239859 4294956144 18446744073709551615 134543129 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8478 5965 423 177 0 7381 0
Current children cumulated CPU time (s) 1286.06
Current children cumulated vsize (KiB) 33912

[startup+1297.5 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 10741
/proc/meminfo: memFree=1882728/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33912 CPUtime=1287.66
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5988 0 11 0 128763 3 0 0 25 0 1 0 2003131363 34725888 5965 996147200 134512640 135239859 4294956144 18446744073709551615 135096961 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8478 5965 423 177 0 7381 0
Current children cumulated CPU time (s) 1287.66
Current children cumulated vsize (KiB) 33912

[startup+1298.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 10741
/proc/meminfo: memFree=1882408/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33912 CPUtime=1288.46
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5988 0 11 0 128843 3 0 0 25 0 1 0 2003131363 34725888 5965 996147200 134512640 135239859 4294956144 18446744073709551615 134535394 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8478 5965 423 177 0 7381 0
Current children cumulated CPU time (s) 1288.46
Current children cumulated vsize (KiB) 33912

[startup+1298.7 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 10741
/proc/meminfo: memFree=1882408/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33912 CPUtime=1288.86
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5988 0 11 0 128883 3 0 0 25 0 1 0 2003131363 34725888 5965 996147200 134512640 135239859 4294956144 18446744073709551615 134543151 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8478 5965 423 177 0 7381 0
Current children cumulated CPU time (s) 1288.86
Current children cumulated vsize (KiB) 33912

[startup+1298.9 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 10741
/proc/meminfo: memFree=1882408/2055920 swapFree=4180584/4192956
[pid=10700] ppid=10698 vsize=33912 CPUtime=1289.06
/proc/10700/stat : 10700 (xsolve) R 10698 10700 9075 0 -1 4194304 5991 0 11 0 128902 4 0 0 25 0 1 0 2003131363 34725888 2620 996147200 134512640 135239859 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10700/statm: 8478 2620 426 177 0 7381 0
Current children cumulated CPU time (s) 1289.06
Current children cumulated vsize (KiB) 33912

Child status: 0
Real time (s): 1298.93
CPU time (s): 1289.1
CPU user time (s): 1289.06
CPU system time (s): 0.042993
CPU usage (%): 99.2428
Max. virtual memory (cumulated for all children) (KiB): 33912

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

runsolver used 1.26181 second user time and 3.47147 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 09:10:16
IDJOB=1086902
IDBENCH=57896
IDSOLVER=342
FILE ID=node75/1086902-1215241816
PBS_JOBID= 7881855
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ebde7215c8748835935fe75d97c8a972
RANDOM SEED=61088433

node75.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.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1624728 kB
Buffers:          3552 kB
Cached:          50560 kB
SwapCached:       5320 kB
Active:         354340 kB
Inactive:        24428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624728 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:         339260 kB
Slab:            37080 kB
Committed_AS:  5009132 kB
PageTables:       2464 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= 66552 MiB
End job on node75 at 2008-07-05 09:31:55