Trace number 1064535

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.1 1811.21

General information on the benchmark

Namecsp/tdsp/
normalized-C5-1-90.xml
MD5SUM201be1397216eda1a01a388a4af9416b
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 variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
0.19/0.20	c Building = 1
0.19/0.20	c [ NumberOfVariables = 221 ]
0.19/0.20	c [ NumberOfConstraints = 2774 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 981.013 ]
0.19/0.20	c SymmetrySearch = 1
1.18/1.21	c [ Found 49152 symmetries ]
1.18/1.23	c InitialPropagation = 1
1.18/1.25	c [ SizeOfSearchSpace(log2) = 964.731 ]
1.18/1.25	c InitialSAC = 1
1.28/1.34	c [ SizeOfSearchSpace(log2) = 964.731 ]
1.28/1.34	c Search(SampleFF) : 
78.15/78.98	c [ Sampling domwdeg ]
78.15/78.98	c [ Sampling impacts ]
78.15/78.98	c [ SamplingScores: ]
78.15/78.98	c [ domwdeg+min = 1.08852e-247 | domwdeg+rnd = 6.05257e-209 ]
78.15/78.98	c [ impacts+min = 1.5668e-26 | impacts+rnd = 2.61482e-27 ]
78.15/78.98	c [ la+min = 0 | la+rnd = 0 ]
78.15/78.98	c [ domwdeg = 3.02628e-209 | impacts = 9.14139e-27 | la = 0 ]
78.15/78.98	c [ min = 5.22265e-27 | rand = 9.14139e-27 ]
78.15/78.98	c [ restarting at (3.96356,4.85306e-61) ]
88.74/89.60	c [ restarting at (9.9089,6.55907e-36) ]
114.99/116.16	c [ restarting at (24.7722,1.156e-52) ]
180.77/182.56	c [ restarting at (61.9306,1.0949e-50) ]
345.20/348.54	c [ restarting at (154.827,1.31181e-35) ]
756.26/763.53	c [ restarting at (387.066,1.156e-52) ]
1088.88/1099.39	c [ restarting at (967.666,1.02478e-62) ]

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

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.91 1.97 1.99 4/84 19979
/proc/meminfo: memFree=1736504/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=18572 CPUtime=0
/proc/19979/stat : 19979 (runsolver) R 19977 19979 18713 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993199721 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19979/statm: 4643 292 257 25 0 2626 0

[startup+0.0651639 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 19979
/proc/meminfo: memFree=1736504/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=6096 CPUtime=0.05
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 649 0 0 0 5 0 0 0 18 0 1 0 1993199721 6242304 609 996147200 134512640 135472138 4294956224 18446744073709551615 4159697024 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 1524 609 373 234 0 226 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6096

[startup+0.101167 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 19979
/proc/meminfo: memFree=1736504/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=6624 CPUtime=0.09
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 764 0 0 0 9 0 0 0 18 0 1 0 1993199721 6782976 724 996147200 134512640 135472138 4294956224 18446744073709551615 8847012 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 1656 724 373 234 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6624

[startup+0.301211 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 19979
/proc/meminfo: memFree=1736504/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=120456 CPUtime=0.29
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 6336 0 0 0 26 3 0 0 19 0 1 0 1993199721 123346944 6188 996147200 134512640 135472138 4294956224 18446744073709551615 134534862 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 30114 6188 459 234 0 28816 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 120456

[startup+0.701286 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 19979
/proc/meminfo: memFree=1736504/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=120456 CPUtime=0.69
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 6631 0 0 0 66 3 0 0 23 0 1 0 1993199721 123346944 6472 996147200 134512640 135472138 4294956224 18446744073709551615 134535448 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 30114 6472 459 234 0 28816 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120456

[startup+1.50143 s]
/proc/loadavg: 1.91 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1709232/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110544 CPUtime=1.48
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7556 0 0 0 144 4 0 0 25 0 1 0 1993199721 113197056 5333 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27636 5333 497 234 0 26338 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 110544

[startup+3.10171 s]
/proc/loadavg: 1.91 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1716656/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=3.06
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7589 0 0 0 302 4 0 0 25 0 1 0 1993199721 113201152 5366 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5366 502 234 0 26339 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 110548

[startup+6.30129 s]
/proc/loadavg: 1.92 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1716472/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=6.23
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7615 0 0 0 619 4 0 0 25 0 1 0 1993199721 113201152 5392 996147200 134512640 135472138 4294956224 18446744073709551615 134916228 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5392 502 234 0 26339 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 110548

[startup+12.7024 s]
/proc/loadavg: 1.93 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1716280/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=12.57
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7615 0 0 0 1253 4 0 0 25 0 1 0 1993199721 113201152 5392 996147200 134512640 135472138 4294956224 18446744073709551615 134905500 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5392 502 234 0 26339 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 110548

[startup+25.5017 s]
/proc/loadavg: 1.94 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1716344/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=25.25
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7624 0 0 0 2521 4 0 0 25 0 1 0 1993199721 113201152 5401 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5401 502 234 0 26339 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 110548

[startup+51.1013 s]
/proc/loadavg: 1.96 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1716152/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=50.61
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7682 0 0 0 5057 4 0 0 25 0 1 0 1993199721 113201152 5459 996147200 134512640 135472138 4294956224 18446744073709551615 134984224 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5459 503 234 0 26339 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 110548

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1716024/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=101.32
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7688 0 0 0 10128 4 0 0 25 0 1 0 1993199721 113201152 5465 996147200 134512640 135472138 4294956224 18446744073709551615 134672480 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5465 504 234 0 26339 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 110548

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1715832/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=160.75
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 16071 4 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134916228 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 110548

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1715768/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=220.19
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 22014 5 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134928768 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 110548

[startup+282.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1715768/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=279.63
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 27958 5 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134578208 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 110548

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 19980
/proc/meminfo: memFree=1715768/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=339.05
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 33900 5 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134677335 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 110548

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 19982
/proc/meminfo: memFree=1715704/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=398.49
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 39844 5 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 398.49
Current children cumulated vsize (KiB) 110548

[startup+462.301 s]
/proc/loadavg: 2.06 1.99 1.99 3/85 19982
/proc/meminfo: memFree=1715640/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=457.91
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 45786 5 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134906689 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 457.91
Current children cumulated vsize (KiB) 110548

[startup+522.301 s]
/proc/loadavg: 2.08 2.00 2.00 3/85 19982
/proc/meminfo: memFree=1715512/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=517.34
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 51729 5 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 517.34
Current children cumulated vsize (KiB) 110548

[startup+582.302 s]
/proc/loadavg: 2.08 2.01 2.00 3/85 19982
/proc/meminfo: memFree=1715448/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=576.78
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 57673 5 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134691649 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 576.78
Current children cumulated vsize (KiB) 110548

[startup+642.303 s]
/proc/loadavg: 2.54 2.15 2.05 3/85 19982
/proc/meminfo: memFree=1715384/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=636.21
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 63616 5 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 135265571 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 636.21
Current children cumulated vsize (KiB) 110548


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

[startup+822.302 s]
/proc/loadavg: 2.04 2.10 2.04 3/85 19982
/proc/meminfo: memFree=1715320/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=814.51
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 81445 6 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134984313 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 814.51
Current children cumulated vsize (KiB) 110548

[startup+882.302 s]
/proc/loadavg: 2.01 2.08 2.04 3/85 19982
/proc/meminfo: memFree=1715320/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=873.94
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 87388 6 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 135265582 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 873.94
Current children cumulated vsize (KiB) 110548

[startup+942.303 s]
/proc/loadavg: 2.00 2.06 2.03 3/85 19982
/proc/meminfo: memFree=1715256/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=933.37
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 93331 6 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134581653 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 933.37
Current children cumulated vsize (KiB) 110548

[startup+1002.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/85 19982
/proc/meminfo: memFree=1715192/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=992.8
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 99274 6 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 135234747 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 992.8
Current children cumulated vsize (KiB) 110548

[startup+1062.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/85 19982
/proc/meminfo: memFree=1715192/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1052.23
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 105217 6 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 135263234 0 0 4096 0 0 0 0 17 1 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1052.23
Current children cumulated vsize (KiB) 110548

[startup+1122.3 s]
/proc/loadavg: 2.13 2.06 2.03 3/82 20031
/proc/meminfo: memFree=1727568/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1111.84
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 111176 8 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 135264265 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1111.84
Current children cumulated vsize (KiB) 110548

[startup+1182.3 s]
/proc/loadavg: 2.05 2.05 2.02 3/82 20031
/proc/meminfo: memFree=1654608/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1171.78
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 117170 8 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134928833 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1171.78
Current children cumulated vsize (KiB) 110548

[startup+1242.3 s]
/proc/loadavg: 2.07 2.05 2.02 3/82 20031
/proc/meminfo: memFree=1341840/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1231.73
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 123165 8 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134906689 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1231.73
Current children cumulated vsize (KiB) 110548

[startup+1302.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/73 20060
/proc/meminfo: memFree=1389912/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1291.67
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 129158 9 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134984250 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1291.67
Current children cumulated vsize (KiB) 110548

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.01 3/73 20060
/proc/meminfo: memFree=1388120/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1351.61
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 135152 9 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134906688 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1351.61
Current children cumulated vsize (KiB) 110548

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 20060
/proc/meminfo: memFree=1387928/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1411.56
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 141147 9 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134904320 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1411.56
Current children cumulated vsize (KiB) 110548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 20060
/proc/meminfo: memFree=1387928/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1471.51
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 147141 10 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1471.51
Current children cumulated vsize (KiB) 110548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 20060
/proc/meminfo: memFree=1387864/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1531.45
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 153135 10 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1531.45
Current children cumulated vsize (KiB) 110548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 20060
/proc/meminfo: memFree=1387992/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1591.39
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 159129 10 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134984305 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1591.39
Current children cumulated vsize (KiB) 110548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20060
/proc/meminfo: memFree=1387992/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1651.33
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 165123 10 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 9715446 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1651.33
Current children cumulated vsize (KiB) 110548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20060
/proc/meminfo: memFree=1387992/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1711.27
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 171117 10 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134578214 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1711.27
Current children cumulated vsize (KiB) 110548

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20066
/proc/meminfo: memFree=1387928/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1771.21
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 177111 10 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1771.21
Current children cumulated vsize (KiB) 110548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20066
/proc/meminfo: memFree=1387928/2055920 swapFree=4110824/4192956
[pid=19979] ppid=19977 vsize=110548 CPUtime=1800.08
/proc/19979/stat : 19979 (casperzito) R 19977 19979 18713 0 -1 4194304 7718 0 0 0 179998 10 0 0 25 0 1 0 1993199721 113201152 5495 996147200 134512640 135472138 4294956224 18446744073709551615 134677760 0 0 4096 0 0 0 0 17 0 0 0
/proc/19979/statm: 27637 5495 504 234 0 26339 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 110548

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): 1811.21
CPU time (s): 1800.1
CPU user time (s): 1799.99
CPU system time (s): 0.107983
CPU usage (%): 99.3864
Max. virtual memory (cumulated for all children) (KiB): 122764

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

runsolver used 2.19966 second user time and 5.63414 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 05:31:49
IDJOB=1064535
IDBENCH=54961
IDSOLVER=362
FILE ID=node70/1064535-1215142309
PBS_JOBID= 7877374
Free space on /tmp= 66428 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 201be1397216eda1a01a388a4af9416b
RANDOM SEED=1272808251

node70.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.256
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.256
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:       1736920 kB
Buffers:          8888 kB
Cached:         117668 kB
SwapCached:      76424 kB
Active:         232808 kB
Inactive:        31236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736920 kB
SwapTotal:     4192956 kB
SwapFree:      4110824 kB
Dirty:            3380 kB
Writeback:           0 kB
Mapped:         154260 kB
Slab:            39928 kB
Committed_AS:  4167848 kB
PageTables:       2096 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= 66440 MiB
End job on node70 at 2008-07-04 06:02:02