Trace number 2083547

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
Mistral 1.545UNSAT 895.155 897.945

DiagnosticValue
ASSIGNMENTS1089
CHECKS177604
NODES1089

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-3.xml
MD5SUMae5d607663ce3822ee178e88e7985676
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 benchmark39.0571
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c mistral version 1.545
894.90/897.72	s UNSATISFIABLE
894.90/897.72	d CHECKS 177604
894.90/897.72	d ASSIGNMENTS 1089
894.90/897.72	d NODES 1089 BACKTRACKS 1076 FAILURES 1077 RUNTIME 892.05 TOTALTIME 895.05 NODES/s 1.22078 CHECKS/s 199.096

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083547-1247377612/watcher-2083547-1247377612 -o /tmp/evaluation-result-2083547-1247377612/solver-2083547-1247377612 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2083547-1247377612.xml 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.33 2.18 4/82 24670
/proc/meminfo: memFree=1435152/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=18576 CPUtime=0
/proc/24670/stat : 24670 (runsolver) R 24668 24670 19878 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24826884 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24670/statm: 4644 284 249 26 0 2626 0

[startup+0.0829811 s]
/proc/loadavg: 2.08 2.33 2.18 4/82 24670
/proc/meminfo: memFree=1435152/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=7976 CPUtime=0.06
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 1214 0 0 0 6 0 0 0 21 0 1 0 24826884 8167424 1193 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157387396 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 1994 1193 374 29 0 809 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7976

[startup+0.10298 s]
/proc/loadavg: 2.08 2.33 2.18 4/82 24670
/proc/meminfo: memFree=1435152/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=8236 CPUtime=0.08
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 1266 0 0 0 8 0 0 0 21 0 1 0 24826884 8433664 1245 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157379056 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 2059 1245 374 29 0 874 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8236

[startup+0.301993 s]
/proc/loadavg: 2.08 2.33 2.18 4/82 24670
/proc/meminfo: memFree=1435152/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=10308 CPUtime=0.28
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 1786 0 0 0 28 0 0 0 23 0 1 0 24826884 10555392 1765 996147200 1448431616 1448550632 4294956208 18446744073709551615 4158971446 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 2577 1765 374 29 0 1392 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10308

[startup+0.701034 s]
/proc/loadavg: 2.08 2.33 2.18 4/82 24670
/proc/meminfo: memFree=1435152/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=14292 CPUtime=0.68
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 2777 0 0 0 67 1 0 0 25 0 1 0 24826884 14635008 2756 996147200 1448431616 1448550632 4294956208 18446744073709551615 134655599 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 3573 2756 375 29 0 2388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 14292

[startup+1.50112 s]
/proc/loadavg: 2.08 2.33 2.18 3/83 24671
/proc/meminfo: memFree=1422600/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=22152 CPUtime=1.47
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 4689 0 0 0 146 1 0 0 25 0 1 0 24826884 22683648 4668 996147200 1448431616 1448550632 4294956208 18446744073709551615 4158738945 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 5538 4668 375 29 0 4353 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22152

[startup+3.10129 s]
/proc/loadavg: 2.08 2.33 2.18 4/83 24671
/proc/meminfo: memFree=1412104/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=3.07
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21918 0 0 0 299 8 0 0 25 0 1 0 24826884 136613888 21897 996147200 1448431616 1448550632 4294956208 18446744073709551615 134532296 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21897 398 29 0 32168 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 133412

[startup+6.30162 s]
/proc/loadavg: 2.07 2.32 2.18 3/83 24671
/proc/meminfo: memFree=1348296/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=6.26
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21918 0 0 0 618 8 0 0 25 0 1 0 24826884 136613888 21897 996147200 1448431616 1448550632 4294956208 18446744073709551615 134532296 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21897 398 29 0 32168 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 133412

[startup+12.7013 s]
/proc/loadavg: 2.07 2.32 2.18 3/83 24671
/proc/meminfo: memFree=1348424/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=12.63
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21918 0 0 0 1255 8 0 0 25 0 1 0 24826884 136613888 21897 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21897 398 29 0 32168 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 133412

[startup+25.5026 s]
/proc/loadavg: 2.05 2.30 2.18 3/83 24671
/proc/meminfo: memFree=1348488/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=25.38
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21918 0 0 0 2530 8 0 0 25 0 1 0 24826884 136613888 21897 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21897 398 29 0 32168 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 133412

[startup+51.1023 s]
/proc/loadavg: 2.03 2.27 2.17 3/83 24671
/proc/meminfo: memFree=1348616/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=50.87
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21919 0 0 0 5079 8 0 0 25 0 1 0 24826884 136613888 21898 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534285 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21898 399 29 0 32168 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 133412

[startup+102.307 s]
/proc/loadavg: 2.01 2.23 2.16 4/83 24671
/proc/meminfo: memFree=1348680/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=101.86
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21919 0 0 0 10178 8 0 0 25 0 1 0 24826884 136613888 21898 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529425 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21898 399 29 0 32168 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 133412

[startup+162.303 s]
/proc/loadavg: 2.00 2.19 2.15 3/83 24671
/proc/meminfo: memFree=1348680/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=161.62
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21919 0 0 0 16154 8 0 0 25 0 1 0 24826884 136613888 21898 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860702 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21898 399 29 0 32168 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 133412

[startup+222.302 s]
/proc/loadavg: 2.00 2.15 2.14 3/83 24671
/proc/meminfo: memFree=1348680/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=221.37
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21919 0 0 0 22129 8 0 0 25 0 1 0 24826884 136613888 21898 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21898 399 29 0 32168 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 133412

[startup+282.303 s]
/proc/loadavg: 2.00 2.12 2.13 3/83 24673
/proc/meminfo: memFree=1348680/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=281.14
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21919 0 0 0 28105 9 0 0 25 0 1 0 24826884 136613888 21898 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529713 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21898 399 29 0 32168 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 133412

[startup+342.303 s]
/proc/loadavg: 2.00 2.10 2.12 3/83 24673
/proc/meminfo: memFree=1348680/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=340.9
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21921 0 0 0 34081 9 0 0 25 0 1 0 24826884 136613888 21900 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860794 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21900 401 29 0 32168 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 133412

[startup+402.301 s]
/proc/loadavg: 2.00 2.08 2.10 3/83 24673
/proc/meminfo: memFree=1348680/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=400.66
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21921 0 0 0 40057 9 0 0 25 0 1 0 24826884 136613888 21900 996147200 1448431616 1448550632 4294956208 18446744073709551615 134531288 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21900 401 29 0 32168 0
Current children cumulated CPU time (s) 400.66
Current children cumulated vsize (KiB) 133412

[startup+462.301 s]
/proc/loadavg: 2.00 2.06 2.09 2/72 24675
/proc/meminfo: memFree=1368224/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=460.4
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21921 0 0 0 46031 9 0 0 25 0 1 0 24826884 136613888 21900 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529888 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21900 401 29 0 32168 0
Current children cumulated CPU time (s) 460.4
Current children cumulated vsize (KiB) 133412

[startup+522.302 s]
/proc/loadavg: 2.86 2.25 2.15 3/76 24758
/proc/meminfo: memFree=1050296/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=520.34
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21921 0 0 0 52023 11 0 0 25 0 1 0 24826884 136613888 21900 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534197 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21900 401 29 0 32168 0
Current children cumulated CPU time (s) 520.34
Current children cumulated vsize (KiB) 133412

[startup+582.301 s]
/proc/loadavg: 2.69 2.32 2.18 3/76 24758
/proc/meminfo: memFree=928888/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=580.32
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21921 0 0 0 58020 12 0 0 25 0 1 0 24826884 136613888 21900 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21900 401 29 0 32168 0
Current children cumulated CPU time (s) 580.32
Current children cumulated vsize (KiB) 133412

[startup+642.301 s]
/proc/loadavg: 2.25 2.26 2.17 3/76 24758
/proc/meminfo: memFree=927800/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=640.31
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21921 0 0 0 64019 12 0 0 25 0 1 0 24826884 136613888 21900 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860727 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21900 401 29 0 32168 0
Current children cumulated CPU time (s) 640.31
Current children cumulated vsize (KiB) 133412

[startup+702.302 s]
/proc/loadavg: 2.09 2.21 2.16 3/76 24758
/proc/meminfo: memFree=927800/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=700.29
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21921 0 0 0 70017 12 0 0 25 0 1 0 24826884 136613888 21900 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529424 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21900 401 29 0 32168 0
Current children cumulated CPU time (s) 700.29
Current children cumulated vsize (KiB) 133412

[startup+762.306 s]
/proc/loadavg: 2.03 2.17 2.15 3/84 24816
/proc/meminfo: memFree=1216312/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=760.11
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21921 0 0 0 75999 12 0 0 25 0 1 0 24826884 136613888 21900 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21900 401 29 0 32168 0
Current children cumulated CPU time (s) 760.11
Current children cumulated vsize (KiB) 133412

[startup+822.301 s]
/proc/loadavg: 2.21 2.18 2.15 3/84 24816
/proc/meminfo: memFree=896120/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=819.87
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21941 0 0 0 81974 13 0 0 25 0 1 0 24826884 136613888 21920 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 0 0 0
/proc/24670/statm: 33353 21920 408 29 0 32168 0
Current children cumulated CPU time (s) 819.87
Current children cumulated vsize (KiB) 133412

[startup+882.302 s]
/proc/loadavg: 3.93 2.68 2.32 3/84 24823
/proc/meminfo: memFree=281848/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=879.59
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21942 0 0 0 87942 17 0 0 25 0 1 0 24826884 136613888 21921 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529713 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21921 408 29 0 32168 0
Current children cumulated CPU time (s) 879.59
Current children cumulated vsize (KiB) 133412

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

[startup+883.102 s]
/proc/loadavg: 3.93 2.68 2.32 3/84 24823
/proc/meminfo: memFree=281848/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=880.38
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21942 0 0 0 88021 17 0 0 25 0 1 0 24826884 136613888 21921 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860792 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21921 408 29 0 32168 0
Current children cumulated CPU time (s) 880.38
Current children cumulated vsize (KiB) 133412

[startup+889.502 s]
/proc/loadavg: 3.86 2.71 2.33 3/84 24823
/proc/meminfo: memFree=230840/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=886.76
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21942 0 0 0 88659 17 0 0 25 0 1 0 24826884 136613888 21921 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529425 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21921 408 29 0 32168 0
Current children cumulated CPU time (s) 886.76
Current children cumulated vsize (KiB) 133412

[startup+892.702 s]
/proc/loadavg: 3.86 2.71 2.33 2/84 24823
/proc/meminfo: memFree=207288/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=889.94
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21942 0 0 0 88977 17 0 0 25 0 1 0 24826884 136613888 21921 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529443 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21921 408 29 0 32168 0
Current children cumulated CPU time (s) 889.94
Current children cumulated vsize (KiB) 133412

[startup+895.901 s]
/proc/loadavg: 3.95 2.74 2.35 3/85 24824
/proc/meminfo: memFree=195952/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=893.11
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21942 0 0 0 89294 17 0 0 25 0 1 0 24826884 136613888 21921 996147200 1448431616 1448550632 4294956208 18446744073709551615 134530913 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21921 408 29 0 32168 0
Current children cumulated CPU time (s) 893.11
Current children cumulated vsize (KiB) 133412

[startup+896.702 s]
/proc/loadavg: 3.95 2.74 2.35 3/87 24826
/proc/meminfo: memFree=187096/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=893.91
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21942 0 0 0 89374 17 0 0 25 0 1 0 24826884 136613888 21921 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860822 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21921 408 29 0 32168 0
Current children cumulated CPU time (s) 893.91
Current children cumulated vsize (KiB) 133412

[startup+897.502 s]
/proc/loadavg: 3.95 2.74 2.35 3/87 24826
/proc/meminfo: memFree=178200/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=133412 CPUtime=894.7
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21942 0 0 0 89453 17 0 0 25 0 1 0 24826884 136613888 21921 996147200 1448431616 1448550632 4294956208 18446744073709551615 134530947 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 33353 21921 408 29 0 32168 0
Current children cumulated CPU time (s) 894.7
Current children cumulated vsize (KiB) 133412

[startup+897.902 s]
/proc/loadavg: 3.95 2.74 2.35 3/87 24826
/proc/meminfo: memFree=178200/2055920 swapFree=4192956/4192956
[pid=24670] ppid=24668 vsize=35436 CPUtime=895.1
/proc/24670/stat : 24670 (ld-linux.so.2) R 24668 24670 19878 0 -1 4194304 21978 0 0 0 89492 18 0 0 25 0 1 0 24826884 36286464 8042 996147200 1448431616 1448550632 4294956208 18446744073709551615 135014364 0 0 4096 0 0 0 0 17 1 0 0
/proc/24670/statm: 8859 8042 443 29 0 7674 0
Current children cumulated CPU time (s) 895.1
Current children cumulated vsize (KiB) 35436

Child status: 0
Real time (s): 897.945
CPU time (s): 895.155
CPU user time (s): 894.959
CPU system time (s): 0.19597
CPU usage (%): 99.6893
Max. virtual memory (cumulated for all children) (KiB): 133416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 894.959
system time used= 0.19597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21980
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= 24
involuntary context switches= 20883

runsolver used 0.862868 second user time and 2.44163 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 07:46:53
IDJOB=2083547
IDBENCH=57850
IDSOLVER=769
FILE ID=node79/2083547-1247377612
PBS_JOBID= 9507092
Free space on /tmp= 66344 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-3.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083547-1247377612/watcher-2083547-1247377612 -o /tmp/evaluation-result-2083547-1247377612/solver-2083547-1247377612 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2083547-1247377612.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ae5d607663ce3822ee178e88e7985676
RANDOM SEED=583816773

node79.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.229
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.229
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:       1435632 kB
Buffers:         80516 kB
Cached:         425540 kB
SwapCached:          0 kB
Active:         206316 kB
Inactive:       335988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435632 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10052 kB
Writeback:           0 kB
Mapped:          56508 kB
Slab:            63156 kB
Committed_AS:   240648 kB
PageTables:       1880 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= 65492 MiB
End job on node79 at 2009-07-12 08:01:51