Trace number 2063230

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 1176.2 1182.15

DiagnosticValue
ASSIGNMENTS4076400
CHECKS692930000
NODES4076400

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-30_ext.xml
MD5SUMbb19e86a0a2939b467d1ac63852856fd
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 benchmark688.56
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.00	c mistral version 1.545
1176.14/1182.12	s SATISFIABLE
1176.14/1182.12	v 16 1 16 7 1 22 8 7 21 16 20 14 13 22 17 17 0 12 5 18 1 18 14 15
1176.14/1182.12	d CHECKS 692929918
1176.14/1182.12	d ASSIGNMENTS 4076403
1176.14/1182.12	d NODES 4076403 BACKTRACKS 4076396 FAILURES 4076396 RUNTIME 1176.01 TOTALTIME 1176.35 NODES/s 3466.3 CHECKS/s 589221

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-2063230-1247331033/watcher-2063230-1247331033 -o /tmp/evaluation-result-2063230-1247331033/solver-2063230-1247331033 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2063230-1247331033.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: 0.00 0.00 0.24 3/83 14780
/proc/meminfo: memFree=830040/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=4804 CPUtime=0
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 103 0 0 0 0 0 0 0 18 0 1 0 20167921 4919296 85 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448472718 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 1201 105 84 29 0 16 0

[startup+0.10481 s]
/proc/loadavg: 0.00 0.00 0.24 3/83 14780
/proc/meminfo: memFree=830040/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=6932 CPUtime=0.09
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 944 0 0 0 9 0 0 0 18 0 1 0 20167921 7098368 923 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 1733 924 358 29 0 548 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6932

[startup+0.201834 s]
/proc/loadavg: 0.00 0.00 0.24 3/83 14780
/proc/meminfo: memFree=830040/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=9064 CPUtime=0.19
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 1452 0 0 0 18 1 0 0 18 0 1 0 20167921 9281536 1431 996147200 1448431616 1448550632 4294956208 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 2266 1431 358 29 0 1081 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9064

[startup+0.301855 s]
/proc/loadavg: 0.00 0.00 0.24 3/83 14780
/proc/meminfo: memFree=830040/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=11192 CPUtime=0.29
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 1988 0 0 0 28 1 0 0 19 0 1 0 20167921 11460608 1967 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159697872 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 2798 1967 358 29 0 1613 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11192

[startup+0.701933 s]
/proc/loadavg: 0.00 0.00 0.24 3/83 14780
/proc/meminfo: memFree=830040/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=0.69
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2281 0 0 0 68 1 0 0 23 0 1 0 20167921 12410880 2260 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268289 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2260 412 29 0 1845 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12120

[startup+1.50109 s]
/proc/loadavg: 0.00 0.00 0.24 2/84 14781
/proc/meminfo: memFree=822544/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1.48
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2281 0 0 0 147 1 0 0 25 0 1 0 20167921 12410880 2260 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257830 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2260 412 29 0 1845 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12120

[startup+3.10242 s]
/proc/loadavg: 0.08 0.02 0.24 2/84 14781
/proc/meminfo: memFree=822424/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=3.07
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2281 0 0 0 306 1 0 0 25 0 1 0 20167921 12410880 2260 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268310 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2260 412 29 0 1845 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12120

[startup+6.30107 s]
/proc/loadavg: 0.08 0.02 0.24 2/84 14781
/proc/meminfo: memFree=822296/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=6.25
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2281 0 0 0 624 1 0 0 25 0 1 0 20167921 12410880 2260 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860741 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2260 412 29 0 1845 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 12120

[startup+12.7014 s]
/proc/loadavg: 0.22 0.05 0.25 2/84 14781
/proc/meminfo: memFree=822232/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=12.6
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2281 0 0 0 1259 1 0 0 25 0 1 0 20167921 12410880 2260 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834938 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2260 412 29 0 1845 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 12120

[startup+25.502 s]
/proc/loadavg: 0.34 0.08 0.26 2/84 14781
/proc/meminfo: memFree=822232/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=25.32
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2282 0 0 0 2531 1 0 0 25 0 1 0 20167921 12410880 2261 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860483 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2261 412 29 0 1845 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 12120

[startup+51.1012 s]
/proc/loadavg: 0.56 0.15 0.28 2/84 14783
/proc/meminfo: memFree=822104/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=50.75
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2282 0 0 0 5074 1 0 0 25 0 1 0 20167921 12410880 2261 996147200 1448431616 1448550632 4294956208 18446744073709551615 135277759 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2261 412 29 0 1845 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 12120

[startup+102.302 s]
/proc/loadavg: 0.82 0.29 0.31 2/84 14783
/proc/meminfo: memFree=822360/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=101.6
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2282 0 0 0 10159 1 0 0 25 0 1 0 20167921 12410880 2261 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860481 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2261 412 29 0 1845 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 12120

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.35 2/84 14783
/proc/meminfo: memFree=822360/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=161.18
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2282 0 0 0 16117 1 0 0 25 0 1 0 20167921 12410880 2261 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257902 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2261 412 29 0 1845 0
Current children cumulated CPU time (s) 161.18
Current children cumulated vsize (KiB) 12120

[startup+222.306 s]
/proc/loadavg: 0.97 0.52 0.39 2/84 14783
/proc/meminfo: memFree=822296/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=220.78
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2282 0 0 0 22077 1 0 0 25 0 1 0 20167921 12410880 2261 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834854 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2261 412 29 0 1845 0
Current children cumulated CPU time (s) 220.78
Current children cumulated vsize (KiB) 12120

[startup+282.301 s]
/proc/loadavg: 0.99 0.60 0.42 2/84 14783
/proc/meminfo: memFree=822232/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=280.35
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2282 0 0 0 28034 1 0 0 25 0 1 0 20167921 12410880 2261 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257839 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2261 412 29 0 1845 0
Current children cumulated CPU time (s) 280.35
Current children cumulated vsize (KiB) 12120

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.46 2/84 14783
/proc/meminfo: memFree=822296/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=339.94
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2282 0 0 0 33993 1 0 0 25 0 1 0 20167921 12410880 2261 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860536 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2261 412 29 0 1845 0
Current children cumulated CPU time (s) 339.94
Current children cumulated vsize (KiB) 12120

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.49 2/84 14783
/proc/meminfo: memFree=822296/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=399.54
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2282 0 0 0 39952 2 0 0 25 0 1 0 20167921 12410880 2261 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860732 0 0 4096 0 0 0 0 17 0 0 0
/proc/14780/statm: 3030 2261 412 29 0 1845 0
Current children cumulated CPU time (s) 399.54
Current children cumulated vsize (KiB) 12120

[startup+462.302 s]
/proc/loadavg: 1.56 0.93 0.57 3/82 14821
/proc/meminfo: memFree=739240/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=459.24
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2282 0 0 0 45922 2 0 0 25 0 1 0 20167921 12410880 2261 996147200 1448431616 1448550632 4294956208 18446744073709551615 135265385 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2261 412 29 0 1845 0
Current children cumulated CPU time (s) 459.24
Current children cumulated vsize (KiB) 12120

[startup+522.302 s]
/proc/loadavg: 1.82 1.11 0.65 3/82 14821
/proc/meminfo: memFree=739048/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=519
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 51898 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 519
Current children cumulated vsize (KiB) 12120

[startup+582.302 s]
/proc/loadavg: 1.94 1.28 0.74 3/82 14821
/proc/meminfo: memFree=739048/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=578.76
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 57874 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860856 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 578.76
Current children cumulated vsize (KiB) 12120

[startup+642.301 s]
/proc/loadavg: 1.97 1.40 0.81 3/82 14827
/proc/meminfo: memFree=739112/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=638.51
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 63849 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860849 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 638.51
Current children cumulated vsize (KiB) 12120

[startup+702.302 s]
/proc/loadavg: 1.99 1.51 0.89 3/82 14827
/proc/meminfo: memFree=739112/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=698.27
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 69825 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264051 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 698.27
Current children cumulated vsize (KiB) 12120

[startup+762.302 s]
/proc/loadavg: 1.99 1.60 0.95 3/82 14827
/proc/meminfo: memFree=739048/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=758.03
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 75801 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860550 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 758.03
Current children cumulated vsize (KiB) 12120

[startup+822.302 s]
/proc/loadavg: 1.99 1.66 1.01 3/82 14827
/proc/meminfo: memFree=739112/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=817.79
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 81777 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860536 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 817.79
Current children cumulated vsize (KiB) 12120

[startup+882.305 s]
/proc/loadavg: 1.99 1.73 1.08 3/82 14827
/proc/meminfo: memFree=739048/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=877.55
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 87753 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860727 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 877.55
Current children cumulated vsize (KiB) 12120

[startup+942.302 s]
/proc/loadavg: 1.99 1.77 1.13 3/82 14827
/proc/meminfo: memFree=739048/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=937.31
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 93729 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834857 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 937.31
Current children cumulated vsize (KiB) 12120

[startup+1002.3 s]
/proc/loadavg: 1.99 1.81 1.18 3/82 14827
/proc/meminfo: memFree=739048/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=997.07
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 99705 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 135265377 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 997.07
Current children cumulated vsize (KiB) 12120

[startup+1062.3 s]
/proc/loadavg: 1.99 1.84 1.23 3/82 14827
/proc/meminfo: memFree=738920/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1056.83
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 105681 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860904 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1056.83
Current children cumulated vsize (KiB) 12120

[startup+1122.3 s]
/proc/loadavg: 1.99 1.87 1.28 3/82 14827
/proc/meminfo: memFree=738920/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1116.58
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 111656 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257870 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1116.58
Current children cumulated vsize (KiB) 12120

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

[startup+1126.4 s]
/proc/loadavg: 1.99 1.87 1.28 3/82 14827
/proc/meminfo: memFree=738920/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1120.67
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 112065 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268288 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1120.67
Current children cumulated vsize (KiB) 12120

[startup+1152 s]
/proc/loadavg: 1.99 1.88 1.29 3/82 14827
/proc/meminfo: memFree=738856/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1146.16
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 114614 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860625 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1146.16
Current children cumulated vsize (KiB) 12120

[startup+1164.8 s]
/proc/loadavg: 1.99 1.88 1.30 3/82 14827
/proc/meminfo: memFree=738856/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1158.91
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 115889 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860567 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1158.91
Current children cumulated vsize (KiB) 12120

[startup+1171.2 s]
/proc/loadavg: 1.99 1.89 1.31 3/82 14827
/proc/meminfo: memFree=738856/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1165.29
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 116527 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 135277830 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1165.29
Current children cumulated vsize (KiB) 12120

[startup+1177.6 s]
/proc/loadavg: 1.99 1.89 1.31 3/82 14827
/proc/meminfo: memFree=738856/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1171.66
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 117164 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 135265398 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1171.66
Current children cumulated vsize (KiB) 12120

[startup+1179.2 s]
/proc/loadavg: 1.99 1.89 1.31 3/82 14827
/proc/meminfo: memFree=738856/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1173.26
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 117324 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263984 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1173.26
Current children cumulated vsize (KiB) 12120

[startup+1180.8 s]
/proc/loadavg: 1.99 1.89 1.31 3/82 14827
/proc/meminfo: memFree=738856/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1174.85
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 117483 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264054 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1174.85
Current children cumulated vsize (KiB) 12120

[startup+1181.6 s]
/proc/loadavg: 1.99 1.89 1.31 3/82 14827
/proc/meminfo: memFree=738856/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1175.64
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 117562 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 135263984 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1175.64
Current children cumulated vsize (KiB) 12120

[startup+1182 s]
/proc/loadavg: 1.99 1.89 1.31 3/82 14827
/proc/meminfo: memFree=738856/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1176.04
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 117602 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134834891 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1176.04
Current children cumulated vsize (KiB) 12120

[startup+1182.1 s]
/proc/loadavg: 1.99 1.89 1.31 3/82 14827
/proc/meminfo: memFree=738856/2055920 swapFree=4192956/4192956
[pid=14780] ppid=14778 vsize=12120 CPUtime=1176.14
/proc/14780/stat : 14780 (ld-linux.so.2) R 14778 14780 13267 0 -1 4194304 2283 0 0 0 117612 2 0 0 25 0 1 0 20167921 12410880 2262 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860792 0 0 4096 0 0 0 0 17 1 0 0
/proc/14780/statm: 3030 2262 412 29 0 1845 0
Current children cumulated CPU time (s) 1176.14
Current children cumulated vsize (KiB) 12120

Child status: 0
Real time (s): 1182.15
CPU time (s): 1176.2
CPU user time (s): 1176.17
CPU system time (s): 0.027995
CPU usage (%): 99.4969
Max. virtual memory (cumulated for all children) (KiB): 12120

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

runsolver used 1.03684 second user time and 3.2715 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-11 18:50:33
IDJOB=2063230
IDBENCH=53987
IDSOLVER=769
FILE ID=node80/2063230-1247331033
PBS_JOBID= 9506474
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= bb19e86a0a2939b467d1ac63852856fd
RANDOM SEED=1872040417

node80.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.285
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.285
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:        830456 kB
Buffers:         51632 kB
Cached:        1085600 kB
SwapCached:          0 kB
Active:          88932 kB
Inactive:      1081412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        830456 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3900 kB
Writeback:           0 kB
Mapped:          51296 kB
Slab:            40264 kB
Committed_AS:   196384 kB
PageTables:       1876 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= 66248 MiB
End job on node80 at 2009-07-11 19:10:16