Trace number 2063329

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 1702.36 1707.38

DiagnosticValue
ASSIGNMENTS5844440
CHECKS1004720000
NODES5844440

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-10_ext.xml
MD5SUMbf18611143afc06b8e4788fb89aa7ca2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1702.36
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.12	c mistral version 1.545
1702.27/1707.35	s UNSATISFIABLE
1702.27/1707.35	d CHECKS 1004721005
1702.27/1707.35	d ASSIGNMENTS 5844438
1702.27/1707.35	d NODES 5844438 BACKTRACKS 5844438 FAILURES 5844439 RUNTIME 1702.19 TOTALTIME 1702.57 NODES/s 3433.48 CHECKS/s 590252

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-2063329-1247331606/watcher-2063329-1247331606 -o /tmp/evaluation-result-2063329-1247331606/solver-2063329-1247331606 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2063329-1247331606.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: 1.89 1.43 1.24 3/84 13847
/proc/meminfo: memFree=1789448/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=2224 CPUtime=0
/proc/13847/stat : 13847 (ld-linux.so.2) D 13845 13847 11341 0 -1 4194304 43 0 0 0 0 0 0 0 20 0 1 0 20223239 2277376 29 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448531911 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/13847/statm: 556 29 23 29 0 3 0

[startup+0.0605021 s]
/proc/loadavg: 1.89 1.43 1.24 3/84 13847
/proc/meminfo: memFree=1789448/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=3436 CPUtime=0
/proc/13847/stat : 13847 (ld-linux.so.2) D 13845 13847 11341 0 -1 4194304 65 0 3 0 0 0 0 0 18 0 1 0 20223239 3518464 51 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448524923 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/13847/statm: 859 51 36 29 0 11 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3436

[startup+0.101505 s]
/proc/loadavg: 1.89 1.43 1.24 3/84 13847
/proc/meminfo: memFree=1789448/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=4804 CPUtime=0
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 179 0 4 0 0 0 0 0 18 0 1 0 20223239 4919296 164 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448473805 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 1201 164 139 29 0 16 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4804

[startup+0.301528 s]
/proc/loadavg: 1.89 1.43 1.24 3/84 13847
/proc/meminfo: memFree=1789448/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=8788 CPUtime=0.19
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 1373 0 10 0 18 1 0 0 18 0 1 0 20223239 8998912 1362 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 2197 1362 358 29 0 1012 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8788

[startup+0.701573 s]
/proc/loadavg: 1.89 1.43 1.24 3/84 13847
/proc/meminfo: memFree=1789448/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=0.59
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2437 0 10 0 57 2 0 0 21 0 1 0 20223239 13074432 2426 996147200 1448431616 1448550632 4294956208 18446744073709551615 135265398 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2426 412 29 0 2007 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 12768

[startup+1.50166 s]
/proc/loadavg: 1.89 1.43 1.24 3/85 13848
/proc/meminfo: memFree=1777352/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1.39
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2437 0 10 0 137 2 0 0 25 0 1 0 20223239 13074432 2426 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860540 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2426 412 29 0 2007 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 12768

[startup+3.10284 s]
/proc/loadavg: 1.90 1.44 1.24 3/85 13848
/proc/meminfo: memFree=1777224/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=2.99
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2437 0 10 0 297 2 0 0 25 0 1 0 20223239 13074432 2426 996147200 1448431616 1448550632 4294956208 18446744073709551615 135265400 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2426 412 29 0 2007 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 12768

[startup+6.30121 s]
/proc/loadavg: 1.90 1.44 1.24 3/85 13848
/proc/meminfo: memFree=1777032/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=6.19
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2437 0 10 0 617 2 0 0 25 0 1 0 20223239 13074432 2426 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860570 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2426 412 29 0 2007 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 12768

[startup+12.7019 s]
/proc/loadavg: 1.91 1.46 1.25 3/85 13848
/proc/meminfo: memFree=1755144/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=12.5
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2437 0 10 0 1248 2 0 0 25 0 1 0 20223239 13074432 2426 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834943 0 0 4096 0 0 0 0 17 1 0 0
/proc/13847/statm: 3192 2426 412 29 0 2007 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 12768

[startup+25.5014 s]
/proc/loadavg: 1.93 1.48 1.26 3/85 13848
/proc/meminfo: memFree=1755336/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=25.19
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2437 0 10 0 2517 2 0 0 25 0 1 0 20223239 13074432 2426 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860519 0 0 4096 0 0 0 0 17 1 0 0
/proc/13847/statm: 3192 2426 412 29 0 2007 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 12768

[startup+51.1013 s]
/proc/loadavg: 1.95 1.52 1.28 3/85 13848
/proc/meminfo: memFree=1755400/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=50.58
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 5056 2 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860605 0 0 4096 0 0 0 0 17 1 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 12768

[startup+102.305 s]
/proc/loadavg: 1.98 1.60 1.31 3/85 13854
/proc/meminfo: memFree=1754568/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=101.34
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 10132 2 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264051 0 0 4096 0 0 0 0 17 1 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 12768

[startup+162.302 s]
/proc/loadavg: 1.99 1.67 1.35 3/85 13854
/proc/meminfo: memFree=1731144/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=160.84
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 16082 2 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860717 0 0 4096 0 0 0 0 17 1 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 12768

[startup+222.302 s]
/proc/loadavg: 1.99 1.73 1.39 3/85 13854
/proc/meminfo: memFree=1731080/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=220.33
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 22031 2 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860719 0 0 4096 0 0 0 0 17 1 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 220.33
Current children cumulated vsize (KiB) 12768

[startup+282.301 s]
/proc/loadavg: 1.99 1.77 1.42 3/85 13854
/proc/meminfo: memFree=1731080/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=279.83
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 27981 2 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860481 0 0 4096 0 0 0 0 17 1 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 279.83
Current children cumulated vsize (KiB) 12768

[startup+342.301 s]
/proc/loadavg: 1.99 1.81 1.46 3/85 13854
/proc/meminfo: memFree=1707848/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=339.26
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 33923 3 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264016 0 0 4096 0 0 0 0 17 1 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 339.26
Current children cumulated vsize (KiB) 12768

[startup+402.301 s]
/proc/loadavg: 1.99 1.84 1.49 3/85 13854
/proc/meminfo: memFree=1707848/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=398.75
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 39872 3 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860583 0 0 4096 0 0 0 0 17 1 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 398.75
Current children cumulated vsize (KiB) 12768

[startup+462.302 s]
/proc/loadavg: 1.99 1.87 1.52 3/85 13854
/proc/meminfo: memFree=1684168/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=458.15
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 45812 3 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 135277830 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 458.15
Current children cumulated vsize (KiB) 12768

[startup+522.302 s]
/proc/loadavg: 1.99 1.89 1.55 3/85 13854
/proc/meminfo: memFree=1684040/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=518.12
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 51809 3 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834943 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 518.12
Current children cumulated vsize (KiB) 12768

[startup+582.301 s]
/proc/loadavg: 1.99 1.91 1.57 3/85 13854
/proc/meminfo: memFree=1683976/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=578.1
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 57807 3 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860820 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 578.1
Current children cumulated vsize (KiB) 12768

[startup+642.301 s]
/proc/loadavg: 1.99 1.92 1.60 3/85 13854
/proc/meminfo: memFree=1683976/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=638.07
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 63804 3 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257905 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 638.07
Current children cumulated vsize (KiB) 12768

[startup+702.301 s]

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

/proc/meminfo: memFree=1635848/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1057.69
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 105765 4 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834937 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1057.69
Current children cumulated vsize (KiB) 12768

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/85 13854
/proc/meminfo: memFree=1635784/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1117.67
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 111763 4 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268289 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1117.67
Current children cumulated vsize (KiB) 12768

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/85 13854
/proc/meminfo: memFree=1635784/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1177.65
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 117760 5 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834896 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1177.65
Current children cumulated vsize (KiB) 12768

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/85 13854
/proc/meminfo: memFree=1635784/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1237.62
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 123757 5 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860550 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1237.62
Current children cumulated vsize (KiB) 12768

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/85 13854
/proc/meminfo: memFree=1611208/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1297.49
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 129744 5 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860573 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1297.49
Current children cumulated vsize (KiB) 12768

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/85 13854
/proc/meminfo: memFree=1611208/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1357.46
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 135741 5 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834943 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1357.46
Current children cumulated vsize (KiB) 12768

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.80 3/85 13854
/proc/meminfo: memFree=1611208/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1417.44
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 141739 5 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 135265377 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1417.44
Current children cumulated vsize (KiB) 12768

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.81 3/85 13854
/proc/meminfo: memFree=1611144/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1477.41
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 147736 5 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860727 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1477.41
Current children cumulated vsize (KiB) 12768

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/85 13854
/proc/meminfo: memFree=1587976/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1537.37
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 153732 5 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860573 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1537.37
Current children cumulated vsize (KiB) 12768

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.83 3/85 13854
/proc/meminfo: memFree=1587848/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1597.34
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 159729 5 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 135273481 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1597.34
Current children cumulated vsize (KiB) 12768

[startup+1662.3 s]
/proc/loadavg: 2.06 1.99 1.84 3/82 13896
/proc/meminfo: memFree=1883168/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1657.29
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 165723 6 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834943 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1657.29
Current children cumulated vsize (KiB) 12768

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

[startup+1663.9 s]
/proc/loadavg: 2.06 1.99 1.84 4/82 13896
/proc/meminfo: memFree=1882784/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1658.89
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 165883 6 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860921 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1658.89
Current children cumulated vsize (KiB) 12768

[startup+1689.5 s]
/proc/loadavg: 2.04 1.99 1.84 4/82 13896
/proc/meminfo: memFree=1873888/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1684.48
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 168442 6 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860475 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1684.48
Current children cumulated vsize (KiB) 12768

[startup+1695.9 s]
/proc/loadavg: 2.03 1.99 1.84 3/82 13896
/proc/meminfo: memFree=1872736/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1690.87
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 169081 6 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860736 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1690.87
Current children cumulated vsize (KiB) 12768

[startup+1702.3 s]
/proc/loadavg: 2.03 1.99 1.84 3/82 13896
/proc/meminfo: memFree=1870624/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1697.27
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 169721 6 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860724 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1697.27
Current children cumulated vsize (KiB) 12768

[startup+1705.5 s]
/proc/loadavg: 2.03 1.99 1.84 3/82 13896
/proc/meminfo: memFree=1869472/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1700.47
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 170041 6 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860550 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1700.47
Current children cumulated vsize (KiB) 12768

[startup+1706.3 s]
/proc/loadavg: 2.03 1.99 1.84 4/82 13896
/proc/meminfo: memFree=1869472/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1701.27
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 170121 6 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860493 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1701.27
Current children cumulated vsize (KiB) 12768

[startup+1707.1 s]
/proc/loadavg: 2.03 1.99 1.84 4/82 13896
/proc/meminfo: memFree=1868448/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1702.07
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 170201 6 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264054 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1702.07
Current children cumulated vsize (KiB) 12768

[startup+1707.3 s]
/proc/loadavg: 2.03 1.99 1.84 4/82 13896
/proc/meminfo: memFree=1868448/2055920 swapFree=4191904/4192956
[pid=13847] ppid=13845 vsize=12768 CPUtime=1702.27
/proc/13847/stat : 13847 (ld-linux.so.2) R 13845 13847 11341 0 -1 4194304 2438 0 10 0 170221 6 0 0 25 0 1 0 20223239 13074432 2427 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834937 0 0 4096 0 0 0 0 17 0 0 0
/proc/13847/statm: 3192 2427 412 29 0 2007 0
Current children cumulated CPU time (s) 1702.27
Current children cumulated vsize (KiB) 12768

Child status: 0
Real time (s): 1707.38
CPU time (s): 1702.36
CPU user time (s): 1702.29
CPU system time (s): 0.065989
CPU usage (%): 99.7057
Max. virtual memory (cumulated for all children) (KiB): 12768

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

runsolver used 1.67274 second user time and 4.56531 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-11 19:00:07
IDJOB=2063329
IDBENCH=54004
IDSOLVER=769
FILE ID=node63/2063329-1247331606
PBS_JOBID= 9506504
Free space on /tmp= 66216 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-10_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-2063329-1247331606/watcher-2063329-1247331606 -o /tmp/evaluation-result-2063329-1247331606/solver-2063329-1247331606 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2063329-1247331606.xml

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

MD5SUM BENCH= bf18611143afc06b8e4788fb89aa7ca2
RANDOM SEED=718633890

node63.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.232
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.232
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:       1789928 kB
Buffers:          3772 kB
Cached:          55128 kB
SwapCached:        260 kB
Active:         202556 kB
Inactive:        16848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789928 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            4176 kB
Writeback:           0 kB
Mapped:         175564 kB
Slab:            31420 kB
Committed_AS:   853116 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66212 MiB
End job on node63 at 2009-07-11 19:28:34