Trace number 2083162

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 626.887 629.801

DiagnosticValue
ASSIGNMENTS43940
CHECKS3442640
NODES43940

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-4.xml
MD5SUMf60495681f907379789521d31738f5ab
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 benchmark26.6949
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
Global constraints used (with number of constraints)

Solver Data

0.08/0.10	c mistral version 1.545
626.77/629.74	s UNSATISFIABLE
626.77/629.74	d CHECKS 3442644
626.77/629.74	d ASSIGNMENTS 43940
626.77/629.75	d NODES 43940 BACKTRACKS 43915 FAILURES 43916 RUNTIME 626.42 TOTALTIME 626.92 NODES/s 70.1446 CHECKS/s 5495.74

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-2083162-1247376782/watcher-2083162-1247376782 -o /tmp/evaluation-result-2083162-1247376782/solver-2083162-1247376782 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2083162-1247376782.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.24 2.07 2.02 4/83 28327
/proc/meminfo: memFree=1499568/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=18576 CPUtime=0
/proc/28327/stat : 28327 (runsolver) R 28325 28327 24491 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24745992 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28327/statm: 4644 284 249 26 0 2626 0

[startup+0.039709 s]
/proc/loadavg: 2.24 2.07 2.02 4/83 28327
/proc/meminfo: memFree=1499568/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=5868 CPUtime=0.02
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 685 0 0 0 2 0 0 0 20 0 1 0 24745992 6008832 664 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159093389 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 1467 664 374 29 0 282 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5868

[startup+0.101711 s]
/proc/loadavg: 2.24 2.07 2.02 4/83 28327
/proc/meminfo: memFree=1499568/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=6640 CPUtime=0.08
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 854 0 0 0 8 0 0 0 20 0 1 0 24745992 6799360 833 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157378799 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 1660 833 374 29 0 475 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6640

[startup+0.301739 s]
/proc/loadavg: 2.24 2.07 2.02 4/83 28327
/proc/meminfo: memFree=1499568/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=8700 CPUtime=0.28
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 1379 0 0 0 28 0 0 0 22 0 1 0 24745992 8908800 1358 996147200 1448431616 1448550632 4294956208 18446744073709551615 134688963 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 2175 1358 374 29 0 990 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8700

[startup+0.701779 s]
/proc/loadavg: 2.24 2.07 2.02 4/83 28327
/proc/meminfo: memFree=1499568/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34228 CPUtime=0.69
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4750 0 0 0 67 2 0 0 25 0 1 0 24745992 35049472 4729 996147200 1448431616 1448550632 4294956208 18446744073709551615 134532281 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 8557 4729 398 29 0 7372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34228

[startup+1.50187 s]
/proc/loadavg: 2.30 2.08 2.02 3/84 28328
/proc/meminfo: memFree=1480296/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34228 CPUtime=1.48
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4750 0 0 0 146 2 0 0 25 0 1 0 24745992 35049472 4729 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 8557 4729 398 29 0 7372 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34228

[startup+3.10106 s]
/proc/loadavg: 2.30 2.08 2.02 3/84 28328
/proc/meminfo: memFree=1478760/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34228 CPUtime=3.08
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4750 0 0 0 306 2 0 0 25 0 1 0 24745992 35049472 4729 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 8557 4729 398 29 0 7372 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34228

[startup+6.30143 s]
/proc/loadavg: 2.27 2.08 2.02 3/84 28328
/proc/meminfo: memFree=1472616/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34228 CPUtime=6.27
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4751 0 0 0 625 2 0 0 25 0 1 0 24745992 35049472 4730 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 8557 4730 399 29 0 7372 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 34228

[startup+12.7022 s]
/proc/loadavg: 2.25 2.08 2.02 3/84 28328
/proc/meminfo: memFree=1460648/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=12.64
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4764 0 0 0 1262 2 0 0 25 0 1 0 24745992 35184640 4743 996147200 1448431616 1448550632 4294956208 18446744073709551615 134531333 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 8590 4743 408 29 0 7405 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 34360

[startup+25.5017 s]
/proc/loadavg: 2.20 2.08 2.02 3/84 28328
/proc/meminfo: memFree=1435496/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=25.38
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4764 0 0 0 2536 2 0 0 25 0 1 0 24745992 35184640 4743 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 8590 4743 408 29 0 7405 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 34360

[startup+51.1017 s]
/proc/loadavg: 2.13 2.07 2.02 3/84 28328
/proc/meminfo: memFree=1386600/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=50.87
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 5085 2 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534288 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 34360

[startup+102.307 s]
/proc/loadavg: 2.05 2.05 2.01 3/84 28328
/proc/meminfo: memFree=1279336/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=101.83
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 10181 2 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134531824 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 34360

[startup+162.302 s]
/proc/loadavg: 2.14 2.07 2.02 3/84 28328
/proc/meminfo: memFree=1156904/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=161.54
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 16152 2 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 34360

[startup+222.302 s]
/proc/loadavg: 2.21 2.12 2.03 3/84 28328
/proc/meminfo: memFree=1035112/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=221.24
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 22122 2 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 221.24
Current children cumulated vsize (KiB) 34360

[startup+282.302 s]
/proc/loadavg: 2.44 2.17 2.05 4/84 28328
/proc/meminfo: memFree=1029224/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=280.95
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 28093 2 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529760 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 280.95
Current children cumulated vsize (KiB) 34360

[startup+342.302 s]
/proc/loadavg: 2.67 2.29 2.10 4/84 28328
/proc/meminfo: memFree=1031080/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=340.66
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 34064 2 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529780 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 340.66
Current children cumulated vsize (KiB) 34360

[startup+402.302 s]
/proc/loadavg: 2.49 2.31 2.11 3/83 28404
/proc/meminfo: memFree=1548648/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=400.38
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 40034 4 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534240 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 400.38
Current children cumulated vsize (KiB) 34360

[startup+462.302 s]
/proc/loadavg: 2.18 2.25 2.10 3/75 28406
/proc/meminfo: memFree=1158056/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=460.11
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 46002 9 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534318 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 460.11
Current children cumulated vsize (KiB) 34360

[startup+522.302 s]
/proc/loadavg: 2.14 2.22 2.10 3/75 28406
/proc/meminfo: memFree=942888/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=519.87
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 51978 9 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 0 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 519.87
Current children cumulated vsize (KiB) 34360

[startup+582.302 s]
/proc/loadavg: 2.12 2.19 2.09 3/81 28451
/proc/meminfo: memFree=1286208/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=579.61
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 57951 10 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534283 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 579.61
Current children cumulated vsize (KiB) 34360

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

[startup+588.701 s]
/proc/loadavg: 2.11 2.19 2.09 3/81 28451
/proc/meminfo: memFree=1255744/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=585.98
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 58588 10 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134530984 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 585.98
Current children cumulated vsize (KiB) 34360

[startup+614.301 s]
/proc/loadavg: 2.13 2.19 2.09 3/81 28451
/proc/meminfo: memFree=1255616/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=611.45
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 61135 10 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860715 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 611.45
Current children cumulated vsize (KiB) 34360

[startup+620.701 s]
/proc/loadavg: 2.11 2.18 2.09 3/81 28451
/proc/meminfo: memFree=1255616/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=617.82
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 61772 10 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528931 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 617.82
Current children cumulated vsize (KiB) 34360

[startup+623.902 s]
/proc/loadavg: 2.11 2.18 2.09 3/81 28451
/proc/meminfo: memFree=1255616/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=621
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 62090 10 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529888 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 621
Current children cumulated vsize (KiB) 34360

[startup+627.102 s]
/proc/loadavg: 2.18 2.19 2.10 3/81 28451
/proc/meminfo: memFree=1211712/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=624.19
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 62409 10 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860830 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 624.19
Current children cumulated vsize (KiB) 34360

[startup+628.701 s]
/proc/loadavg: 2.18 2.19 2.10 3/81 28451
/proc/meminfo: memFree=1211712/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=625.78
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 62568 10 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529438 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 625.78
Current children cumulated vsize (KiB) 34360

[startup+629.501 s]
/proc/loadavg: 2.18 2.19 2.10 3/81 28451
/proc/meminfo: memFree=1211712/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=626.57
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 62647 10 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529773 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 626.57
Current children cumulated vsize (KiB) 34360

[startup+629.701 s]
/proc/loadavg: 2.18 2.19 2.10 3/81 28451
/proc/meminfo: memFree=1211712/2055920 swapFree=4192812/4192956
[pid=28327] ppid=28325 vsize=34360 CPUtime=626.77
/proc/28327/stat : 28327 (ld-linux.so.2) R 28325 28327 24491 0 -1 4194304 4765 0 0 0 62667 10 0 0 25 0 1 0 24745992 35184640 4744 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534224 0 0 4096 0 0 0 0 17 1 0 0
/proc/28327/statm: 8590 4744 408 29 0 7405 0
Current children cumulated CPU time (s) 626.77
Current children cumulated vsize (KiB) 34360

Child status: 0
Real time (s): 629.801
CPU time (s): 626.887
CPU user time (s): 626.776
CPU system time (s): 0.110983
CPU usage (%): 99.5373
Max. virtual memory (cumulated for all children) (KiB): 34360

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

runsolver used 0.627904 second user time and 1.67575 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 07:33:02
IDJOB=2083162
IDBENCH=57722
IDSOLVER=769
FILE ID=node1/2083162-1247376782
PBS_JOBID= 9507117
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= f60495681f907379789521d31738f5ab
RANDOM SEED=362394695

node1.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.216
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.216
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:       1500048 kB
Buffers:         54972 kB
Cached:         185476 kB
SwapCached:          0 kB
Active:         385440 kB
Inactive:       104848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2760 kB
Writeback:           0 kB
Mapped:         265552 kB
Slab:            50480 kB
Committed_AS:   893356 kB
PageTables:       2276 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= 66376 MiB
End job on node1 at 2009-07-12 07:43:32