Trace number 1086020

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 605.386 605.624

DiagnosticValue
ASSIGNMENTS1774
CHECKS2147160

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-0.xml
MD5SUM34c3ac733a64f710448acdb70b41fbc9
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 benchmark29.3565
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c mistral-prime version 1.313
0.00/0.00	c 
0.00/0.00	c Parsing xml file
0.00/0.00	c          domains...............     0	(13 domains)
0.09/0.10	c          variables.............  0.01	(1500 variables)
0.09/0.10	c          predicates............  0.01	(8 predicates)
0.09/0.10	c          constraints...........  1.04	(25409 constraints)
1.00/1.07	c Parsing time:   1.06
1.00/1.07	c
1.00/1.07	c Building model
1.10/1.18	c         0 constants
1.10/1.18	c         0 Boolean variables    (+0)
1.10/1.18	c         0 range variables      (+0)
1.10/1.18	c         0 domain (b) variables (+0)
1.10/1.18	c      1500 domain (l) variables (+0)
1.10/1.18	c     25409 constraints          (+0)
1.10/1.18	c         0 values 
1.10/1.18	c Building time:   0.12
1.10/1.18	c
1.10/1.18	c Solving instance
1.10/1.18	c          heuristic = dom/wdeg
1.10/1.18	c          Randomized probing iteration = 100
1.10/1.18	c          probing limit = 30
1.10/1.18	c          level based weights = no
1.10/1.18	c          impact probing = no
1.10/1.18	c          restart policy = No restart
1.10/1.18	c          probing ....602.37
603.45/603.70	c          Probing Nodes  1762
603.45/603.70	c          final run   1.84
605.25/605.54	c Solving time: 604.21
605.25/605.54	c
605.25/605.54	s UNSATISFIABLE
605.25/605.54	d CHECKS 2147163
605.25/605.54	d ASSIGNMENTS 1774

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-1086020-1215236955/watcher-1086020-1215236955 -o /tmp/evaluation-result-1086020-1215236955/solver-1086020-1215236955 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1086020-1215236955.xml -v 1 -rs 706062353 -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.19 2.07 2.01 4/81 24233
/proc/meminfo: memFree=1120528/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=4584 CPUtime=0
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 314 0 0 0 0 0 0 0 21 0 1 0 2002667815 4694016 281 996147200 134512640 135239859 4294956144 18446744073709551615 134615039 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 1146 291 246 177 0 49 0

[startup+0.044459 s]
/proc/loadavg: 2.19 2.07 2.01 4/81 24233
/proc/meminfo: memFree=1120528/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=6308 CPUtime=0.03
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 911 0 0 0 3 0 0 0 21 0 1 0 2002667815 6459392 877 996147200 134512640 135239859 4294956144 18446744073709551615 9180795 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 1577 878 399 177 0 480 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6308

[startup+0.101465 s]
/proc/loadavg: 2.19 2.07 2.01 4/81 24233
/proc/meminfo: memFree=1120528/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=7128 CPUtime=0.09
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 1127 0 0 0 9 0 0 0 21 0 1 0 2002667815 7299072 1093 996147200 134512640 135239859 4294956144 18446744073709551615 4160505753 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 1782 1094 399 177 0 685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7128

[startup+0.30149 s]
/proc/loadavg: 2.19 2.07 2.01 4/81 24233
/proc/meminfo: memFree=1120528/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=10152 CPUtime=0.29
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 1863 0 0 0 28 1 0 0 23 0 1 0 2002667815 10395648 1829 996147200 134512640 135239859 4294956144 18446744073709551615 9180795 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 2538 1829 399 177 0 1441 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10152

[startup+0.701533 s]
/proc/loadavg: 2.19 2.07 2.01 4/81 24233
/proc/meminfo: memFree=1120528/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=16072 CPUtime=0.69
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 3366 0 0 0 67 2 0 0 25 0 1 0 2002667815 16457728 3266 996147200 134512640 135239859 4294956144 18446744073709551615 134618072 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 4018 3267 399 177 0 2921 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16072

[startup+1.50163 s]
/proc/loadavg: 2.17 2.07 2.01 3/82 24234
/proc/meminfo: memFree=1104712/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67372 CPUtime=1.49
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11409 0 0 0 142 7 0 0 25 0 1 0 2002667815 68988928 11179 996147200 134512640 135239859 4294956144 18446744073709551615 135096995 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16843 11179 420 177 0 15746 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67372

[startup+3.10282 s]
/proc/loadavg: 2.17 2.07 2.01 3/82 24234
/proc/meminfo: memFree=1077128/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67372 CPUtime=3.09
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11409 0 0 0 302 7 0 0 25 0 1 0 2002667815 68988928 11179 996147200 134512640 135239859 4294956144 18446744073709551615 134539269 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16843 11179 420 177 0 15746 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67372

[startup+6.3012 s]
/proc/loadavg: 2.17 2.07 2.01 3/82 24234
/proc/meminfo: memFree=1077000/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67372 CPUtime=6.29
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11409 0 0 0 622 7 0 0 25 0 1 0 2002667815 68988928 11179 996147200 134512640 135239859 4294956144 18446744073709551615 134534768 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16843 11179 420 177 0 15746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67372

[startup+12.702 s]
/proc/loadavg: 2.15 2.07 2.01 3/82 24234
/proc/meminfo: memFree=1077008/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67372 CPUtime=12.69
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11409 0 0 0 1262 7 0 0 25 0 1 0 2002667815 68988928 11179 996147200 134512640 135239859 4294956144 18446744073709551615 134543138 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16843 11179 420 177 0 15746 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67372

[startup+25.5015 s]
/proc/loadavg: 2.20 2.08 2.02 3/82 24234
/proc/meminfo: memFree=1077136/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67372 CPUtime=25.48
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11409 0 0 0 2541 7 0 0 25 0 1 0 2002667815 68988928 11179 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16843 11179 420 177 0 15746 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 67372

[startup+51.1015 s]
/proc/loadavg: 2.13 2.07 2.01 3/82 24234
/proc/meminfo: memFree=1077136/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67372 CPUtime=51.07
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11410 0 0 0 5100 7 0 0 25 0 1 0 2002667815 68988928 11180 996147200 134512640 135239859 4294956144 18446744073709551615 134532176 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16843 11180 421 177 0 15746 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 67372

[startup+102.307 s]
/proc/loadavg: 2.30 2.12 2.03 3/82 24234
/proc/meminfo: memFree=1076944/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=102.26
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 10219 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134543040 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 67504

[startup+162.302 s]
/proc/loadavg: 2.25 2.14 2.04 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=162.23
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 16216 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134541371 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 67504

[startup+222.302 s]
/proc/loadavg: 2.34 2.19 2.06 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=222.2
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 22213 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134534752 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 67504

[startup+282.302 s]
/proc/loadavg: 2.43 2.24 2.09 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=282.18
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 28211 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134538520 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 67504

[startup+342.302 s]
/proc/loadavg: 2.45 2.28 2.11 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=342.15
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 34208 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134543151 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 67504

[startup+402.302 s]
/proc/loadavg: 2.50 2.33 2.13 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=402.13
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 40206 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134535328 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 67504

[startup+462.302 s]
/proc/loadavg: 2.48 2.36 2.15 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=462.11
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 46204 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134820144 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 67504

[startup+522.301 s]
/proc/loadavg: 2.56 2.41 2.18 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=522.08
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 52201 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 67504

[startup+582.301 s]
/proc/loadavg: 2.51 2.42 2.20 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=582.06
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 58199 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 67504

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

[startup+588.702 s]
/proc/loadavg: 2.55 2.43 2.20 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=588.46
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 58839 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134535665 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 588.46
Current children cumulated vsize (KiB) 67504

[startup+595.106 s]
/proc/loadavg: 2.58 2.44 2.21 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=594.86
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 59479 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 135096960 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 594.86
Current children cumulated vsize (KiB) 67504

[startup+601.501 s]
/proc/loadavg: 2.53 2.43 2.21 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=601.25
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 60118 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134535329 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 601.25
Current children cumulated vsize (KiB) 67504

[startup+603.103 s]
/proc/loadavg: 2.57 2.44 2.21 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=602.85
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11425 0 0 0 60278 7 0 0 25 0 1 0 2002667815 69124096 11195 996147200 134512640 135239859 4294956144 18446744073709551615 134541343 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11195 422 177 0 15779 0
Current children cumulated CPU time (s) 602.85
Current children cumulated vsize (KiB) 67504

[startup+604.702 s]
/proc/loadavg: 2.57 2.44 2.21 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=604.45
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11426 0 0 0 60438 7 0 0 25 0 1 0 2002667815 69124096 11196 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11196 423 177 0 15779 0
Current children cumulated CPU time (s) 604.45
Current children cumulated vsize (KiB) 67504

[startup+605.102 s]
/proc/loadavg: 2.57 2.44 2.21 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=604.85
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11426 0 0 0 60478 7 0 0 25 0 1 0 2002667815 69124096 11196 996147200 134512640 135239859 4294956144 18446744073709551615 134539297 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11196 423 177 0 15779 0
Current children cumulated CPU time (s) 604.85
Current children cumulated vsize (KiB) 67504

[startup+605.502 s]
/proc/loadavg: 2.57 2.44 2.21 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=67504 CPUtime=605.25
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11426 0 0 0 60518 7 0 0 25 0 1 0 2002667815 69124096 11196 996147200 134512640 135239859 4294956144 18446744073709551615 134820170 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 16876 11196 423 177 0 15779 0
Current children cumulated CPU time (s) 605.25
Current children cumulated vsize (KiB) 67504

[startup+605.602 s]
/proc/loadavg: 2.57 2.44 2.21 3/82 24234
/proc/meminfo: memFree=1076880/2055920 swapFree=4179912/4192956
[pid=24233] ppid=24231 vsize=22104 CPUtime=605.35
/proc/24233/stat : 24233 (xsolve) R 24231 24233 24073 0 -1 4194304 11436 0 0 0 60527 8 0 0 25 0 1 0 2002667815 22634496 4672 996147200 134512640 135239859 4294956144 18446744073709551615 9176992 0 0 4096 0 0 0 0 17 0 0 0
/proc/24233/statm: 5526 4672 433 177 0 4429 0
Current children cumulated CPU time (s) 605.35
Current children cumulated vsize (KiB) 22104

Child status: 0
Real time (s): 605.624
CPU time (s): 605.386
CPU user time (s): 605.297
CPU system time (s): 0.088986
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 67504

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

runsolver used 0.597909 second user time and 1.61075 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 07:49:15
IDJOB=1086020
IDBENCH=57745
IDSOLVER=342
FILE ID=node53/1086020-1215236955
PBS_JOBID= 7881959
Free space on /tmp= 65120 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34c3ac733a64f710448acdb70b41fbc9
RANDOM SEED=706062353

node53.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.222
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.222
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:       1121016 kB
Buffers:         72228 kB
Cached:         282512 kB
SwapCached:       7428 kB
Active:         688664 kB
Inactive:       182220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1121016 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            4476 kB
Writeback:           0 kB
Mapped:         531888 kB
Slab:            48384 kB
Committed_AS:  4728704 kB
PageTables:       2804 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= 65120 MiB
End job on node53 at 2008-07-05 07:59:21