Trace number 2063087

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.545SAT 1472.39 1484.82

DiagnosticValue
ASSIGNMENTS4850410
CHECKS808766000
NODES4850410

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-49_ext.xml
MD5SUM3af7865e03c5616a46813a828865f306
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark241.678
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension73
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.18/0.20	c mistral version 1.545
1472.26/1484.79	s SATISFIABLE
1472.26/1484.79	v 20 15 2 12 9 15 19 20 20 10 16 2 22 23 17 1 21 3 8 22 12 11 17 10
1472.26/1484.79	d CHECKS 808766238
1472.26/1484.79	d ASSIGNMENTS 4850409
1472.26/1484.80	d NODES 4850409 BACKTRACKS 4850402 FAILURES 4850402 RUNTIME 1472.2 TOTALTIME 1472.58 NODES/s 3294.67 CHECKS/s 549359

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063087-1247330005/watcher-2063087-1247330005 -o /tmp/evaluation-result-2063087-1247330005/solver-2063087-1247330005 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2063087-1247330005.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.00 1.97 1.73 4/81 14888
/proc/meminfo: memFree=1306328/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=18576 CPUtime=0
/proc/14888/stat : 14888 (runsolver) R 14886 14888 13567 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 20068071 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14888/statm: 4644 284 249 26 0 2626 0

[startup+0.0688111 s]
/proc/loadavg: 2.00 1.97 1.73 4/81 14888
/proc/meminfo: memFree=1306328/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=6004 CPUtime=0.05
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 700 0 0 0 5 0 0 0 18 0 1 0 20068071 6148096 679 996147200 1448431616 1448550632 4294956208 18446744073709551615 134525380 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 1501 679 358 29 0 316 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6004

[startup+0.102813 s]
/proc/loadavg: 2.00 1.97 1.73 4/81 14888
/proc/meminfo: memFree=1306328/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=6668 CPUtime=0.08
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 869 0 0 0 8 0 0 0 18 0 1 0 20068071 6828032 848 996147200 1448431616 1448550632 4294956208 18446744073709551615 134699019 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 1667 848 358 29 0 482 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6668

[startup+0.302835 s]
/proc/loadavg: 2.00 1.97 1.73 4/81 14888
/proc/meminfo: memFree=1306328/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=10648 CPUtime=0.28
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 1853 0 0 0 27 1 0 0 19 0 1 0 20068071 10903552 1832 996147200 1448431616 1448550632 4294956208 18446744073709551615 134671352 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 2662 1832 358 29 0 1477 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10648

[startup+0.702868 s]
/proc/loadavg: 2.00 1.97 1.73 4/81 14888
/proc/meminfo: memFree=1306328/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=0.68
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2322 0 0 0 67 1 0 0 23 0 1 0 20068071 12541952 2301 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860921 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2301 412 29 0 1877 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12248

[startup+1.50195 s]
/proc/loadavg: 2.00 1.97 1.73 3/82 14889
/proc/meminfo: memFree=1298640/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1.47
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2322 0 0 0 146 1 0 0 25 0 1 0 20068071 12541952 2301 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860547 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2301 412 29 0 1877 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12248

[startup+3.1011 s]
/proc/loadavg: 2.00 1.97 1.73 3/82 14889
/proc/meminfo: memFree=1298512/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=3.06
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2322 0 0 0 305 1 0 0 25 0 1 0 20068071 12541952 2301 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860501 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2301 412 29 0 1877 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 12248

[startup+6.3014 s]
/proc/loadavg: 2.00 1.97 1.73 3/82 14889
/proc/meminfo: memFree=1298384/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=6.23
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2322 0 0 0 622 1 0 0 25 0 1 0 20068071 12541952 2301 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860481 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2301 412 29 0 1877 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 12248

[startup+12.702 s]
/proc/loadavg: 2.00 1.97 1.73 3/82 14889
/proc/meminfo: memFree=1298320/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=12.58
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2322 0 0 0 1257 1 0 0 25 0 1 0 20068071 12541952 2301 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860769 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2301 412 29 0 1877 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 12248

[startup+25.5012 s]
/proc/loadavg: 2.00 1.97 1.73 3/82 14889
/proc/meminfo: memFree=1298448/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=25.27
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2322 0 0 0 2526 1 0 0 25 0 1 0 20068071 12541952 2301 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860550 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2301 412 29 0 1877 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 12248

[startup+51.1017 s]
/proc/loadavg: 2.06 1.99 1.74 3/82 14889
/proc/meminfo: memFree=1298512/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=50.65
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2322 0 0 0 5064 1 0 0 25 0 1 0 20068071 12541952 2301 996147200 1448431616 1448550632 4294956208 18446744073709551615 134861110 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2301 412 29 0 1877 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 12248

[startup+102.307 s]
/proc/loadavg: 2.02 1.99 1.75 3/82 14889
/proc/meminfo: memFree=1298384/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=101.42
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 10141 1 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264054 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 12248

[startup+162.301 s]
/proc/loadavg: 2.01 1.99 1.76 3/82 14889
/proc/meminfo: memFree=1298384/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=160.91
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 16089 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257824 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 12248

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.78 3/82 14889
/proc/meminfo: memFree=1298320/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=220.4
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 22038 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135265373 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 12248

[startup+282.302 s]
/proc/loadavg: 2.00 1.99 1.79 3/82 14889
/proc/meminfo: memFree=1298256/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=279.9
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 27988 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860447 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 279.9
Current children cumulated vsize (KiB) 12248

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.80 3/82 14889
/proc/meminfo: memFree=1298128/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=339.39
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 33937 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257907 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 339.39
Current children cumulated vsize (KiB) 12248

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.81 3/82 14889
/proc/meminfo: memFree=1298064/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=398.88
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 39886 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860611 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 398.88
Current children cumulated vsize (KiB) 12248

[startup+462.302 s]
/proc/loadavg: 2.00 1.99 1.82 3/82 14889
/proc/meminfo: memFree=1298192/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=458.37
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 45835 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860635 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 458.37
Current children cumulated vsize (KiB) 12248

[startup+522.302 s]
/proc/loadavg: 2.00 1.99 1.83 3/82 14889
/proc/meminfo: memFree=1298192/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=517.86
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 51784 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860481 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 517.86
Current children cumulated vsize (KiB) 12248

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.83 4/82 14889
/proc/meminfo: memFree=1298192/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=577.36
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 57734 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834917 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 577.36
Current children cumulated vsize (KiB) 12248

[startup+642.303 s]
/proc/loadavg: 2.00 1.99 1.84 3/82 14889
/proc/meminfo: memFree=1298192/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=636.85
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 63683 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860436 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 636.85
Current children cumulated vsize (KiB) 12248

[startup+702.303 s]

################
# More data... #
################

/proc/meminfo: memFree=1298000/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=696.34
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 69632 2 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860481 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 696.34
Current children cumulated vsize (KiB) 12248

[startup+762.306 s]
/proc/loadavg: 2.00 1.99 1.85 3/82 14889
/proc/meminfo: memFree=1298000/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=755.84
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 75581 3 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257905 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 755.84
Current children cumulated vsize (KiB) 12248

[startup+822.303 s]
/proc/loadavg: 2.00 1.99 1.86 3/82 14889
/proc/meminfo: memFree=1298064/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=815.33
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 81530 3 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860762 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 815.33
Current children cumulated vsize (KiB) 12248

[startup+882.302 s]
/proc/loadavg: 2.07 2.00 1.87 3/82 14889
/proc/meminfo: memFree=1297872/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=874.82
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 87479 3 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264051 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 874.82
Current children cumulated vsize (KiB) 12248

[startup+942.302 s]
/proc/loadavg: 2.02 2.00 1.87 3/82 14889
/proc/meminfo: memFree=1297808/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=934.31
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 93428 3 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263984 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 934.31
Current children cumulated vsize (KiB) 12248

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 1.88 3/82 14891
/proc/meminfo: memFree=1297744/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=993.8
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 99377 3 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264051 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 993.8
Current children cumulated vsize (KiB) 12248

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/82 14891
/proc/meminfo: memFree=1297808/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1053.29
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 105326 3 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860678 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1053.29
Current children cumulated vsize (KiB) 12248

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/82 14891
/proc/meminfo: memFree=1297872/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1112.79
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 111276 3 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834943 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1112.79
Current children cumulated vsize (KiB) 12248

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/82 14891
/proc/meminfo: memFree=1297872/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1172.28
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 117225 3 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860561 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1172.28
Current children cumulated vsize (KiB) 12248

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/82 14891
/proc/meminfo: memFree=1297872/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1231.77
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 123174 3 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263990 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1231.77
Current children cumulated vsize (KiB) 12248

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 14891
/proc/meminfo: memFree=1297744/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1291.27
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 129123 4 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264051 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1291.27
Current children cumulated vsize (KiB) 12248

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 14891
/proc/meminfo: memFree=1297808/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1350.76
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 135072 4 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860727 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1350.76
Current children cumulated vsize (KiB) 12248

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 14891
/proc/meminfo: memFree=1297808/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1410.25
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 141021 4 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860863 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1410.25
Current children cumulated vsize (KiB) 12248

[startup+1482.3 s]
/proc/loadavg: 1.93 1.98 1.90 3/73 14920
/proc/meminfo: memFree=1333472/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1469.86
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 146981 5 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860794 0 0 4096 0 0 0 0 17 0 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1469.86
Current children cumulated vsize (KiB) 12248

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

[startup+1483.1 s]
/proc/loadavg: 1.93 1.98 1.90 3/73 14920
/proc/meminfo: memFree=1333216/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1470.66
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 147061 5 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257824 0 0 4096 0 0 0 0 17 0 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1470.66
Current children cumulated vsize (KiB) 12248

[startup+1483.91 s]
/proc/loadavg: 1.93 1.98 1.90 3/73 14920
/proc/meminfo: memFree=1289120/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1471.47
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 147142 5 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257907 0 0 4096 0 0 0 0 17 0 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1471.47
Current children cumulated vsize (KiB) 12248

[startup+1484.3 s]
/proc/loadavg: 1.93 1.98 1.90 3/73 14920
/proc/meminfo: memFree=1289120/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1471.86
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 147181 5 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264003 0 0 4096 0 0 0 0 17 0 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1471.86
Current children cumulated vsize (KiB) 12248

[startup+1484.7 s]
/proc/loadavg: 1.93 1.98 1.90 3/73 14920
/proc/meminfo: memFree=1289120/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12248 CPUtime=1472.26
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2323 0 0 0 147221 5 0 0 25 0 1 0 20068071 12541952 2302 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860533 0 0 4096 0 0 0 0 17 0 0 0
/proc/14888/statm: 3062 2302 412 29 0 1877 0
Current children cumulated CPU time (s) 1472.26
Current children cumulated vsize (KiB) 12248

[startup+1484.8 s]
/proc/loadavg: 1.93 1.98 1.90 3/73 14920
/proc/meminfo: memFree=1289120/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=12252 CPUtime=1472.36
/proc/14888/stat : 14888 (ld-linux.so.2) R 14886 14888 13567 0 -1 4194304 2361 0 0 0 147231 5 0 0 25 0 1 0 20068071 12546048 2340 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157378118 0 0 4096 0 0 0 0 17 0 0 0
/proc/14888/statm: 3063 2340 449 29 0 1878 0
Current children cumulated CPU time (s) 1472.36
Current children cumulated vsize (KiB) 12252

Child status: 0
Real time (s): 1484.82
CPU time (s): 1472.39
CPU user time (s): 1472.33
CPU system time (s): 0.054991
CPU usage (%): 99.1627
Max. virtual memory (cumulated for all children) (KiB): 12252

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

runsolver used 1.46178 second user time and 3.9504 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-11 18:33:26
IDJOB=2063087
IDBENCH=53958
IDSOLVER=769
FILE ID=node4/2063087-1247330005
PBS_JOBID= 9506619
Free space on /tmp= 66200 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-49_ext.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063087-1247330005/watcher-2063087-1247330005 -o /tmp/evaluation-result-2063087-1247330005/solver-2063087-1247330005 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2063087-1247330005.xml

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

MD5SUM BENCH= 3af7865e03c5616a46813a828865f306
RANDOM SEED=1283607025

node4.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.213
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.213
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:       1306808 kB
Buffers:         48888 kB
Cached:         563656 kB
SwapCached:          0 kB
Active:         114496 kB
Inactive:       559420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306808 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3928 kB
Writeback:           0 kB
Mapped:          81748 kB
Slab:            60216 kB
Committed_AS:   223720 kB
PageTables:       2036 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= 66192 MiB
End job on node4 at 2009-07-11 18:58:11