Trace number 1043408

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
casper zao? (TO) 1800.02 1801.81

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-8.xml
MD5SUM271809687e5b12084306616b84dfa035
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.538917
Satisfiable
(Un)Satisfiability was proved
Number of variables192
Number of constraints97
Maximum constraint arity64
Maximum domain size64
Number of constraints which are defined in extension64
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(33)

Solver Data (download as text)

0.18/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.20	c Parsing = 1
0.18/0.20	c Building = 1
0.18/0.20	c [ NumberOfVariables = 192 ]
0.18/0.20	c [ NumberOfConstraints = 97 ]
0.18/0.20	c [ SizeOfSearchSpace(log2) = 768 ]
0.18/0.20	c SymmetrySearch = 1
0.18/0.20	c [ Found 3.2514e+09 symmetries ]
0.18/0.20	c InitialPropagation = 1
0.18/0.20	c [ SizeOfSearchSpace(log2) = 640.44 ]
0.18/0.20	c InitialSAC = 1
0.38/0.43	c [ SizeOfSearchSpace(log2) = 640.44 ]
0.38/0.43	c Search(SampleFF) : 
89.84/90.29	c [ Sampling domwdeg ]
89.84/90.29	c [ Sampling impacts ]
89.84/90.29	c [ Sampling la ]
89.84/90.29	c [ SamplingScores: ]
89.84/90.29	c [ domwdeg+min = 2.86428e-38 | domwdeg+rnd = 3.25437e-40 ]
89.84/90.29	c [ impacts+min = 4.91973e-13 | impacts+rnd = 5.96765e-14 ]
89.84/90.29	c [ la+min = 9.52139e-20 | la+rnd = 1.66219e-19 ]
89.84/90.29	c [ domwdeg = 1.44841e-38 | impacts = 2.75825e-13 | la = 1.30716e-19 ]
89.84/90.29	c [ min = 1.63991e-13 | rand = 2.75825e-13 ]
89.84/90.29	c [ restarting at (0.20002,2.32157e-19) ]
90.43/90.83	c [ restarting at (0.500051,1.0781e-16) ]
91.73/92.17	c [ restarting at (1.25013,8.89328e-15) ]
95.11/95.52	c [ restarting at (3.12532,1.55016e-15) ]
103.38/103.90	c [ restarting at (7.8133,2.56764e-16) ]
124.29/124.84	c [ restarting at (19.5332,7.96464e-15) ]
176.39/177.19	c [ restarting at (48.8331,2.11965e-16) ]
271.61/272.80	c [ restarting at (122.083,1.47292e-15) ]
576.84/578.15	c [ restarting at (305.207,5.69293e-14) ]
1339.91/1341.53	c [ restarting at (763.017,1.74299e-14) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043408-1215028492/watcher-1043408-1215028492 -o /tmp/evaluation-result-1043408-1215028492/solver-1043408-1215028492 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1043408-1215028492.xml 271779580 

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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved

[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6615
/proc/meminfo: memFree=1831992/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=18572 CPUtime=0
/proc/6615/stat : 6615 (runsolver) R 6613 5398 5398 0 -1 4194368 12 0 0 0 0 0 0 0 21 0 1 0 1981821526 19017728 290 996147200 4194304 4296836 548682068480 18446744073709551615 273651103466 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6615/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.106321 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6615
/proc/meminfo: memFree=1831992/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=101992 CPUtime=0.09
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 1294 0 0 0 9 0 0 0 18 0 1 0 1981821526 104439808 1254 996147200 134512640 135477443 4294956224 18446744073709551615 134534862 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25498 1254 455 235 0 24199 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 101992

[startup+0.201335 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6615
/proc/meminfo: memFree=1831992/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=0.18
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 1617 0 0 0 18 0 0 0 18 0 1 0 1981821526 104464384 1525 996147200 134512640 135477443 4294956224 18446744073709551615 134946699 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 1525 491 235 0 24205 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 102016

[startup+0.301343 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6615
/proc/meminfo: memFree=1831992/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=0.28
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 1621 0 0 0 28 0 0 0 19 0 1 0 1981821526 104464384 1529 996147200 134512640 135477443 4294956224 18446744073709551615 134946696 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 1529 491 235 0 24205 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 102016

[startup+0.701406 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6615
/proc/meminfo: memFree=1831992/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=0.68
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 1901 0 0 0 68 0 0 0 23 0 1 0 1981821526 104464384 1809 996147200 134512640 135477443 4294956224 18446744073709551615 134946716 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 1809 509 235 0 24205 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102016

[startup+1.50152 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 6616
/proc/meminfo: memFree=1826672/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1.48
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 1944 0 0 0 148 0 0 0 25 0 1 0 1981821526 104464384 1852 996147200 134512640 135477443 4294956224 18446744073709551615 134946620 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 1852 509 235 0 24205 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102016

[startup+3.10175 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 6616
/proc/meminfo: memFree=1826416/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=3.07
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 1944 0 0 0 307 0 0 0 25 0 1 0 1981821526 104464384 1852 996147200 134512640 135477443 4294956224 18446744073709551615 135268944 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 1852 509 235 0 24205 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 102016

[startup+6.30123 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 6616
/proc/meminfo: memFree=1826288/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=6.26
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 1951 0 0 0 626 0 0 0 25 0 1 0 1981821526 104464384 1859 996147200 134512640 135477443 4294956224 18446744073709551615 135207264 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 1859 509 235 0 24205 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 102016

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 6616
/proc/meminfo: memFree=1826296/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=12.63
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 1951 0 0 0 1263 0 0 0 25 0 1 0 1981821526 104464384 1859 996147200 134512640 135477443 4294956224 18446744073709551615 134946739 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 1859 509 235 0 24205 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 102016

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 6616
/proc/meminfo: memFree=1826424/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=25.38
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 1952 0 0 0 2538 0 0 0 25 0 1 0 1981821526 104464384 1860 996147200 134512640 135477443 4294956224 18446744073709551615 134970643 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 1860 510 235 0 24205 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 102016

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 6616
/proc/meminfo: memFree=1825912/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=50.88
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2091 0 0 0 5088 0 0 0 25 0 1 0 1981821526 104464384 1999 996147200 134512640 135477443 4294956224 18446744073709551615 134970643 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 1999 510 235 0 24205 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 102016

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 6616
/proc/meminfo: memFree=1824696/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=101.89
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2359 0 0 0 10188 1 0 0 25 0 1 0 1981821526 104464384 2267 996147200 134512640 135477443 4294956224 18446744073709551615 135017084 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 2267 511 235 0 24205 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 102016

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 6616
/proc/meminfo: memFree=1824632/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=161.64
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2359 0 0 0 16163 1 0 0 25 0 1 0 1981821526 104464384 2267 996147200 134512640 135477443 4294956224 18446744073709551615 134946758 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 2267 511 235 0 24205 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 102016

[startup+222.306 s]
/proc/loadavg: 2.08 2.02 2.01 3/73 6616
/proc/meminfo: memFree=1824632/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=221.41
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2359 0 0 0 22140 1 0 0 25 0 1 0 1981821526 104464384 2267 996147200 134512640 135477443 4294956224 18446744073709551615 134946646 0 0 4096 0 0 0 0 17 1 0 0
/proc/6615/statm: 25504 2267 511 235 0 24205 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 102016

[startup+282.302 s]
/proc/loadavg: 2.25 2.06 2.02 3/82 6659
/proc/meminfo: memFree=1777328/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=281.19
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2359 0 0 0 28114 5 0 0 25 0 1 0 1981821526 104464384 2267 996147200 134512640 135477443 4294956224 18446744073709551615 134946747 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2267 511 235 0 24205 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 102016

[startup+342.303 s]
/proc/loadavg: 2.09 2.05 2.01 3/85 6662
/proc/meminfo: memFree=1775512/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=341.15
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2359 0 0 0 34110 5 0 0 25 0 1 0 1981821526 104464384 2267 996147200 134512640 135477443 4294956224 18446744073709551615 134601454 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2267 511 235 0 24205 0
Current children cumulated CPU time (s) 341.15
Current children cumulated vsize (KiB) 102016

[startup+402.302 s]
/proc/loadavg: 2.03 2.04 2.00 3/85 6668
/proc/meminfo: memFree=1775384/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=401.12
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2359 0 0 0 40107 5 0 0 25 0 1 0 1981821526 104464384 2267 996147200 134512640 135477443 4294956224 18446744073709551615 134966036 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2267 511 235 0 24205 0
Current children cumulated CPU time (s) 401.12
Current children cumulated vsize (KiB) 102016

[startup+462.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/85 6668
/proc/meminfo: memFree=1775192/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=461.09
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2359 0 0 0 46104 5 0 0 25 0 1 0 1981821526 104464384 2267 996147200 134512640 135477443 4294956224 18446744073709551615 135268690 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2267 511 235 0 24205 0
Current children cumulated CPU time (s) 461.09
Current children cumulated vsize (KiB) 102016

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 6668
/proc/meminfo: memFree=1775192/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=521.06
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2359 0 0 0 52101 5 0 0 25 0 1 0 1981821526 104464384 2267 996147200 134512640 135477443 4294956224 18446744073709551615 134889618 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2267 511 235 0 24205 0
Current children cumulated CPU time (s) 521.06
Current children cumulated vsize (KiB) 102016

[startup+582.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 6668
/proc/meminfo: memFree=1775192/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=581.04
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 58099 5 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134966036 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 581.04
Current children cumulated vsize (KiB) 102016

[startup+642.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 6668
/proc/meminfo: memFree=1775192/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=641
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 64095 5 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134889667 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 641
Current children cumulated vsize (KiB) 102016


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

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1775192/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=880.91
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 88086 5 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 135017150 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 880.91
Current children cumulated vsize (KiB) 102016

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1775128/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=940.88
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 94083 5 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 135269729 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 940.88
Current children cumulated vsize (KiB) 102016

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1775000/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1000.85
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 100080 5 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134946755 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1000.85
Current children cumulated vsize (KiB) 102016

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1775000/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1060.82
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 106077 5 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134946736 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1060.82
Current children cumulated vsize (KiB) 102016

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1774936/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1120.79
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 112074 5 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134880834 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1120.79
Current children cumulated vsize (KiB) 102016

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1774936/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1180.77
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 118072 5 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134946722 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1180.77
Current children cumulated vsize (KiB) 102016

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1774808/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1240.75
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 124069 6 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134946707 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1240.75
Current children cumulated vsize (KiB) 102016

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1774808/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1300.73
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 130067 6 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134597012 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1300.73
Current children cumulated vsize (KiB) 102016

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1774744/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1360.7
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 136064 6 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134610081 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1360.7
Current children cumulated vsize (KiB) 102016

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1774744/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1420.67
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 142061 6 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 135268968 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1420.67
Current children cumulated vsize (KiB) 102016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1774744/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1480.64
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 148058 6 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134946641 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1480.64
Current children cumulated vsize (KiB) 102016

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6668
/proc/meminfo: memFree=1774680/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1540.62
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 154056 6 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134889618 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1540.62
Current children cumulated vsize (KiB) 102016

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6679
/proc/meminfo: memFree=1729616/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1600.58
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 160052 6 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134966036 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1600.58
Current children cumulated vsize (KiB) 102016

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6679
/proc/meminfo: memFree=1729616/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1660.57
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 166050 7 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134946760 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1660.57
Current children cumulated vsize (KiB) 102016

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 6679
/proc/meminfo: memFree=1729616/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1720.54
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 172047 7 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 135018437 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1720.54
Current children cumulated vsize (KiB) 102016

[startup+1782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/93 6679
/proc/meminfo: memFree=1729424/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1780.51
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 178044 7 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134946755 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1780.51
Current children cumulated vsize (KiB) 102016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.8 s]
/proc/loadavg: 2.09 2.04 2.01 3/93 6679
/proc/meminfo: memFree=1729488/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1800.01
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 179994 7 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134895776 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 102016

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

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

[startup+1801.8 s]
/proc/loadavg: 2.09 2.04 2.01 3/93 6679
/proc/meminfo: memFree=1729488/2055920 swapFree=4180424/4192956
[pid=6615] ppid=6613 vsize=102016 CPUtime=1800.01
/proc/6615/stat : 6615 (casperzao) R 6613 6615 5398 0 -1 4194304 2360 0 0 0 179994 7 0 0 25 0 1 0 1981821526 104464384 2268 996147200 134512640 135477443 4294956224 18446744073709551615 134895776 0 0 4096 0 0 0 0 17 0 0 0
/proc/6615/statm: 25504 2268 511 235 0 24205 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 102016

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.81
CPU time (s): 1800.02
CPU user time (s): 1799.94
CPU system time (s): 0.072988
CPU usage (%): 99.9003
Max. virtual memory (cumulated for all children) (KiB): 102016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2360
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= 15
involuntary context switches= 8771

runsolver used 1.92471 second user time and 4.88026 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-02 21:54:53
IDJOB=1043408
IDBENCH=53934
IDSOLVER=361
FILE ID=node52/1043408-1215028492
PBS_JOBID= 7874365
Free space on /tmp= 66524 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-8.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043408-1215028492/watcher-1043408-1215028492 -o /tmp/evaluation-result-1043408-1215028492/solver-1043408-1215028492 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1043408-1215028492.xml 271779580 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 271809687e5b12084306616b84dfa035
RANDOM SEED=271779580

node52.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1832536 kB
Buffers:         24376 kB
Cached:         128232 kB
SwapCached:       6784 kB
Active:         110244 kB
Inactive:        56520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832536 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2872 kB
Writeback:           0 kB
Mapped:          21744 kB
Slab:            41924 kB
Committed_AS:  3877556 kB
PageTables:       1848 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= 66500 MiB
End job on node52 at 2008-07-02 22:24:56