Trace number 1094864

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 684.497 686.584

DiagnosticValue
ASSIGNMENTS1893
CHECKS869014

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-2.xml
MD5SUM1825ea13215fc44c945afffc7e468e56
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 benchmark1.68874
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.20	c mistral-prime version 1.313
0.18/0.20	c 
0.18/0.20	c Parsing xml file
0.18/0.20	c          domains...............     0	(8 domains)
0.18/0.20	c          variables.............  0.01	(350 variables)
0.18/0.20	c          predicates............-2.0837e-19	(8 predicates)
0.18/0.20	c          constraints...........  0.22	(5873 constraints)
0.18/0.25	c Parsing time:   0.23
0.18/0.25	c
0.18/0.25	c Building model
0.18/0.28	c         0 constants
0.18/0.28	c         0 Boolean variables    (+0)
0.18/0.28	c         0 range variables      (+0)
0.18/0.28	c         0 domain (b) variables (+0)
0.18/0.28	c       350 domain (l) variables (+0)
0.18/0.28	c      5873 constraints          (+0)
0.18/0.28	c         0 values 
0.18/0.28	c Building time:   0.04
0.18/0.28	c
0.18/0.28	c Solving instance
0.18/0.28	c          heuristic = dom/wdeg
0.18/0.28	c          Randomized probing iteration = 100
0.18/0.28	c          probing limit = 30
0.18/0.28	c          level based weights = no
0.18/0.28	c          impact probing = no
0.18/0.28	c          restart policy = No restart
0.18/0.28	c          probing ...601.42
601.54/603.35	c          Probing Nodes  1334
601.54/603.35	c          final run  82.88
684.41/686.56	c Solving time:  684.3
684.41/686.56	c
684.41/686.56	s UNSATISFIABLE
684.41/686.56	d CHECKS 869014
684.41/686.56	d ASSIGNMENTS 1893

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-1094864-1215280089/watcher-1094864-1215280089 -o /tmp/evaluation-result-1094864-1215280089/solver-1094864-1215280089 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1094864-1215280089.xml -v 1 -rs 645578728 -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.00 1.99 1.99 4/72 4272
/proc/meminfo: memFree=1685560/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=820 CPUtime=0
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 2006977611 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 7205668 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 205 25 19 177 0 3 0

[startup+0.108467 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 4272
/proc/meminfo: memFree=1685560/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=6308 CPUtime=0.09
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 919 0 0 0 9 0 0 0 18 0 1 0 2006977611 6459392 885 996147200 134512640 135239859 4294956144 18446744073709551615 134618075 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 1577 885 400 177 0 480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6308

[startup+0.201481 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 4272
/proc/meminfo: memFree=1685560/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=7624 CPUtime=0.18
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 1260 0 0 0 18 0 0 0 18 0 1 0 2006977611 7806976 1226 996147200 134512640 135239859 4294956144 18446744073709551615 134642786 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 1906 1226 400 177 0 809 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 7624

[startup+0.30149 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 4272
/proc/meminfo: memFree=1685560/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=0.29
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3108 0 0 0 28 1 0 0 19 0 1 0 2006977611 20344832 3074 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 4967 3074 420 177 0 3870 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19868

[startup+0.701543 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 4272
/proc/meminfo: memFree=1685560/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=0.68
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3108 0 0 0 67 1 0 0 23 0 1 0 2006977611 20344832 3074 996147200 134512640 135239859 4294956144 18446744073709551615 134534752 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 4967 3074 420 177 0 3870 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19868

[startup+1.50165 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 4273
/proc/meminfo: memFree=1674864/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=1.47
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3108 0 0 0 146 1 0 0 25 0 1 0 2006977611 20344832 3074 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 4967 3074 420 177 0 3870 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19868

[startup+3.10187 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 4273
/proc/meminfo: memFree=1674736/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=3.07
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3108 0 0 0 306 1 0 0 25 0 1 0 2006977611 20344832 3074 996147200 134512640 135239859 4294956144 18446744073709551615 134539300 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 4967 3074 420 177 0 3870 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19868

[startup+6.3013 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 4273
/proc/meminfo: memFree=1674544/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=6.24
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3108 0 0 0 623 1 0 0 25 0 1 0 2006977611 20344832 3074 996147200 134512640 135239859 4294956144 18446744073709551615 135097016 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 4967 3074 420 177 0 3870 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19868

[startup+12.7012 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 4273
/proc/meminfo: memFree=1674416/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=12.59
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3108 0 0 0 1258 1 0 0 25 0 1 0 2006977611 20344832 3074 996147200 134512640 135239859 4294956144 18446744073709551615 134534786 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 4967 3074 420 177 0 3870 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 19868

[startup+25.5019 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 4273
/proc/meminfo: memFree=1674416/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=25.29
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3108 0 0 0 2528 1 0 0 25 0 1 0 2006977611 20344832 3074 996147200 134512640 135239859 4294956144 18446744073709551615 134540191 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 4967 3074 420 177 0 3870 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 19868

[startup+51.1014 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 4273
/proc/meminfo: memFree=1674416/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=50.7
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3109 0 0 0 5069 1 0 0 25 0 1 0 2006977611 20344832 3075 996147200 134512640 135239859 4294956144 18446744073709551615 134543151 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 4967 3075 421 177 0 3870 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 19868

[startup+102.302 s]
/proc/loadavg: 2.04 2.00 1.99 3/83 4311
/proc/meminfo: memFree=1582944/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=101.81
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3115 0 0 0 10179 2 0 0 25 0 1 0 2006977611 20344832 3081 996147200 134512640 135239859 4294956144 18446744073709551615 134543206 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3081 422 177 0 3870 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 19868

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.99 3/83 4313
/proc/meminfo: memFree=1459360/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=161.79
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3115 0 0 0 16177 2 0 0 25 0 1 0 2006977611 20344832 3081 996147200 134512640 135239859 4294956144 18446744073709551615 134539582 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3081 422 177 0 3870 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 19868

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 4313
/proc/meminfo: memFree=1335136/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=221.76
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3115 0 0 0 22174 2 0 0 25 0 1 0 2006977611 20344832 3081 996147200 134512640 135239859 4294956144 18446744073709551615 134534792 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3081 422 177 0 3870 0
Current children cumulated CPU time (s) 221.76
Current children cumulated vsize (KiB) 19868

[startup+282.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 4313
/proc/meminfo: memFree=1210272/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=281.74
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3115 0 0 0 28172 2 0 0 25 0 1 0 2006977611 20344832 3081 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3081 422 177 0 3870 0
Current children cumulated CPU time (s) 281.74
Current children cumulated vsize (KiB) 19868

[startup+342.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 4342
/proc/meminfo: memFree=1659184/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=341.6
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3115 0 0 0 34157 3 0 0 25 0 1 0 2006977611 20344832 3081 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3081 422 177 0 3870 0
Current children cumulated CPU time (s) 341.6
Current children cumulated vsize (KiB) 19868

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1659056/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=401.35
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3115 0 0 0 40132 3 0 0 25 0 1 0 2006977611 20344832 3081 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3081 422 177 0 3870 0
Current children cumulated CPU time (s) 401.35
Current children cumulated vsize (KiB) 19868

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1659056/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=461.11
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3115 0 0 0 46108 3 0 0 25 0 1 0 2006977611 20344832 3081 996147200 134512640 135239859 4294956144 18446744073709551615 134820185 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3081 422 177 0 3870 0
Current children cumulated CPU time (s) 461.11
Current children cumulated vsize (KiB) 19868

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1659056/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=520.87
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3115 0 0 0 52084 3 0 0 25 0 1 0 2006977611 20344832 3081 996147200 134512640 135239859 4294956144 18446744073709551615 134541403 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3081 422 177 0 3870 0
Current children cumulated CPU time (s) 520.87
Current children cumulated vsize (KiB) 19868

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1658992/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=580.63
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3115 0 0 0 58060 3 0 0 25 0 1 0 2006977611 20344832 3081 996147200 134512640 135239859 4294956144 18446744073709551615 134539288 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3081 422 177 0 3870 0
Current children cumulated CPU time (s) 580.63
Current children cumulated vsize (KiB) 19868

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1659000/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19868 CPUtime=640.38
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3116 0 0 0 64035 3 0 0 25 0 1 0 2006977611 20344832 3082 996147200 134512640 135239859 4294956144 18446744073709551615 134535329 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4967 3082 423 177 0 3870 0
Current children cumulated CPU time (s) 640.38
Current children cumulated vsize (KiB) 19868

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

[startup+665.607 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1658936/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19884 CPUtime=663.6
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3120 0 0 0 66357 3 0 0 25 0 1 0 2006977611 20361216 3086 996147200 134512640 135239859 4294956144 18446744073709551615 134540177 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4971 3086 423 177 0 3874 0
Current children cumulated CPU time (s) 663.6
Current children cumulated vsize (KiB) 19884

[startup+678.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1658936/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19888 CPUtime=676.33
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3121 0 0 0 67630 3 0 0 25 0 1 0 2006977611 20365312 3087 996147200 134512640 135239859 4294956144 18446744073709551615 134543151 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4972 3087 423 177 0 3875 0
Current children cumulated CPU time (s) 676.33
Current children cumulated vsize (KiB) 19888

[startup+681.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1658936/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19888 CPUtime=679.52
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3121 0 0 0 67949 3 0 0 25 0 1 0 2006977611 20365312 3087 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4972 3087 423 177 0 3875 0
Current children cumulated CPU time (s) 679.52
Current children cumulated vsize (KiB) 19888

[startup+684.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1658936/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19888 CPUtime=682.71
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3121 0 0 0 68268 3 0 0 25 0 1 0 2006977611 20365312 3087 996147200 134512640 135239859 4294956144 18446744073709551615 134820197 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4972 3087 423 177 0 3875 0
Current children cumulated CPU time (s) 682.71
Current children cumulated vsize (KiB) 19888

[startup+685.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1658936/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19888 CPUtime=683.51
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3121 0 0 0 68348 3 0 0 25 0 1 0 2006977611 20365312 3087 996147200 134512640 135239859 4294956144 18446744073709551615 134532188 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4972 3087 423 177 0 3875 0
Current children cumulated CPU time (s) 683.51
Current children cumulated vsize (KiB) 19888

[startup+686.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1658936/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19888 CPUtime=683.91
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3121 0 0 0 68388 3 0 0 25 0 1 0 2006977611 20365312 3087 996147200 134512640 135239859 4294956144 18446744073709551615 134538568 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4972 3087 423 177 0 3875 0
Current children cumulated CPU time (s) 683.91
Current children cumulated vsize (KiB) 19888

[startup+686.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1658936/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19888 CPUtime=684.31
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3121 0 0 0 68428 3 0 0 25 0 1 0 2006977611 20365312 3087 996147200 134512640 135239859 4294956144 18446744073709551615 134820221 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4972 3087 423 177 0 3875 0
Current children cumulated CPU time (s) 684.31
Current children cumulated vsize (KiB) 19888

[startup+686.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4342
/proc/meminfo: memFree=1658936/2055920 swapFree=4180436/4192956
[pid=4272] ppid=4270 vsize=19888 CPUtime=684.41
/proc/4272/stat : 4272 (xsolve) R 4270 4272 3684 0 -1 4194304 3121 0 0 0 68438 3 0 0 25 0 1 0 2006977611 20365312 3087 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/4272/statm: 4972 3087 423 177 0 3875 0
Current children cumulated CPU time (s) 684.41
Current children cumulated vsize (KiB) 19888

Child status: 0
Real time (s): 686.584
CPU time (s): 684.497
CPU user time (s): 684.457
CPU system time (s): 0.039993
CPU usage (%): 99.696
Max. virtual memory (cumulated for all children) (KiB): 19888

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

runsolver used 0.72089 second user time and 1.81872 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 19:48:09
IDJOB=1094864
IDBENCH=58840
IDSOLVER=342
FILE ID=node71/1094864-1215280089
PBS_JOBID= 7882281
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1825ea13215fc44c945afffc7e468e56
RANDOM SEED=645578728

node71.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.209
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.209
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:       1686104 kB
Buffers:         56184 kB
Cached:         235764 kB
SwapCached:       6572 kB
Active:         180716 kB
Inactive:       132424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686104 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:          28496 kB
Slab:            42068 kB
Committed_AS:  4288956 kB
PageTables:       1836 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= 66516 MiB
End job on node71 at 2008-07-05 19:59:35