Trace number 1086545

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 681.319 681.961

DiagnosticValue
ASSIGNMENTS661
CHECKS428201

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-4.xml
MD5SUMe176f03acbb8fde17171aab729aed488
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 benchmark31.0373
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
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	(17 domains)
0.08/0.10	c          variables.............  0.02	(1500 variables)
0.08/0.10	c          predicates............-4.1674e-19	(8 predicates)
0.08/0.10	c          constraints...........  0.97	(22067 constraints)
0.98/1.00	c Parsing time:   0.99
0.98/1.00	c
0.98/1.00	c Building model
1.08/1.12	c         0 constants
1.08/1.12	c         0 Boolean variables    (+16)
1.08/1.12	c         0 range variables      (+8)
1.08/1.12	c         6 domain (b) variables (+24)
1.08/1.12	c      1494 domain (l) variables (+0)
1.08/1.12	c     22067 constraints          (+48)
1.08/1.12	c         0 values 
1.08/1.12	c Building time:    0.1
1.08/1.12	c
1.08/1.12	c Solving instance
1.08/1.12	c          heuristic = dom/wdeg
1.08/1.12	c          Randomized probing iteration = 100
1.08/1.12	c          probing limit = 30
1.08/1.12	c          level based weights = no
1.08/1.12	c          impact probing = no
1.08/1.12	c          restart policy = No restart
1.08/1.12	c          probing .621.03
621.92/622.59	c          Probing Nodes   421
621.92/622.59	c          final run  59.23
681.17/681.87	c Solving time: 680.26
681.17/681.87	c
681.17/681.87	s UNSATISFIABLE
681.17/681.87	d CHECKS 428201
681.17/681.87	d ASSIGNMENTS 661

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-1086545-1215239893/watcher-1086545-1215239893 -o /tmp/evaluation-result-1086545-1215239893/solver-1086545-1215239893 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1086545-1215239893.xml -v 1 -rs 244848074 -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.08 2.02 2.01 4/80 21157
/proc/meminfo: memFree=897312/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=820 CPUtime=0
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 1008444274 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 12591908 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/21157/statm: 205 25 19 177 0 3 0

[startup+0.101259 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 21157
/proc/meminfo: memFree=897312/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=6852 CPUtime=0.08
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 1040 0 0 0 8 0 0 0 19 0 1 0 1008444274 7016448 1006 996147200 134512640 135239859 4294956144 18446744073709551615 13025060 0 0 4096 0 0 0 0 17 1 0 0
/proc/21157/statm: 1713 1006 402 177 0 616 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6852

[startup+0.201268 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 21157
/proc/meminfo: memFree=897312/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=8180 CPUtime=0.19
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 1392 0 0 0 18 1 0 0 20 0 1 0 1008444274 8376320 1358 996147200 134512640 135239859 4294956144 18446744073709551615 4159741795 0 0 4096 0 0 0 0 17 1 0 0
/proc/21157/statm: 2045 1358 402 177 0 948 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8180

[startup+0.301277 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 21157
/proc/meminfo: memFree=897312/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=9620 CPUtime=0.28
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 1722 0 0 0 27 1 0 0 21 0 1 0 1008444274 9850880 1688 996147200 134512640 135239859 4294956144 18446744073709551615 13033223 0 0 4096 0 0 0 0 17 1 0 0
/proc/21157/statm: 2405 1688 402 177 0 1308 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9620

[startup+0.701308 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 21157
/proc/meminfo: memFree=897312/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=15104 CPUtime=0.68
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 3154 0 0 0 66 2 0 0 25 0 1 0 1008444274 15466496 3054 996147200 134512640 135239859 4294956144 18446744073709551615 134618075 0 0 4096 0 0 0 0 17 1 0 0
/proc/21157/statm: 3776 3054 402 177 0 2679 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15104

[startup+1.50136 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 21158
/proc/meminfo: memFree=858328/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=60932 CPUtime=1.47
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10935 0 0 0 142 5 0 0 25 0 1 0 1008444274 62394368 10705 996147200 134512640 135239859 4294956144 18446744073709551615 134543182 0 0 4096 0 0 0 0 17 1 0 0
/proc/21157/statm: 15233 10705 432 177 0 14136 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 60932

[startup+3.10149 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 21158
/proc/meminfo: memFree=855768/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=60932 CPUtime=3.06
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10935 0 0 0 301 5 0 0 25 0 1 0 1008444274 62394368 10705 996147200 134512640 135239859 4294956144 18446744073709551615 134535329 0 0 4096 0 0 0 0 17 1 0 0
/proc/21157/statm: 15233 10705 432 177 0 14136 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 60932

[startup+6.30275 s]
/proc/loadavg: 2.07 2.02 2.00 5/84 21197
/proc/meminfo: memFree=1646784/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=60932 CPUtime=6.25
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10935 0 0 0 619 6 0 0 25 0 1 0 1008444274 62394368 10705 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15233 10705 432 177 0 14136 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 60932

[startup+12.7013 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 21246
/proc/meminfo: memFree=1625168/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=60932 CPUtime=12.64
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10936 0 0 0 1258 6 0 0 25 0 1 0 1008444274 62394368 10706 996147200 134512640 135239859 4294956144 18446744073709551615 134541296 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15233 10706 433 177 0 14136 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 60932

[startup+25.5013 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 21246
/proc/meminfo: memFree=1598480/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=60932 CPUtime=25.43
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10936 0 0 0 2537 6 0 0 25 0 1 0 1008444274 62394368 10706 996147200 134512640 135239859 4294956144 18446744073709551615 134535664 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15233 10706 433 177 0 14136 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 60932

[startup+51.1013 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 21246
/proc/meminfo: memFree=1546704/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=60932 CPUtime=51.01
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10936 0 0 0 5095 6 0 0 25 0 1 0 1008444274 62394368 10706 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15233 10706 433 177 0 14136 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 60932

[startup+102.301 s]
/proc/loadavg: 2.35 2.10 2.03 3/83 21246
/proc/meminfo: memFree=1386448/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=60932 CPUtime=102.16
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10936 0 0 0 10206 10 0 0 25 0 1 0 1008444274 62394368 10706 996147200 134512640 135239859 4294956144 18446744073709551615 134540204 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15233 10706 433 177 0 14136 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 60932

[startup+162.301 s]
/proc/loadavg: 2.42 2.18 2.06 3/83 21246
/proc/meminfo: memFree=1264720/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=60932 CPUtime=162.11
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10940 0 0 0 16199 12 0 0 25 0 1 0 1008444274 62394368 10710 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15233 10710 437 177 0 14136 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 60932

[startup+222.307 s]
/proc/loadavg: 2.15 2.14 2.05 4/83 21246
/proc/meminfo: memFree=1118224/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=60932 CPUtime=222.06
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10949 0 0 0 22191 15 0 0 25 0 1 0 1008444274 62394368 10719 996147200 134512640 135239859 4294956144 18446744073709551615 135095200 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15233 10719 438 177 0 14136 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 60932

[startup+282.302 s]
/proc/loadavg: 2.13 2.13 2.05 3/83 21246
/proc/meminfo: memFree=956304/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=282.01
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10951 0 0 0 28183 18 0 0 25 0 1 0 1008444274 62529536 10721 996147200 134512640 135239859 4294956144 18446744073709551615 134820192 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10721 438 177 0 14169 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 61064

[startup+342.301 s]
/proc/loadavg: 2.16 2.14 2.06 3/83 21246
/proc/meminfo: memFree=775120/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=341.96
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10951 0 0 0 34175 21 0 0 25 0 1 0 1008444274 62529536 10721 996147200 134512640 135239859 4294956144 18446744073709551615 134543151 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10721 438 177 0 14169 0
Current children cumulated CPU time (s) 341.96
Current children cumulated vsize (KiB) 61064

[startup+402.301 s]
/proc/loadavg: 2.06 2.11 2.05 3/83 21247
/proc/meminfo: memFree=594704/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=401.9
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10951 0 0 0 40168 22 0 0 25 0 1 0 1008444274 62529536 10721 996147200 134512640 135239859 4294956144 18446744073709551615 134543120 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10721 438 177 0 14169 0
Current children cumulated CPU time (s) 401.9
Current children cumulated vsize (KiB) 61064

[startup+462.302 s]
/proc/loadavg: 2.06 2.10 2.05 3/83 21248
/proc/meminfo: memFree=405328/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=461.85
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10955 0 0 0 46159 26 0 0 25 0 1 0 1008444274 62529536 10725 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10725 438 177 0 14169 0
Current children cumulated CPU time (s) 461.85
Current children cumulated vsize (KiB) 61064

[startup+522.302 s]
/proc/loadavg: 2.02 2.08 2.05 3/83 21248
/proc/meminfo: memFree=211856/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=521.81
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10955 0 0 0 52151 30 0 0 25 0 1 0 1008444274 62529536 10725 996147200 134512640 135239859 4294956144 18446744073709551615 134535710 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10725 438 177 0 14169 0
Current children cumulated CPU time (s) 521.81
Current children cumulated vsize (KiB) 61064

[startup+582.301 s]
/proc/loadavg: 2.04 2.08 2.04 3/83 21248
/proc/meminfo: memFree=15952/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=581.75
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10956 0 0 0 58143 32 0 0 25 0 1 0 1008444274 62529536 10726 996147200 134512640 135239859 4294956144 18446744073709551615 134532182 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10726 439 177 0 14169 0
Current children cumulated CPU time (s) 581.75
Current children cumulated vsize (KiB) 61064

[startup+642.301 s]
/proc/loadavg: 2.05 2.08 2.04 3/83 21248
/proc/meminfo: memFree=15952/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=641.69
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10957 0 0 0 64133 36 0 0 25 0 1 0 1008444274 62529536 10727 996147200 134512640 135239859 4294956144 18446744073709551615 134541302 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10727 440 177 0 14169 0
Current children cumulated CPU time (s) 641.69
Current children cumulated vsize (KiB) 61064

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

[startup+665.608 s]
/proc/loadavg: 2.10 2.09 2.05 3/83 21248
/proc/meminfo: memFree=15888/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=664.98
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10957 0 0 0 66461 37 0 0 25 0 1 0 1008444274 62529536 10727 996147200 134512640 135239859 4294956144 18446744073709551615 134538528 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10727 440 177 0 14169 0
Current children cumulated CPU time (s) 664.98
Current children cumulated vsize (KiB) 61064

[startup+672.001 s]
/proc/loadavg: 2.09 2.08 2.05 3/83 21248
/proc/meminfo: memFree=16144/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=671.37
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10957 0 0 0 67099 38 0 0 25 0 1 0 1008444274 62529536 10727 996147200 134512640 135239859 4294956144 18446744073709551615 134543111 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10727 440 177 0 14169 0
Current children cumulated CPU time (s) 671.37
Current children cumulated vsize (KiB) 61064

[startup+678.402 s]
/proc/loadavg: 2.08 2.08 2.05 3/83 21248
/proc/meminfo: memFree=16080/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=677.77
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10957 0 0 0 67738 39 0 0 25 0 1 0 1008444274 62529536 10727 996147200 134512640 135239859 4294956144 18446744073709551615 135095218 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10727 440 177 0 14169 0
Current children cumulated CPU time (s) 677.77
Current children cumulated vsize (KiB) 61064

[startup+680.002 s]
/proc/loadavg: 2.08 2.08 2.05 3/83 21248
/proc/meminfo: memFree=15696/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=679.37
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10957 0 0 0 67898 39 0 0 25 0 1 0 1008444274 62529536 10727 996147200 134512640 135239859 4294956144 18446744073709551615 134543206 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10727 440 177 0 14169 0
Current children cumulated CPU time (s) 679.37
Current children cumulated vsize (KiB) 61064

[startup+680.801 s]
/proc/loadavg: 2.08 2.08 2.05 3/83 21248
/proc/meminfo: memFree=15696/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61064 CPUtime=680.17
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10957 0 0 0 67978 39 0 0 25 0 1 0 1008444274 62529536 10727 996147200 134512640 135239859 4294956144 18446744073709551615 134535337 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15266 10727 440 177 0 14169 0
Current children cumulated CPU time (s) 680.17
Current children cumulated vsize (KiB) 61064

[startup+681.601 s]
/proc/loadavg: 2.08 2.08 2.05 3/83 21248
/proc/meminfo: memFree=16080/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61068 CPUtime=680.97
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10958 0 0 0 68058 39 0 0 25 0 1 0 1008444274 62533632 10728 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15267 10728 440 177 0 14170 0
Current children cumulated CPU time (s) 680.97
Current children cumulated vsize (KiB) 61068

[startup+681.802 s]
/proc/loadavg: 2.08 2.08 2.05 3/83 21248
/proc/meminfo: memFree=16080/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61068 CPUtime=681.17
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10958 0 0 0 68078 39 0 0 25 0 1 0 1008444274 62533632 10728 996147200 134512640 135239859 4294956144 18446744073709551615 134534792 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15267 10728 440 177 0 14170 0
Current children cumulated CPU time (s) 681.17
Current children cumulated vsize (KiB) 61068

[startup+681.902 s]
/proc/loadavg: 2.08 2.08 2.05 3/83 21248
/proc/meminfo: memFree=16080/2055920 swapFree=4137260/4192956
[pid=21157] ppid=21155 vsize=61068 CPUtime=681.26
/proc/21157/stat : 21157 (xsolve) R 21155 21157 19608 0 -1 4194304 10959 0 1 0 68087 39 0 0 24 0 1 0 1008444274 62533632 10730 996147200 134512640 135239859 4294956144 18446744073709551615 4159148591 0 0 4096 0 0 0 0 17 0 0 0
/proc/21157/statm: 15267 10730 442 177 0 14170 0
Current children cumulated CPU time (s) 681.26
Current children cumulated vsize (KiB) 61068

Child status: 0
Real time (s): 681.961
CPU time (s): 681.319
CPU user time (s): 680.919
CPU system time (s): 0.399939
CPU usage (%): 99.906
Max. virtual memory (cumulated for all children) (KiB): 61068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 680.919
system time used= 0.399939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10967
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 2562

runsolver used 0.84987 second user time and 2.26266 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 08:38:13
IDJOB=1086545
IDBENCH=57837
IDSOLVER=342
FILE ID=node26/1086545-1215239893
PBS_JOBID= 7881884
Free space on /tmp= 66452 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e176f03acbb8fde17171aab729aed488
RANDOM SEED=244848074

node26.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.221
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.221
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:        897792 kB
Buffers:         51856 kB
Cached:         193280 kB
SwapCached:      49576 kB
Active:        1019896 kB
Inactive:        77288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        897792 kB
SwapTotal:     4192956 kB
SwapFree:      4137260 kB
Dirty:            3996 kB
Writeback:           0 kB
Mapped:         868128 kB
Slab:            44648 kB
Committed_AS:  2547512 kB
PageTables:       3436 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= 64684 MiB
End job on node26 at 2008-07-05 08:49:36