Trace number 1086440

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 608.018 612.65

DiagnosticValue
ASSIGNMENTS3194
CHECKS1274760

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-1.xml
MD5SUM3e4bec5daa9518afb4cc7877fca6f2c5
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 benchmark24.5913
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08/0.10	c mistral-prime version 1.313
0.08/0.10	c 
0.08/0.10	c Parsing xml file
0.08/0.10	c          domains...............     0	(11 domains)
0.08/0.10	c          variables.............  0.01	(650 variables)
0.08/0.10	c          predicates............-2.0837e-19	(8 predicates)
0.08/0.10	c          constraints...........  0.36	(8684 constraints)
0.28/0.38	c Parsing time:   0.37
0.28/0.38	c
0.28/0.38	c Building model
0.38/0.43	c         0 constants
0.38/0.43	c         0 Boolean variables    (+0)
0.38/0.43	c         0 range variables      (+0)
0.38/0.43	c         0 domain (b) variables (+0)
0.38/0.43	c       650 domain (l) variables (+0)
0.38/0.43	c      8684 constraints          (+0)
0.38/0.43	c         0 values 
0.38/0.43	c Building time:   0.04
0.38/0.43	c
0.38/0.43	c Solving instance
0.38/0.43	c          heuristic = dom/wdeg
0.38/0.43	c          Randomized probing iteration = 100
0.38/0.43	c          probing limit = 30
0.38/0.43	c          level based weights = no
0.38/0.43	c          impact probing = no
0.38/0.43	c          restart policy = No restart
0.38/0.43	c          probing ....... 603.7
603.96/608.66	c          Probing Nodes  3175
603.96/608.66	c          final run   3.95
607.96/612.60	c Solving time: 607.65
607.96/612.60	c
607.96/612.60	s UNSATISFIABLE
607.96/612.60	d CHECKS 1274758
607.96/612.60	d ASSIGNMENTS 3194

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-1086440-1215239332/watcher-1086440-1215239332 -o /tmp/evaluation-result-1086440-1215239332/solver-1086440-1215239332 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1086440-1215239332.xml -v 1 -rs 554238695 -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 1.99 4/81 27752
/proc/meminfo: memFree=1384336/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=820 CPUtime=0
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 1553603663 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 8606500 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 205 25 19 177 0 3 0

[startup+0.097621 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27752
/proc/meminfo: memFree=1384336/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=6436 CPUtime=0.08
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 933 0 0 0 8 0 0 0 19 0 1 0 1553603663 6590464 899 996147200 134512640 135239859 4294956144 18446744073709551615 134602930 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 1609 899 400 177 0 512 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6436

[startup+0.101639 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27752
/proc/meminfo: memFree=1384336/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=6436 CPUtime=0.08
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 946 0 0 0 8 0 0 0 19 0 1 0 1553603663 6590464 912 996147200 134512640 135239859 4294956144 18446744073709551615 134942723 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 1609 912 400 177 0 512 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6436

[startup+0.301643 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27752
/proc/meminfo: memFree=1384336/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=9344 CPUtime=0.28
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 1651 0 0 0 28 0 0 0 21 0 1 0 1553603663 9568256 1617 996147200 134512640 135239859 4294956144 18446744073709551615 4159010190 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 2336 1617 400 177 0 1239 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9344

[startup+0.701683 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27752
/proc/meminfo: memFree=1384336/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31428 CPUtime=0.67
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4811 0 0 0 65 2 0 0 25 0 1 0 1553603663 32182272 4777 996147200 134512640 135239859 4294956144 18446744073709551615 134534768 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7857 4777 420 177 0 6760 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 31428

[startup+1.50177 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366728/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31428 CPUtime=1.47
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4811 0 0 0 145 2 0 0 25 0 1 0 1553603663 32182272 4777 996147200 134512640 135239859 4294956144 18446744073709551615 134532182 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7857 4777 420 177 0 6760 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31428

[startup+3.10195 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366600/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31428 CPUtime=3.05
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4811 0 0 0 303 2 0 0 25 0 1 0 1553603663 32182272 4777 996147200 134512640 135239859 4294956144 18446744073709551615 134539296 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7857 4777 420 177 0 6760 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 31428

[startup+6.30131 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366608/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31428 CPUtime=6.22
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4812 0 0 0 620 2 0 0 25 0 1 0 1553603663 32182272 4778 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7857 4778 421 177 0 6760 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 31428

[startup+12.701 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366416/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31428 CPUtime=12.57
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4812 0 0 0 1255 2 0 0 25 0 1 0 1553603663 32182272 4778 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7857 4778 421 177 0 6760 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 31428

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366480/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31428 CPUtime=25.26
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4812 0 0 0 2524 2 0 0 25 0 1 0 1553603663 32182272 4778 996147200 134512640 135239859 4294956144 18446744073709551615 134820182 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7857 4778 421 177 0 6760 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 31428

[startup+51.1013 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366544/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=50.64
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4817 0 0 0 5062 2 0 0 25 0 1 0 1553603663 32317440 4783 996147200 134512640 135239859 4294956144 18446744073709551615 135097003 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7890 4783 422 177 0 6793 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 31560

[startup+102.305 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366480/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=101.42
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4819 0 0 0 10139 3 0 0 25 0 1 0 1553603663 32317440 4785 996147200 134512640 135239859 4294956144 18446744073709551615 134535664 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7890 4785 422 177 0 6793 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 31560

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366416/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=160.9
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 16087 3 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 31560

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366352/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=220.4
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 22037 3 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 31560

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27753
/proc/meminfo: memFree=1366416/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=279.88
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 27985 3 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134541297 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 31560

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27755
/proc/meminfo: memFree=1366288/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=339.37
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 33934 3 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 31560

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27755
/proc/meminfo: memFree=1366352/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=398.86
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 39883 3 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134540242 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 31560

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27755
/proc/meminfo: memFree=1366352/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=458.36
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 45833 3 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134538568 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 458.36
Current children cumulated vsize (KiB) 31560

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27755
/proc/meminfo: memFree=1366288/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=517.84
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 51781 3 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134538520 0 0 4096 0 0 0 0 17 1 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 517.84
Current children cumulated vsize (KiB) 31560

[startup+582.301 s]
/proc/loadavg: 1.96 1.97 1.99 3/82 27795
/proc/meminfo: memFree=1593496/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=577.68
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 57764 4 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134538508 0 0 4096 0 0 0 0 17 0 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 577.68
Current children cumulated vsize (KiB) 31560

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

[startup+588.703 s]
/proc/loadavg: 1.96 1.97 1.99 3/82 27795
/proc/meminfo: memFree=1592088/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=584.08
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 58404 4 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134540245 0 0 4096 0 0 0 0 17 0 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 584.08
Current children cumulated vsize (KiB) 31560

[startup+601.501 s]
/proc/loadavg: 2.05 1.99 1.99 3/82 27795
/proc/meminfo: memFree=1589848/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=596.87
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 59683 4 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 135097016 0 0 4096 0 0 0 0 17 0 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 596.87
Current children cumulated vsize (KiB) 31560

[startup+607.902 s]
/proc/loadavg: 2.12 2.00 2.00 3/83 27796
/proc/meminfo: memFree=1557264/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=603.26
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4822 0 0 0 60322 4 0 0 25 0 1 0 1553603663 32317440 4788 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/27752/statm: 7890 4788 422 177 0 6793 0
Current children cumulated CPU time (s) 603.26
Current children cumulated vsize (KiB) 31560

[startup+611.101 s]
/proc/loadavg: 2.12 2.00 2.00 4/83 27796
/proc/meminfo: memFree=1544528/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=606.46
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4823 0 0 0 60642 4 0 0 25 0 1 0 1553603663 32317440 4789 996147200 134512640 135239859 4294956144 18446744073709551615 134535329 0 0 4096 0 0 0 0 17 0 0 0
/proc/27752/statm: 7890 4789 423 177 0 6793 0
Current children cumulated CPU time (s) 606.46
Current children cumulated vsize (KiB) 31560

[startup+611.901 s]
/proc/loadavg: 2.12 2.00 2.00 3/83 27796
/proc/meminfo: memFree=1543376/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=607.26
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4823 0 0 0 60722 4 0 0 25 0 1 0 1553603663 32317440 4789 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 0 0 0
/proc/27752/statm: 7890 4789 423 177 0 6793 0
Current children cumulated CPU time (s) 607.26
Current children cumulated vsize (KiB) 31560

[startup+612.301 s]
/proc/loadavg: 2.12 2.00 2.00 3/83 27796
/proc/meminfo: memFree=1543376/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=607.66
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4823 0 0 0 60762 4 0 0 25 0 1 0 1553603663 32317440 4789 996147200 134512640 135239859 4294956144 18446744073709551615 134543059 0 0 4096 0 0 0 0 17 0 0 0
/proc/27752/statm: 7890 4789 423 177 0 6793 0
Current children cumulated CPU time (s) 607.66
Current children cumulated vsize (KiB) 31560

[startup+612.501 s]
/proc/loadavg: 2.12 2.00 2.00 3/83 27796
/proc/meminfo: memFree=1543376/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=607.86
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4823 0 0 0 60782 4 0 0 25 0 1 0 1553603663 32317440 4789 996147200 134512640 135239859 4294956144 18446744073709551615 134535374 0 0 4096 0 0 0 0 17 0 0 0
/proc/27752/statm: 7890 4789 423 177 0 6793 0
Current children cumulated CPU time (s) 607.86
Current children cumulated vsize (KiB) 31560

[startup+612.601 s]
/proc/loadavg: 2.11 2.00 2.00 3/83 27796
/proc/meminfo: memFree=1542224/2055920 swapFree=4112960/4192956
[pid=27752] ppid=27750 vsize=31560 CPUtime=607.96
/proc/27752/stat : 27752 (xsolve) R 27750 27752 27715 0 -1 4194304 4823 0 0 0 60792 4 0 0 25 0 1 0 1553603663 32317440 4789 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 0 0 0
/proc/27752/statm: 7890 4789 423 177 0 6793 0
Current children cumulated CPU time (s) 607.96
Current children cumulated vsize (KiB) 31560

Child status: 0
Real time (s): 612.65
CPU time (s): 608.018
CPU user time (s): 607.968
CPU system time (s): 0.049992
CPU usage (%): 99.2439
Max. virtual memory (cumulated for all children) (KiB): 31560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 607.968
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4834
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= 22617

runsolver used 0.58691 second user time and 1.69274 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 08:28:53
IDJOB=1086440
IDBENCH=57819
IDSOLVER=342
FILE ID=node38/1086440-1215239332
PBS_JOBID= 7881989
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3e4bec5daa9518afb4cc7877fca6f2c5
RANDOM SEED=554238695

node38.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.223
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.223
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:       1384880 kB
Buffers:         52324 kB
Cached:         206632 kB
SwapCached:      74040 kB
Active:         519464 kB
Inactive:        94852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1384880 kB
SwapTotal:     4192956 kB
SwapFree:      4112960 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:         371608 kB
Slab:            41192 kB
Committed_AS:  3396328 kB
PageTables:       2660 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= 66436 MiB
End job on node38 at 2008-07-05 08:39:05