Trace number 1087553

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 844.615 851.038

DiagnosticValue
ASSIGNMENTS6423
CHECKS1531920

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-6.xml
MD5SUM1169b3633e5b0cb188bdf9777729aa3d
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 benchmark27.6238
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.09/0.10	c mistral-prime version 1.313
0.09/0.10	c 
0.09/0.10	c Parsing xml file
0.09/0.10	c          domains...............     0	(26 domains)
0.09/0.10	c          variables.............  0.02	(2000 variables)
0.09/0.10	c          predicates............-4.1674e-19	(8 predicates)
0.09/0.10	c          constraints...........  0.77	(18600 constraints)
0.79/0.80	c Parsing time:   0.79
0.79/0.80	c
0.79/0.80	c Building model
0.88/0.91	c         0 constants
0.88/0.91	c         0 Boolean variables    (+0)
0.88/0.91	c         0 range variables      (+0)
0.88/0.91	c         0 domain (b) variables (+0)
0.88/0.91	c      2000 domain (l) variables (+0)
0.88/0.91	c     18600 constraints          (+0)
0.88/0.91	c         0 values 
0.88/0.91	c Building time:    0.1
0.88/0.91	c
0.88/0.91	c Solving instance
0.88/0.91	c          heuristic = dom/wdeg
0.88/0.91	c          Randomized probing iteration = 100
0.88/0.91	c          probing limit = 30
0.88/0.91	c          level based weights = no
0.88/0.91	c          impact probing = no
0.88/0.91	c          restart policy = No restart
0.88/0.91	c          probing ......606.09
606.89/611.61	c          Probing Nodes  3347
606.89/611.61	c          final run  237.7
844.47/850.97	c Solving time: 843.79
844.47/850.97	c
844.47/850.97	s UNSATISFIABLE
844.47/850.97	d CHECKS 1531917
844.47/850.97	d ASSIGNMENTS 6423

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-1087553-1215244681/watcher-1087553-1215244681 -o /tmp/evaluation-result-1087553-1215244681/solver-1087553-1215244681 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1087553-1215244681.xml -v 1 -rs 1021358876 -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.92 1.98 2.00 4/73 32435
/proc/meminfo: memFree=1893112/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=2032 CPUtime=0
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 46 0 0 0 0 0 0 0 20 0 1 0 647388283 2080768 31 996147200 134512640 135239859 4294956144 18446744073709551615 6787876 0 0 4096 0 0 0 0 17 1 0 0
/proc/32435/statm: 508 31 22 177 0 4 0

[startup+0.0467199 s]
/proc/loadavg: 1.92 1.98 2.00 4/73 32435
/proc/meminfo: memFree=1893112/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=6576 CPUtime=0.03
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 993 0 0 0 3 0 0 0 20 0 1 0 647388283 6733824 959 996147200 134512640 135239859 4294956144 18446744073709551615 134618029 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 1644 959 400 177 0 547 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6576

[startup+0.101724 s]
/proc/loadavg: 1.92 1.98 2.00 4/73 32435
/proc/meminfo: memFree=1893112/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=7512 CPUtime=0.09
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 1205 0 0 0 9 0 0 0 20 0 1 0 647388283 7692288 1171 996147200 134512640 135239859 4294956144 18446744073709551615 134622199 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 1878 1171 400 177 0 781 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7512

[startup+0.301745 s]
/proc/loadavg: 1.92 1.98 2.00 4/73 32435
/proc/meminfo: memFree=1893112/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=10560 CPUtime=0.29
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 1941 0 0 0 28 1 0 0 22 0 1 0 647388283 10813440 1907 996147200 134512640 135239859 4294956144 18446744073709551615 134628775 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 2640 1907 400 177 0 1543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10560

[startup+0.701786 s]
/proc/loadavg: 1.92 1.98 2.00 4/73 32435
/proc/meminfo: memFree=1893112/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=16140 CPUtime=0.69
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 3425 0 0 0 67 2 0 0 25 0 1 0 647388283 16527360 3325 996147200 134512640 135239859 4294956144 18446744073709551615 7220670 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 4035 3325 400 177 0 2938 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16140

[startup+1.50186 s]
/proc/loadavg: 1.92 1.98 2.00 3/74 32436
/proc/meminfo: memFree=1848048/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73348 CPUtime=1.47
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11714 0 0 0 142 5 0 0 25 0 1 0 647388283 75108352 11614 996147200 134512640 135239859 4294956144 18446744073709551615 134543169 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18337 11614 420 177 0 17240 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 73348

[startup+3.10202 s]
/proc/loadavg: 1.92 1.98 2.00 3/74 32436
/proc/meminfo: memFree=1847856/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73348 CPUtime=3.06
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11714 0 0 0 301 5 0 0 25 0 1 0 647388283 75108352 11614 996147200 134512640 135239859 4294956144 18446744073709551615 134535733 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18337 11614 420 177 0 17240 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 73348

[startup+6.30135 s]
/proc/loadavg: 1.93 1.98 2.00 3/74 32436
/proc/meminfo: memFree=1847856/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73348 CPUtime=6.24
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11715 0 0 0 619 5 0 0 25 0 1 0 647388283 75108352 11615 996147200 134512640 135239859 4294956144 18446744073709551615 134532182 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18337 11615 421 177 0 17240 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 73348

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 2.00 3/74 32436
/proc/meminfo: memFree=1847872/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73348 CPUtime=12.59
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11715 0 0 0 1254 5 0 0 25 0 1 0 647388283 75108352 11615 996147200 134512640 135239859 4294956144 18446744073709551615 134543147 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18337 11615 421 177 0 17240 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 73348

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 2.00 3/74 32436
/proc/meminfo: memFree=1847936/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73348 CPUtime=25.29
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11715 0 0 0 2524 5 0 0 25 0 1 0 647388283 75108352 11615 996147200 134512640 135239859 4294956144 18446744073709551615 134534758 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18337 11615 421 177 0 17240 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 73348

[startup+51.1019 s]
/proc/loadavg: 1.96 1.98 2.00 3/74 32436
/proc/meminfo: memFree=1848000/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73348 CPUtime=50.69
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11715 0 0 0 5064 5 0 0 25 0 1 0 647388283 75108352 11615 996147200 134512640 135239859 4294956144 18446744073709551615 134541319 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18337 11615 421 177 0 17240 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 73348

[startup+102.305 s]
/proc/loadavg: 1.98 1.98 2.00 3/74 32436
/proc/meminfo: memFree=1847936/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73348 CPUtime=101.51
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11728 0 0 0 10145 6 0 0 25 0 1 0 647388283 75108352 11628 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18337 11628 422 177 0 17240 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 73348

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32436
/proc/meminfo: memFree=1847872/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=161.05
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11733 0 0 0 16099 6 0 0 25 0 1 0 647388283 75112448 11633 996147200 134512640 135239859 4294956144 18446744073709551615 134532176 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11633 422 177 0 17241 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 73352

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1847104/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=220.56
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11733 0 0 0 22050 6 0 0 25 0 1 0 647388283 75112448 11633 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11633 422 177 0 17241 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 73352

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1847104/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=280.11
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11733 0 0 0 28005 6 0 0 25 0 1 0 647388283 75112448 11633 996147200 134512640 135239859 4294956144 18446744073709551615 135096960 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11633 422 177 0 17241 0
Current children cumulated CPU time (s) 280.11
Current children cumulated vsize (KiB) 73352

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1847104/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=339.65
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11733 0 0 0 33959 6 0 0 25 0 1 0 647388283 75112448 11633 996147200 134512640 135239859 4294956144 18446744073709551615 134538565 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11633 422 177 0 17241 0
Current children cumulated CPU time (s) 339.65
Current children cumulated vsize (KiB) 73352

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1847040/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=399.19
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11733 0 0 0 39913 6 0 0 25 0 1 0 647388283 75112448 11633 996147200 134512640 135239859 4294956144 18446744073709551615 134541326 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11633 422 177 0 17241 0
Current children cumulated CPU time (s) 399.19
Current children cumulated vsize (KiB) 73352

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1846976/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=458.73
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11733 0 0 0 45867 6 0 0 25 0 1 0 647388283 75112448 11633 996147200 134512640 135239859 4294956144 18446744073709551615 134535365 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11633 422 177 0 17241 0
Current children cumulated CPU time (s) 458.73
Current children cumulated vsize (KiB) 73352

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1846976/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=518.27
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11733 0 0 0 51821 6 0 0 25 0 1 0 647388283 75112448 11633 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11633 422 177 0 17241 0
Current children cumulated CPU time (s) 518.27
Current children cumulated vsize (KiB) 73352

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1846912/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=577.81
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11733 0 0 0 57775 6 0 0 25 0 1 0 647388283 75112448 11633 996147200 134512640 135239859 4294956144 18446744073709551615 134538496 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11633 422 177 0 17241 0
Current children cumulated CPU time (s) 577.81
Current children cumulated vsize (KiB) 73352

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1846848/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=637.35
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 63729 6 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 637.35
Current children cumulated vsize (KiB) 73352

[startup+702.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1846720/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=696.89
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 69683 6 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134543197 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 696.89
Current children cumulated vsize (KiB) 73352

[startup+762.306 s]
/proc/loadavg: 1.99 1.98 2.00 3/74 32442
/proc/meminfo: memFree=1846656/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=756.43
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 75637 6 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 135097013 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 756.43
Current children cumulated vsize (KiB) 73352

[startup+822.302 s]
/proc/loadavg: 2.16 2.02 2.01 3/84 32491
/proc/meminfo: memFree=1756528/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=816.02
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 81594 8 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 816.02
Current children cumulated vsize (KiB) 73352

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

[startup+831.902 s]
/proc/loadavg: 2.29 2.05 2.02 3/84 32491
/proc/meminfo: memFree=1690736/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=825.58
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 82550 8 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134543200 0 0 4096 0 0 0 0 17 1 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 825.58
Current children cumulated vsize (KiB) 73352

[startup+844.702 s]
/proc/loadavg: 2.75 2.16 2.06 3/84 32491
/proc/meminfo: memFree=1586224/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=838.31
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 83823 8 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134534766 0 0 4096 0 0 0 0 17 1 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 838.31
Current children cumulated vsize (KiB) 73352

[startup+847.901 s]
/proc/loadavg: 2.75 2.16 2.06 3/76 32494
/proc/meminfo: memFree=1602736/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=841.48
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 84139 9 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134535736 0 0 4096 0 0 0 0 17 1 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 841.48
Current children cumulated vsize (KiB) 73352

[startup+849.501 s]
/proc/loadavg: 2.77 2.17 2.06 3/76 32494
/proc/meminfo: memFree=1572144/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=843.07
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 84298 9 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134543200 0 0 4096 0 0 0 0 17 1 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 843.07
Current children cumulated vsize (KiB) 73352

[startup+850.307 s]
/proc/loadavg: 2.77 2.17 2.06 3/76 32494
/proc/meminfo: memFree=1566896/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=843.88
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 84378 10 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134820182 0 0 4096 0 0 0 0 17 1 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 843.88
Current children cumulated vsize (KiB) 73352

[startup+850.702 s]
/proc/loadavg: 2.77 2.17 2.06 3/76 32494
/proc/meminfo: memFree=1566896/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=844.27
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 84417 10 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134538562 0 0 4096 0 0 0 0 17 1 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 844.27
Current children cumulated vsize (KiB) 73352

[startup+850.902 s]
/proc/loadavg: 2.77 2.17 2.06 3/76 32494
/proc/meminfo: memFree=1566896/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=844.47
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11734 0 0 0 84437 10 0 0 25 0 1 0 647388283 75112448 11634 996147200 134512640 135239859 4294956144 18446744073709551615 134539217 0 0 4096 0 0 0 0 17 1 0 0
/proc/32435/statm: 18338 11634 423 177 0 17241 0
Current children cumulated CPU time (s) 844.47
Current children cumulated vsize (KiB) 73352

[startup+851.002 s]
/proc/loadavg: 2.77 2.17 2.06 3/76 32494
/proc/meminfo: memFree=1566896/2055920 swapFree=4177348/4192956
[pid=32435] ppid=32433 vsize=73352 CPUtime=844.57
/proc/32435/stat : 32435 (xsolve) R 32433 32435 31735 0 -1 4194304 11737 0 0 0 84447 10 0 0 25 0 1 0 647388283 75112448 11637 996147200 134512640 135239859 4294956144 18446744073709551615 7217304 0 0 4096 0 0 0 0 17 1 0 0
/proc/32435/statm: 18338 11637 426 177 0 17241 0
Current children cumulated CPU time (s) 844.57
Current children cumulated vsize (KiB) 73352

Child status: 0
Real time (s): 851.038
CPU time (s): 844.615
CPU user time (s): 844.506
CPU system time (s): 0.108983
CPU usage (%): 99.2453
Max. virtual memory (cumulated for all children) (KiB): 73352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 844.506
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11744
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 19810

runsolver used 0.838872 second user time and 2.26465 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 09:58:01
IDJOB=1087553
IDBENCH=58017
IDSOLVER=342
FILE ID=node84/1087553-1215244681
PBS_JOBID= 7881979
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1169b3633e5b0cb188bdf9777729aa3d
RANDOM SEED=1021358876

node84.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.231
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.231
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:       1893656 kB
Buffers:          7128 kB
Cached:          66168 kB
SwapCached:       9596 kB
Active:          81876 kB
Inactive:        35024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893656 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            3620 kB
Writeback:           0 kB
Mapped:          51068 kB
Slab:            30748 kB
Committed_AS:  1208612 kB
PageTables:       1792 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= 66324 MiB
End job on node84 at 2008-07-05 10:12:13