Trace number 2068444

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.545? (TO) 1800.09 1807.62

General information on the benchmark

Namecsp/pseudo/
primesDimacs/normalized-g-125-17.xml
MD5SUM28adb903193f339f0a75306072f25750
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4250
Number of constraints68397
Maximum constraint arity17
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension68397
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c mistral version 1.545

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068444-1247347242/watcher-2068444-1247347242 -o /tmp/evaluation-result-2068444-1247347242/solver-2068444-1247347242 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2068444-1247347242.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 2.00 2.11 4/82 16045
/proc/meminfo: memFree=1900192/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=18576 CPUtime=0
/proc/16045/stat : 16045 (runsolver) R 16043 16045 14228 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21789210 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16045/statm: 4644 284 249 26 0 2626 0

[startup+0.032139 s]
/proc/loadavg: 2.00 2.00 2.11 4/82 16045
/proc/meminfo: memFree=1900192/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=2224 CPUtime=0
/proc/16045/stat : 16045 (ld-linux.so.2) D 16043 16045 14228 0 -1 4194304 47 0 1 0 0 0 0 0 19 0 1 0 21789210 2277376 33 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448525284 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16045/statm: 556 33 25 29 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2224

[startup+0.101152 s]
/proc/loadavg: 2.00 2.00 2.11 4/82 16045
/proc/meminfo: memFree=1900192/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=5604 CPUtime=0.03
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 572 0 10 0 2 1 0 0 18 0 1 0 21789210 5738496 561 996147200 1448431616 1448550632 4294956208 18446744073709551615 134655601 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 1401 561 355 29 0 216 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5604

[startup+0.301193 s]
/proc/loadavg: 2.00 2.00 2.11 4/82 16045
/proc/meminfo: memFree=1900192/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=7596 CPUtime=0.23
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 1082 0 10 0 22 1 0 0 20 0 1 0 21789210 7778304 1071 996147200 1448431616 1448550632 4294956208 18446744073709551615 135013536 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 1899 1071 374 29 0 714 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 7596

[startup+0.701267 s]
/proc/loadavg: 2.00 2.00 2.11 4/82 16045
/proc/meminfo: memFree=1900192/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=11200 CPUtime=0.63
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 1959 0 10 0 62 1 0 0 24 0 1 0 21789210 11468800 1948 996147200 1448431616 1448550632 4294956208 18446744073709551615 134694211 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 2800 1948 375 29 0 1615 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 11200

[startup+1.50142 s]
/proc/loadavg: 2.00 2.00 2.11 3/83 16046
/proc/meminfo: memFree=1887128/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=18136 CPUtime=1.43
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 3670 0 10 0 141 2 0 0 25 0 1 0 21789210 18571264 3659 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159741804 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 4534 3659 375 29 0 3349 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 18136

[startup+3.10172 s]
/proc/loadavg: 2.00 2.00 2.11 3/83 16046
/proc/meminfo: memFree=1877144/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=60768 CPUtime=3.02
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14124 0 10 0 296 6 0 0 25 0 1 0 21789210 62226432 14113 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268913 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15192 14113 422 29 0 14007 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 60768

[startup+6.30131 s]
/proc/loadavg: 2.00 2.00 2.11 3/83 16046
/proc/meminfo: memFree=1840792/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=60896 CPUtime=6.21
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14134 0 10 0 615 6 0 0 25 0 1 0 21789210 62357504 14123 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290312 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15224 14123 422 29 0 14039 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 60896

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.11 3/83 16046
/proc/meminfo: memFree=1840728/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=12.58
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14153 0 10 0 1252 6 0 0 25 0 1 0 21789210 62492672 14142 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864867 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14142 422 29 0 14072 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 61028

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.11 3/83 16046
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=25.32
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14185 0 10 0 2526 6 0 0 25 0 1 0 21789210 62492672 14174 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14174 422 29 0 14072 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 61028

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.10 3/83 16046
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=50.82
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14193 0 10 0 5076 6 0 0 25 0 1 0 21789210 62492672 14182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865054 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14182 422 29 0 14072 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 61028

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.09 3/83 16046
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=101.81
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14194 0 10 0 10175 6 0 0 25 0 1 0 21789210 62492672 14183 996147200 1448431616 1448550632 4294956208 18446744073709551615 135269058 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14183 422 29 0 14072 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 61028

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.09 3/83 16046
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=161.56
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14194 0 10 0 16150 6 0 0 25 0 1 0 21789210 62492672 14183 996147200 1448431616 1448550632 4294956208 18446744073709551615 135268141 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14183 422 29 0 14072 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 61028

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.08 3/83 16046
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=221.32
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 22125 7 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860475 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 61028

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 16046
/proc/meminfo: memFree=1840600/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=281.08
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 28101 7 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864963 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 281.08
Current children cumulated vsize (KiB) 61028

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 16046
/proc/meminfo: memFree=1840536/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=340.82
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 34075 7 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 340.82
Current children cumulated vsize (KiB) 61028

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 16046
/proc/meminfo: memFree=1840408/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=400.58
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 40051 7 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829017 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 400.58
Current children cumulated vsize (KiB) 61028

[startup+462.301 s]
/proc/loadavg: 1.96 1.98 2.05 3/75 16109
/proc/meminfo: memFree=1852848/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=460.31
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 46024 7 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 460.31
Current children cumulated vsize (KiB) 61028

[startup+522.302 s]
/proc/loadavg: 1.98 1.98 2.05 3/75 16109
/proc/meminfo: memFree=1852784/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=520.05
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 51998 7 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 520.05
Current children cumulated vsize (KiB) 61028

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 2.04 3/75 16109
/proc/meminfo: memFree=1852720/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=579.82
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 57974 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259290 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 579.82
Current children cumulated vsize (KiB) 61028

[startup+642.303 s]
/proc/loadavg: 1.99 1.98 2.03 3/75 16109
/proc/meminfo: memFree=1852720/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=639.57
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 63949 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865184 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 639.57
Current children cumulated vsize (KiB) 61028

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.01 2.00 2.02 3/75 16109
/proc/meminfo: memFree=1852720/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=818.83
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 81875 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 818.83
Current children cumulated vsize (KiB) 61028

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 16109
/proc/meminfo: memFree=1852720/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=878.58
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 87850 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865190 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 878.58
Current children cumulated vsize (KiB) 61028

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 16109
/proc/meminfo: memFree=1852784/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=938.33
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 93825 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865241 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 938.33
Current children cumulated vsize (KiB) 61028

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16109
/proc/meminfo: memFree=1852720/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=998.08
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 99800 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864857 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 998.08
Current children cumulated vsize (KiB) 61028

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16109
/proc/meminfo: memFree=1852720/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1057.84
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 105776 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1057.84
Current children cumulated vsize (KiB) 61028

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16109
/proc/meminfo: memFree=1852528/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1117.59
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 111751 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134531264 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1117.59
Current children cumulated vsize (KiB) 61028

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16109
/proc/meminfo: memFree=1852464/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1177.35
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 117727 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290160 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1177.35
Current children cumulated vsize (KiB) 61028

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16109
/proc/meminfo: memFree=1852464/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1237.09
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 123701 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865011 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1237.09
Current children cumulated vsize (KiB) 61028

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16109
/proc/meminfo: memFree=1852464/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1296.85
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 129677 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1296.85
Current children cumulated vsize (KiB) 61028

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16110
/proc/meminfo: memFree=1852456/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1356.6
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 135652 8 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864846 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1356.6
Current children cumulated vsize (KiB) 61028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16110
/proc/meminfo: memFree=1852392/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1416.36
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 141627 9 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864997 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1416.36
Current children cumulated vsize (KiB) 61028

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16110
/proc/meminfo: memFree=1852328/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1476.11
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 147602 9 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 135259207 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1476.11
Current children cumulated vsize (KiB) 61028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16110
/proc/meminfo: memFree=1852392/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1535.86
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 153577 9 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865397 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1535.86
Current children cumulated vsize (KiB) 61028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16110
/proc/meminfo: memFree=1852264/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1595.61
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 159552 9 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865255 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1595.61
Current children cumulated vsize (KiB) 61028

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16110
/proc/meminfo: memFree=1852072/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1655.36
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 165527 9 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134861106 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1655.36
Current children cumulated vsize (KiB) 61028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16110
/proc/meminfo: memFree=1852136/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1715.12
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 171503 9 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865255 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1715.12
Current children cumulated vsize (KiB) 61028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16111
/proc/meminfo: memFree=1852064/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1774.87
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 177478 9 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865038 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1774.87
Current children cumulated vsize (KiB) 61028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16111
/proc/meminfo: memFree=1852064/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=61028 CPUtime=1800.07
/proc/16045/stat : 16045 (ld-linux.so.2) R 16043 16045 14228 0 -1 4194304 14195 0 10 0 179998 9 0 0 25 0 1 0 21789210 62492672 14184 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864939 0 0 4096 0 0 0 0 17 0 0 0
/proc/16045/statm: 15257 14184 422 29 0 14072 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 61028

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.62
CPU time (s): 1800.09
CPU user time (s): 1799.98
CPU system time (s): 0.105983
CPU usage (%): 99.5835
Max. virtual memory (cumulated for all children) (KiB): 61028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14195
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48
involuntary context switches= 24850

runsolver used 1.61975 second user time and 4.96524 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 23:20:42
IDJOB=2068444
IDBENCH=54865
IDSOLVER=769
FILE ID=node82/2068444-1247347242
PBS_JOBID= 9506765
Free space on /tmp= 66132 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-g-125-17.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068444-1247347242/watcher-2068444-1247347242 -o /tmp/evaluation-result-2068444-1247347242/solver-2068444-1247347242 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2068444-1247347242.xml

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

MD5SUM BENCH= 28adb903193f339f0a75306072f25750
RANDOM SEED=1867650856

node82.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.265
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.265
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:       1900544 kB
Buffers:          5492 kB
Cached:          55776 kB
SwapCached:          0 kB
Active:          81452 kB
Inactive:        22656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9920 kB
Writeback:           0 kB
Mapped:          61188 kB
Slab:            36404 kB
Committed_AS:   197844 kB
PageTables:       1880 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= 66128 MiB
End job on node82 at 2009-07-11 23:50:52