Trace number 1044037

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 zito? (TO) 1800.03 1830.91

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.11/0.15	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.11/0.15	c Parsing = 1
0.11/0.15	c Building = 1
0.11/0.15	c [ NumberOfVariables = 192 ]
0.11/0.15	c [ NumberOfConstraints = 97 ]
0.11/0.15	c [ SizeOfSearchSpace(log2) = 768 ]
0.11/0.15	c SymmetrySearch = 1
0.11/0.15	c [ Found 3.2514e+09 symmetries ]
0.11/0.15	c InitialPropagation = 1
0.11/0.15	c [ SizeOfSearchSpace(log2) = 640.44 ]
0.11/0.15	c InitialSAC = 1
0.37/0.45	c [ SizeOfSearchSpace(log2) = 640.44 ]
0.37/0.45	c Search(SampleFF) : 
78.56/80.03	c [ Sampling domwdeg ]
78.56/80.03	c [ Sampling impacts ]
78.56/80.03	c [ SamplingScores: ]
78.56/80.03	c [ domwdeg+min = 1.61319e-27 | domwdeg+rnd = 2.00777e-45 ]
78.56/80.03	c [ impacts+min = 2.9965e-15 | impacts+rnd = 5.15452e-15 ]
78.56/80.03	c [ la+min = 0 | la+rnd = 0 ]
78.56/80.03	c [ domwdeg = 8.06597e-28 | impacts = 4.07551e-15 | la = 0 ]
78.56/80.03	c [ min = 9.98832e-16 | rand = 4.07551e-15 ]
78.56/80.03	c [ restarting at (3.96356,3.51545e-15) ]
88.96/90.65	c [ restarting at (9.9089,1.54856e-15) ]
115.09/117.21	c [ restarting at (24.7722,2.11107e-15) ]
180.32/183.60	c [ restarting at (61.9306,2.53956e-14) ]
343.29/349.57	c [ restarting at (154.827,6.81645e-14) ]
750.87/764.50	c [ restarting at (387.066,8.72688e-14) ]
1713.06/1743.99	c [ restarting at (967.666,4.33913e-13) ]

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-1044037-1215458922/watcher-1044037-1215458922 -o /tmp/evaluation-result-1044037-1215458922/solver-1044037-1215458922 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1044037-1215458922.xml 1386128209 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.35 1.04 4/92 3854
/proc/meminfo: memFree=1721132/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=18572 CPUtime=0
/proc/3854/stat : 3854 (runsolver) R 3852 3854 2686 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2594733 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3854/statm: 4643 292 257 25 0 2626 0

[startup+0.136116 s]
/proc/loadavg: 1.99 1.35 1.04 4/92 3854
/proc/meminfo: memFree=1721132/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102280 CPUtime=0.11
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1367 0 0 0 11 0 0 0 19 0 1 0 2594733 104734720 1327 996147200 134512640 135472138 4294956224 18446744073709551615 134666687 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25570 1327 461 234 0 24272 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 102280

[startup+0.201119 s]
/proc/loadavg: 1.99 1.35 1.04 4/92 3854
/proc/meminfo: memFree=1721132/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=0.18
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1609 0 0 0 18 0 0 0 19 0 1 0 2594733 104460288 1517 996147200 134512640 135472138 4294956224 18446744073709551615 134581728 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1517 483 234 0 24205 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 102012

[startup+0.301124 s]
/proc/loadavg: 1.99 1.35 1.04 4/92 3854
/proc/meminfo: memFree=1721132/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=0.27
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1613 0 0 0 27 0 0 0 19 0 1 0 2594733 104460288 1521 996147200 134512640 135472138 4294956224 18446744073709551615 134959988 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1521 483 234 0 24205 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 102012

[startup+0.701153 s]
/proc/loadavg: 1.99 1.35 1.04 4/92 3854
/proc/meminfo: memFree=1721132/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=0.67
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1905 0 0 0 67 0 0 0 23 0 1 0 2594733 104460288 1813 996147200 134512640 135472138 4294956224 18446744073709551615 134959889 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1813 501 234 0 24205 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 102012

[startup+1.5012 s]
/proc/loadavg: 1.99 1.35 1.04 3/93 3855
/proc/meminfo: memFree=1715684/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1.45
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1905 0 0 0 145 0 0 0 25 0 1 0 2594733 104460288 1813 996147200 134512640 135472138 4294956224 18446744073709551615 135030125 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1813 501 234 0 24205 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 102012

[startup+3.10131 s]
/proc/loadavg: 1.99 1.36 1.05 3/93 3855
/proc/meminfo: memFree=1715492/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=3.03
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1914 0 0 0 303 0 0 0 25 0 1 0 2594733 104460288 1822 996147200 134512640 135472138 4294956224 18446744073709551615 134883651 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1822 501 234 0 24205 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 102012

[startup+6.30151 s]
/proc/loadavg: 1.99 1.36 1.05 3/93 3855
/proc/meminfo: memFree=1715492/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=6.17
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1918 0 0 0 617 0 0 0 25 0 1 0 2594733 104460288 1826 996147200 134512640 135472138 4294956224 18446744073709551615 134940773 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1826 501 234 0 24205 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 102012

[startup+12.7019 s]
/proc/loadavg: 2.07 1.40 1.06 3/93 3855
/proc/meminfo: memFree=1715364/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=12.46
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1924 0 0 0 1245 1 0 0 25 0 1 0 2594733 104460288 1832 996147200 134512640 135472138 4294956224 18446744073709551615 134581734 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1832 501 234 0 24205 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 102012

[startup+25.5018 s]
/proc/loadavg: 2.06 1.42 1.07 3/93 3855
/proc/meminfo: memFree=1715364/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=25.03
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1928 0 0 0 2502 1 0 0 25 0 1 0 2594733 104460288 1836 996147200 134512640 135472138 4294956224 18446744073709551615 134959889 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1836 501 234 0 24205 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 102012

[startup+51.1014 s]
/proc/loadavg: 2.04 1.46 1.09 3/93 3855
/proc/meminfo: memFree=1715236/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=50.17
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 1999 0 0 0 5016 1 0 0 25 0 1 0 2594733 104460288 1907 996147200 134512640 135472138 4294956224 18446744073709551615 134593637 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1907 502 234 0 24205 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 102012

[startup+102.302 s]
/proc/loadavg: 2.31 1.63 1.17 3/93 3855
/proc/meminfo: memFree=1714724/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=100.46
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2028 0 0 0 10045 1 0 0 25 0 1 0 2594733 104460288 1936 996147200 134512640 135472138 4294956224 18446744073709551615 134577392 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 1936 503 234 0 24205 0
Current children cumulated CPU time (s) 100.46
Current children cumulated vsize (KiB) 102012

[startup+162.302 s]
/proc/loadavg: 2.11 1.69 1.22 3/93 3855
/proc/meminfo: memFree=1714468/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=159.39
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2093 0 0 0 15938 1 0 0 25 0 1 0 2594733 104460288 2001 996147200 134512640 135472138 4294956224 18446744073709551615 134940739 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2001 503 234 0 24205 0
Current children cumulated CPU time (s) 159.39
Current children cumulated vsize (KiB) 102012

[startup+222.307 s]
/proc/loadavg: 2.04 1.75 1.27 3/93 3855
/proc/meminfo: memFree=1714404/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=218.34
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2093 0 0 0 21833 1 0 0 25 0 1 0 2594733 104460288 2001 996147200 134512640 135472138 4294956224 18446744073709551615 134577393 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2001 503 234 0 24205 0
Current children cumulated CPU time (s) 218.34
Current children cumulated vsize (KiB) 102012

[startup+282.301 s]
/proc/loadavg: 2.01 1.79 1.31 3/93 3855
/proc/meminfo: memFree=1714084/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=277.28
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2171 0 0 0 27726 2 0 0 25 0 1 0 2594733 104460288 2079 996147200 134512640 135472138 4294956224 18446744073709551615 134874860 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2079 503 234 0 24205 0
Current children cumulated CPU time (s) 277.28
Current children cumulated vsize (KiB) 102012

[startup+342.301 s]
/proc/loadavg: 2.00 1.83 1.35 3/93 3855
/proc/meminfo: memFree=1714084/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=336.22
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2171 0 0 0 33620 2 0 0 25 0 1 0 2594733 104460288 2079 996147200 134512640 135472138 4294956224 18446744073709551615 134940814 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2079 503 234 0 24205 0
Current children cumulated CPU time (s) 336.22
Current children cumulated vsize (KiB) 102012

[startup+402.301 s]
/proc/loadavg: 2.00 1.85 1.39 3/93 3855
/proc/meminfo: memFree=1714020/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=395.16
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2171 0 0 0 39514 2 0 0 25 0 1 0 2594733 104460288 2079 996147200 134512640 135472138 4294956224 18446744073709551615 134965421 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2079 503 234 0 24205 0
Current children cumulated CPU time (s) 395.16
Current children cumulated vsize (KiB) 102012

[startup+462.301 s]
/proc/loadavg: 2.06 1.89 1.43 3/93 3855
/proc/meminfo: memFree=1714020/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=454.1
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2171 0 0 0 45408 2 0 0 25 0 1 0 2594733 104460288 2079 996147200 134512640 135472138 4294956224 18446744073709551615 134940616 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2079 503 234 0 24205 0
Current children cumulated CPU time (s) 454.1
Current children cumulated vsize (KiB) 102012

[startup+522.302 s]
/proc/loadavg: 2.02 1.91 1.46 3/93 3855
/proc/meminfo: memFree=1714020/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=513.05
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2171 0 0 0 51303 2 0 0 25 0 1 0 2594733 104460288 2079 996147200 134512640 135472138 4294956224 18446744073709551615 134960020 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2079 503 234 0 24205 0
Current children cumulated CPU time (s) 513.05
Current children cumulated vsize (KiB) 102012

[startup+582.302 s]
/proc/loadavg: 2.00 1.92 1.49 3/93 3855
/proc/meminfo: memFree=1713956/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=571.98
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2171 0 0 0 57195 3 0 0 25 0 1 0 2594733 104460288 2079 996147200 134512640 135472138 4294956224 18446744073709551615 134593642 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2079 503 234 0 24205 0
Current children cumulated CPU time (s) 571.98
Current children cumulated vsize (KiB) 102012

[startup+642.302 s]
/proc/loadavg: 2.00 1.93 1.52 3/93 3855
/proc/meminfo: memFree=1713892/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=630.93
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2171 0 0 0 63090 3 0 0 25 0 1 0 2594733 104460288 2079 996147200 134512640 135472138 4294956224 18446744073709551615 134889859 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2079 503 234 0 24205 0
Current children cumulated CPU time (s) 630.93
Current children cumulated vsize (KiB) 102012


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

[startup+822.302 s]
/proc/loadavg: 2.00 1.96 1.59 3/93 3855
/proc/meminfo: memFree=1713764/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=807.74
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2171 0 0 0 80771 3 0 0 25 0 1 0 2594733 104460288 2079 996147200 134512640 135472138 4294956224 18446744073709551615 134874818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2079 503 234 0 24205 0
Current children cumulated CPU time (s) 807.74
Current children cumulated vsize (KiB) 102012

[startup+882.307 s]
/proc/loadavg: 2.00 1.96 1.62 3/93 3855
/proc/meminfo: memFree=1713764/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=866.68
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2171 0 0 0 86665 3 0 0 25 0 1 0 2594733 104460288 2079 996147200 134512640 135472138 4294956224 18446744073709551615 134960020 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2079 503 234 0 24205 0
Current children cumulated CPU time (s) 866.68
Current children cumulated vsize (KiB) 102012

[startup+942.302 s]
/proc/loadavg: 2.00 1.97 1.64 3/93 3855
/proc/meminfo: memFree=1713764/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=925.63
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 92559 4 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134940708 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 925.63
Current children cumulated vsize (KiB) 102012

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/93 3855
/proc/meminfo: memFree=1713700/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=984.57
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 98453 4 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134964683 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 984.57
Current children cumulated vsize (KiB) 102012

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/93 3855
/proc/meminfo: memFree=1713700/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1043.51
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 104347 4 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 135012507 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1043.51
Current children cumulated vsize (KiB) 102012

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/93 3855
/proc/meminfo: memFree=1713636/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1102.43
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 110239 4 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134940700 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1102.43
Current children cumulated vsize (KiB) 102012

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/93 3855
/proc/meminfo: memFree=1713508/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1161.37
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 116133 4 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134616688 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1161.37
Current children cumulated vsize (KiB) 102012

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/93 3855
/proc/meminfo: memFree=1713380/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1220.32
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 122027 5 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134883674 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1220.32
Current children cumulated vsize (KiB) 102012

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/93 3855
/proc/meminfo: memFree=1713444/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1279.27
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 127922 5 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 135263354 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1279.27
Current children cumulated vsize (KiB) 102012

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/93 3855
/proc/meminfo: memFree=1713444/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1338.2
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 133815 5 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 135010470 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1338.2
Current children cumulated vsize (KiB) 102012

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/93 3855
/proc/meminfo: memFree=1713380/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1397.14
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 139709 5 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134940739 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1397.14
Current children cumulated vsize (KiB) 102012

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/93 3855
/proc/meminfo: memFree=1713380/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1456.09
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 145603 6 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134883594 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1456.09
Current children cumulated vsize (KiB) 102012

[startup+1542.31 s]
/proc/loadavg: 2.00 1.97 1.79 3/93 3855
/proc/meminfo: memFree=1713316/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1515.04
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 151498 6 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 135264415 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1515.04
Current children cumulated vsize (KiB) 102012

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/93 3855
/proc/meminfo: memFree=1713252/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1573.97
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 157391 6 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1573.97
Current children cumulated vsize (KiB) 102012

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/93 3855
/proc/meminfo: memFree=1713252/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1632.9
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 163284 6 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134959926 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1632.9
Current children cumulated vsize (KiB) 102012

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/93 3855
/proc/meminfo: memFree=1713188/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1691.84
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 169178 6 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134875632 0 0 4096 0 0 0 0 17 1 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1691.84
Current children cumulated vsize (KiB) 102012

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/81 3967
/proc/meminfo: memFree=1732676/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1751.42
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 175134 8 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134940686 0 0 4096 0 0 0 0 17 0 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1751.42
Current children cumulated vsize (KiB) 102012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1830.9 s]
/proc/loadavg: 2.00 1.97 1.83 3/81 3967
/proc/meminfo: memFree=1730884/2055920 swapFree=4192956/4192956
[pid=3854] ppid=3852 vsize=102012 CPUtime=1800.02
/proc/3854/stat : 3854 (casperzito) R 3852 3854 2686 0 -1 4194304 2173 0 0 0 179993 9 0 0 25 0 1 0 2594733 104460288 2081 996147200 134512640 135472138 4294956224 18446744073709551615 134940712 0 0 4096 0 0 0 0 17 0 0 0
/proc/3854/statm: 25503 2081 503 234 0 24205 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 102012

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): 1830.91
CPU time (s): 1800.03
CPU user time (s): 1799.93
CPU system time (s): 0.092985
CPU usage (%): 98.3133
Max. virtual memory (cumulated for all children) (KiB): 102280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2173
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= 16
involuntary context switches= 74486

runsolver used 2.06868 second user time and 4.78427 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-07 21:28:42
IDJOB=1044037
IDBENCH=53934
IDSOLVER=362
FILE ID=node22/1044037-1215458922
PBS_JOBID= 7888601
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 271809687e5b12084306616b84dfa035
RANDOM SEED=1386128209

node22.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.253
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.253
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:       1721420 kB
Buffers:         27124 kB
Cached:         184628 kB
SwapCached:          0 kB
Active:         223364 kB
Inactive:        76924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721420 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3492 kB
Writeback:           0 kB
Mapped:         109636 kB
Slab:            18944 kB
Committed_AS:   752296 kB
PageTables:       2060 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= 66456 MiB
End job on node22 at 2008-07-07 21:59:15