Trace number 2070578

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 1374.01 1374.58

DiagnosticValue
ASSIGNMENTS6111620
CHECKS2472330000
NODES6111620

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-55-10-a3.xml
MD5SUMc84380d557561ba82f603f5f7b91934d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.19036
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
Global constraints used (with number of constraints)

Solver Data

0.00/0.00	c mistral version 1.545
1373.92/1374.57	s SATISFIABLE
1373.92/1374.57	v 0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1
1373.92/1374.57	d CHECKS 2472331822
1373.92/1374.57	d ASSIGNMENTS 6111620
1373.92/1374.57	d NODES 6111620 BACKTRACKS 6111401 FAILURES 6111401 RUNTIME 1374.18 TOTALTIME 1374.21 NODES/s 4447.47 CHECKS/s 1.79913e+06

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-2070578-1247351473/watcher-2070578-1247351473 -o /tmp/evaluation-result-2070578-1247351473/solver-2070578-1247351473 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2070578-1247351473.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.72 2.40 2.81 4/75 17158
/proc/meminfo: memFree=1776112/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=4804 CPUtime=0
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 182 0 0 0 0 0 0 0 19 0 1 0 22212791 4919296 163 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448480482 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1201 163 138 29 0 16 0

[startup+0.0944909 s]
/proc/loadavg: 1.72 2.40 2.81 4/75 17158
/proc/meminfo: memFree=1776112/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=0.08
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 8 0 0 0 19 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135204991 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5476

[startup+0.101497 s]
/proc/loadavg: 1.72 2.40 2.81 4/75 17158
/proc/meminfo: memFree=1776112/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=0.09
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 9 0 0 0 19 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134841214 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5476

[startup+0.301519 s]
/proc/loadavg: 1.72 2.40 2.81 4/75 17158
/proc/meminfo: memFree=1776112/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=0.29
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 29 0 0 0 21 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718368 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5476

[startup+0.701565 s]
/proc/loadavg: 1.72 2.40 2.81 4/75 17158
/proc/meminfo: memFree=1776112/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=0.69
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 69 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135284460 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5476

[startup+1.50266 s]
/proc/loadavg: 1.72 2.40 2.81 3/76 17159
/proc/meminfo: memFree=1775272/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1.49
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 149 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161200 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5476

[startup+3.10184 s]
/proc/loadavg: 1.75 2.39 2.80 3/76 17159
/proc/meminfo: memFree=1775080/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=3.09
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 309 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117632 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5476

[startup+6.3012 s]
/proc/loadavg: 1.75 2.39 2.80 3/76 17159
/proc/meminfo: memFree=1774888/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=6.29
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 629 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134815632 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5476

[startup+12.7019 s]
/proc/loadavg: 1.79 2.38 2.79 3/76 17159
/proc/meminfo: memFree=1774512/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=12.68
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 1268 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134841714 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5476

[startup+25.5014 s]
/proc/loadavg: 1.82 2.37 2.79 3/76 17159
/proc/meminfo: memFree=1773936/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=25.48
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 2548 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134841806 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5476

[startup+51.1013 s]
/proc/loadavg: 1.94 2.35 2.77 3/76 17159
/proc/meminfo: memFree=1772976/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=51.07
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 5107 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134841750 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5476

[startup+102.306 s]
/proc/loadavg: 2.02 2.30 2.73 3/76 17159
/proc/meminfo: memFree=1771120/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=102.25
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 10225 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 5476

[startup+162.302 s]
/proc/loadavg: 2.00 2.25 2.68 3/76 17159
/proc/meminfo: memFree=1768880/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=162.22
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 16222 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135289741 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 5476

[startup+222.302 s]
/proc/loadavg: 2.11 2.23 2.64 3/76 17159
/proc/meminfo: memFree=1767024/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=222.2
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 22220 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 5476

[startup+282.302 s]
/proc/loadavg: 2.11 2.20 2.61 3/76 17159
/proc/meminfo: memFree=1765488/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=282.17
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 28217 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 5476

[startup+342.301 s]
/proc/loadavg: 2.17 2.19 2.58 3/76 17159
/proc/meminfo: memFree=1763952/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=342.14
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 34214 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135171427 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 5476

[startup+402.301 s]
/proc/loadavg: 2.12 2.17 2.54 3/76 17159
/proc/meminfo: memFree=1762096/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=402.12
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 40212 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264084 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 5476

[startup+462.302 s]
/proc/loadavg: 2.09 2.15 2.51 3/76 17159
/proc/meminfo: memFree=1760560/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=462.1
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 46210 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117632 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 5476

[startup+522.302 s]
/proc/loadavg: 2.08 2.14 2.48 3/76 17159
/proc/meminfo: memFree=1758960/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=522.07
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 52207 0 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264080 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 5476

[startup+582.302 s]
/proc/loadavg: 2.07 2.12 2.45 3/76 17159
/proc/meminfo: memFree=1757424/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=582.06
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 58205 1 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134840951 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 5476

[startup+642.301 s]
/proc/loadavg: 2.07 2.11 2.43 3/76 17159
/proc/meminfo: memFree=1755632/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=642.03
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 64202 1 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 134841838 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 5476

[startup+702.301 s]
/proc/loadavg: 2.06 2.10 2.40 3/76 17159
/proc/meminfo: memFree=1753968/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=702.01
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 70200 1 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117525 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 5476

[startup+762.307 s]
/proc/loadavg: 2.06 2.10 2.38 3/76 17159
/proc/meminfo: memFree=1752176/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=761.99
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 76198 1 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269029 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 5476

[startup+822.302 s]
/proc/loadavg: 2.13 2.11 2.36 3/76 17159
/proc/meminfo: memFree=1750448/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=821.96
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 82195 1 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161192 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 5476

[startup+882.302 s]
/proc/loadavg: 2.12 2.10 2.34 3/76 17159
/proc/meminfo: memFree=1749040/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=881.94
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 637 0 0 0 88193 1 0 0 25 0 1 0 22212791 5607424 616 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 616 425 29 0 184 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 5476

[startup+942.301 s]
/proc/loadavg: 2.11 2.10 2.33 3/76 17159
/proc/meminfo: memFree=1747696/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=941.91
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 94190 1 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135283077 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 5476

[startup+1002.3 s]
/proc/loadavg: 2.10 2.09 2.31 3/76 17159
/proc/meminfo: memFree=1746032/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1001.89
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 100188 1 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 134840792 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 5476

[startup+1062.3 s]
/proc/loadavg: 2.09 2.09 2.29 3/76 17159
/proc/meminfo: memFree=1744624/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1061.86
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 106185 1 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117596 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 5476

[startup+1122.3 s]
/proc/loadavg: 2.08 2.08 2.27 3/76 17159
/proc/meminfo: memFree=1743152/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1121.84
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 112183 1 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161635 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 5476

[startup+1182.3 s]
/proc/loadavg: 2.28 2.13 2.28 3/76 17161
/proc/meminfo: memFree=1741616/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1181.81
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 118180 1 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117593 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 5476

[startup+1242.3 s]
/proc/loadavg: 2.26 2.15 2.27 3/76 17161
/proc/meminfo: memFree=1740080/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1241.79
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 124178 1 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117515 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 5476

[startup+1302.3 s]
/proc/loadavg: 2.33 2.19 2.27 3/76 17161
/proc/meminfo: memFree=1738608/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1301.78
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 130177 1 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264092 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 5476

[startup+1362.3 s]
/proc/loadavg: 2.30 2.21 2.27 3/74 17189
/proc/meminfo: memFree=1912512/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1361.73
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 136171 2 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264119 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 5476

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

[startup+1363.1 s]
/proc/loadavg: 2.30 2.21 2.27 3/74 17189
/proc/meminfo: memFree=1912512/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1362.53
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 136251 2 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135293056 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1362.53
Current children cumulated vsize (KiB) 5476

[startup+1369.51 s]
/proc/loadavg: 2.27 2.21 2.27 3/74 17189
/proc/meminfo: memFree=1912512/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1368.93
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 136891 2 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865394 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1368.93
Current children cumulated vsize (KiB) 5476

[startup+1372.7 s]
/proc/loadavg: 2.25 2.21 2.27 3/74 17189
/proc/meminfo: memFree=1912512/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1372.13
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 137211 2 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864900 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1372.13
Current children cumulated vsize (KiB) 5476

[startup+1373.5 s]
/proc/loadavg: 2.25 2.21 2.27 3/74 17189
/proc/meminfo: memFree=1912512/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1372.92
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 137290 2 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135284615 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1372.92
Current children cumulated vsize (KiB) 5476

[startup+1374.3 s]
/proc/loadavg: 2.25 2.21 2.27 3/74 17189
/proc/meminfo: memFree=1912512/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1373.72
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 137370 2 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1373.72
Current children cumulated vsize (KiB) 5476

[startup+1374.5 s]
/proc/loadavg: 2.25 2.21 2.27 3/74 17189
/proc/meminfo: memFree=1912512/2055920 swapFree=4192812/4192956
[pid=17158] ppid=17156 vsize=5476 CPUtime=1373.92
/proc/17158/stat : 17158 (ld-linux.so.2) R 17156 17158 16327 0 -1 4194304 638 0 0 0 137390 2 0 0 25 0 1 0 22212791 5607424 617 996147200 1448431616 1448550632 4294956208 18446744073709551615 134841456 0 0 4096 0 0 0 0 17 0 0 0
/proc/17158/statm: 1369 617 425 29 0 184 0
Current children cumulated CPU time (s) 1373.92
Current children cumulated vsize (KiB) 5476

Child status: 0
Real time (s): 1374.58
CPU time (s): 1374.01
CPU user time (s): 1373.99
CPU system time (s): 0.024996
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 5476

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

runsolver used 1.47677 second user time and 3.53446 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 00:31:15
IDJOB=2070578
IDBENCH=55370
IDSOLVER=769
FILE ID=node85/2070578-1247351473
PBS_JOBID= 9506835
Free space on /tmp= 126424 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-55-10-a3.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070578-1247351473/watcher-2070578-1247351473 -o /tmp/evaluation-result-2070578-1247351473/solver-2070578-1247351473 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2070578-1247351473.xml

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

MD5SUM BENCH= c84380d557561ba82f603f5f7b91934d
RANDOM SEED=823480171

node85.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.220
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.220
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:       1776592 kB
Buffers:          3512 kB
Cached:         102908 kB
SwapCached:          0 kB
Active:         206388 kB
Inactive:        15580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:         126736 kB
Slab:            42484 kB
Committed_AS:   246764 kB
PageTables:       1996 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= 126476 MiB
End job on node85 at 2009-07-12 00:54:09