Trace number 1066466

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.06 1805.41

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg6-7_ext.xml
MD5SUM657781a6d23736d0b0bda28228085d0b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1005.97
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.01/0.03	c Building = 1
0.01/0.05	c [ NumberOfVariables = 42 ]
0.01/0.05	c [ NumberOfConstraints = 13 ]
0.01/0.05	c [ SizeOfSearchSpace(log2) = 197.418 ]
0.01/0.05	c SymmetrySearch = 1
0.49/0.54	c InitialPropagation = 1
0.49/0.55	c [ SizeOfSearchSpace(log2) = 195.172 ]
0.49/0.55	c InitialSAC = 1
1.29/1.30	c [ SizeOfSearchSpace(log2) = 195.172 ]
1.29/1.30	c Search(SampleFF) : 
106.66/106.77	c [ Sampling domwdeg ]
106.66/106.77	c [ Sampling impacts ]
106.66/106.77	c [ Sampling la ]
106.66/106.77	c [ SamplingScores: ]
106.66/106.77	c [ domwdeg+min = 0.000481535 | domwdeg+rnd = 0.000177801 ]
106.66/106.77	c [ impacts+min = 3.06645e-05 | impacts+rnd = 0.000446273 ]
106.66/106.77	c [ la+min = 1.33727e-09 | la+rnd = 6.74534e-07 ]
106.66/106.77	c [ domwdeg = 0.000329668 | impacts = 0.000238469 | la = 3.37936e-07 ]
106.66/106.77	c [ min = 0.000170734 | rand = 0.000238469 ]
106.66/106.77	c [ restarting at (0.20002,3.34012e-10) ]
107.15/107.30	c [ restarting at (0.500051,9.63602e-10) ]
108.45/108.57	c [ restarting at (1.25013,2.5353e-06) ]
111.65/111.74	c [ restarting at (3.12532,2.01327e-08) ]
119.45/119.58	c [ restarting at (7.8133,0.00161114) ]
139.04/139.13	c [ restarting at (19.5332,8.25866e-09) ]
187.83/188.00	c [ restarting at (48.8331,0.00019038) ]
310.00/310.12	c [ restarting at (122.083,0.00337775) ]
615.21/615.42	c [ restarting at (305.207,0.00637118) ]
1378.21/1378.62	c [ restarting at (763.017,0.0240008) ]

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-1066466-1215147915/watcher-1066466-1215147915 -o /tmp/evaluation-result-1066466-1215147915/solver-1066466-1215147915 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1066466-1215147915.xml 57547653 

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: 2.06 2.02 2.00 4/83 23108
/proc/meminfo: memFree=1834136/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=5352 CPUtime=0
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 627038728 5480448 191 996147200 134512640 135477443 4294956240 18446744073709551615 9884867 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 1338 192 158 235 0 27 0

[startup+0.0235229 s]
/proc/loadavg: 2.06 2.02 2.00 4/83 23108
/proc/meminfo: memFree=1834136/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=5836 CPUtime=0.01
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 581 0 0 0 1 0 0 0 18 0 1 0 627038728 5976064 541 996147200 134512640 135477443 4294956240 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 1459 541 365 235 0 160 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5836

[startup+0.101533 s]
/proc/loadavg: 2.06 2.02 2.00 4/83 23108
/proc/meminfo: memFree=1834136/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=105016 CPUtime=0.09
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 1932 0 0 0 9 0 0 0 18 0 1 0 627038728 107536384 1892 996147200 134512640 135477443 4294956240 18446744073709551615 10356347 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 26254 1893 432 235 0 24955 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 105016

[startup+0.301555 s]
/proc/loadavg: 2.06 2.02 2.00 4/83 23108
/proc/meminfo: memFree=1834136/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=119932 CPUtime=0.29
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 5689 0 0 0 27 2 0 0 19 0 1 0 627038728 122810368 5649 996147200 134512640 135477443 4294956240 18446744073709551615 10356347 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 29983 5650 432 235 0 28684 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 119932

[startup+0.701602 s]
/proc/loadavg: 2.06 2.02 2.00 4/83 23108
/proc/meminfo: memFree=1834136/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=0.69
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8453 0 0 0 66 3 0 0 23 0 1 0 627038728 102940672 949 996147200 134512640 135477443 4294956240 18446744073709551615 134600944 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 949 456 235 0 23833 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100528

[startup+1.50169 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 23109
/proc/meminfo: memFree=1831888/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1.49
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8571 0 0 0 146 3 0 0 25 0 1 0 627038728 102940672 1067 996147200 134512640 135477443 4294956240 18446744073709551615 134590454 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1067 477 235 0 23833 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100528

[startup+3.10288 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 23109
/proc/meminfo: memFree=1831312/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=3.09
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8596 0 0 0 306 3 0 0 25 0 1 0 627038728 102940672 1092 996147200 134512640 135477443 4294956240 18446744073709551615 134590252 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1092 477 235 0 23833 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100528

[startup+6.30125 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 23109
/proc/meminfo: memFree=1831184/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=6.29
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8613 0 0 0 626 3 0 0 25 0 1 0 627038728 102940672 1109 996147200 134512640 135477443 4294956240 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1109 477 235 0 23833 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100528

[startup+12.702 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 23109
/proc/meminfo: memFree=1828752/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=12.69
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8618 0 0 0 1266 3 0 0 25 0 1 0 627038728 102940672 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1114 477 235 0 23833 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100528

[startup+25.5015 s]
/proc/loadavg: 2.04 2.02 2.00 3/76 23111
/proc/meminfo: memFree=1873744/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=25.48
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8620 0 0 0 2545 3 0 0 25 0 1 0 627038728 102940672 1116 996147200 134512640 135477443 4294956240 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1116 479 235 0 23833 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100528

[startup+51.1014 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 23111
/proc/meminfo: memFree=1844816/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=51.07
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8620 0 0 0 5104 3 0 0 25 0 1 0 627038728 102940672 1116 996147200 134512640 135477443 4294956240 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1116 479 235 0 23833 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100528

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 23111
/proc/meminfo: memFree=1839440/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=102.26
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8620 0 0 0 10223 3 0 0 25 0 1 0 627038728 102940672 1116 996147200 134512640 135477443 4294956240 18446744073709551615 134600965 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1116 479 235 0 23833 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 100528

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 23111
/proc/meminfo: memFree=1836304/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=162.24
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8645 0 0 0 16221 3 0 0 25 0 1 0 627038728 102940672 1141 996147200 134512640 135477443 4294956240 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1141 480 235 0 23833 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 100528

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1836304/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=222.22
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8656 0 0 0 22219 3 0 0 25 0 1 0 627038728 102940672 1152 996147200 134512640 135477443 4294956240 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1152 480 235 0 23833 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 100528

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1836304/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=282.21
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8656 0 0 0 28218 3 0 0 25 0 1 0 627038728 102940672 1152 996147200 134512640 135477443 4294956240 18446744073709551615 134609899 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1152 480 235 0 23833 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 100528

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1835856/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=342.19
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8657 0 0 0 34216 3 0 0 25 0 1 0 627038728 102940672 1153 996147200 134512640 135477443 4294956240 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1153 480 235 0 23833 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 100528

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1834896/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=402.17
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8659 0 0 0 40214 3 0 0 25 0 1 0 627038728 102940672 1155 996147200 134512640 135477443 4294956240 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1155 480 235 0 23833 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 100528

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1834128/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=462.16
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8659 0 0 0 46213 3 0 0 25 0 1 0 627038728 102940672 1155 996147200 134512640 135477443 4294956240 18446744073709551615 134600985 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1155 480 235 0 23833 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 100528

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1834064/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=522.14
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8666 0 0 0 52211 3 0 0 25 0 1 0 627038728 102940672 1162 996147200 134512640 135477443 4294956240 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1162 480 235 0 23833 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 100528

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1834064/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=582.12
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8666 0 0 0 58209 3 0 0 25 0 1 0 627038728 102940672 1162 996147200 134512640 135477443 4294956240 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1162 480 235 0 23833 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 100528

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1833872/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=642.11
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8689 0 0 0 64208 3 0 0 25 0 1 0 627038728 102940672 1185 996147200 134512640 135477443 4294956240 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1185 480 235 0 23833 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 100528


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1833744/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=822.06
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8689 0 0 0 82203 3 0 0 25 0 1 0 627038728 102940672 1185 996147200 134512640 135477443 4294956240 18446744073709551615 134600882 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1185 480 235 0 23833 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 100528

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1833552/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=882.04
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8689 0 0 0 88201 3 0 0 25 0 1 0 627038728 102940672 1185 996147200 134512640 135477443 4294956240 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1185 480 235 0 23833 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 100528

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1833040/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=942.03
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8689 0 0 0 94200 3 0 0 25 0 1 0 627038728 102940672 1185 996147200 134512640 135477443 4294956240 18446744073709551615 134590307 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1185 480 235 0 23833 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 100528

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1832976/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1002.01
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8689 0 0 0 100198 3 0 0 25 0 1 0 627038728 102940672 1185 996147200 134512640 135477443 4294956240 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1185 480 235 0 23833 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 100528

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1832976/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1062
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8689 0 0 0 106197 3 0 0 25 0 1 0 627038728 102940672 1185 996147200 134512640 135477443 4294956240 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1185 480 235 0 23833 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 100528

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1832976/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1121.98
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8689 0 0 0 112195 3 0 0 25 0 1 0 627038728 102940672 1185 996147200 134512640 135477443 4294956240 18446744073709551615 134590272 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1185 480 235 0 23833 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 100528

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1832784/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1181.96
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8689 0 0 0 118193 3 0 0 25 0 1 0 627038728 102940672 1185 996147200 134512640 135477443 4294956240 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1185 480 235 0 23833 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 100528

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1832528/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1241.95
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 124192 3 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 100528

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1832464/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1301.94
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 130191 3 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 100528

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1832464/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1361.91
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 136188 3 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134590235 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 100528

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1831760/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1421.9
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 142187 3 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 100528

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1831376/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1481.88
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 148185 3 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134590151 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 100528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1831376/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1541.87
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 154184 3 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 100528

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1831376/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1601.85
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 160182 3 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 100528

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1831376/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1661.84
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 166181 3 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 100528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23111
/proc/meminfo: memFree=1831248/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1721.82
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 172179 3 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 100528

[startup+1782.3 s]
/proc/loadavg: 2.17 2.03 2.01 3/85 23201
/proc/meminfo: memFree=1584056/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1780.21
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 178017 4 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134590232 0 0 4096 0 0 0 0 17 0 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1780.21
Current children cumulated vsize (KiB) 100528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.26 2.06 2.02 3/85 23201
/proc/meminfo: memFree=1150264/2055920 swapFree=4179668/4192956
[pid=23108] ppid=23106 vsize=100528 CPUtime=1800.05
/proc/23108/stat : 23108 (casperzao) R 23106 23108 19835 0 -1 4194304 8690 0 0 0 180001 4 0 0 25 0 1 0 627038728 102940672 1186 996147200 134512640 135477443 4294956240 18446744073709551615 134600978 0 0 4096 0 0 0 0 17 1 0 0
/proc/23108/statm: 25132 1186 480 235 0 23833 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 100528

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): 1805.41
CPU time (s): 1800.06
CPU user time (s): 1800.01
CPU system time (s): 0.048992
CPU usage (%): 99.7038
Max. virtual memory (cumulated for all children) (KiB): 134016

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

runsolver used 1.74573 second user time and 4.83526 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-04 07:05:15
IDJOB=1066466
IDBENCH=55124
IDSOLVER=361
FILE ID=node88/1066466-1215147915
PBS_JOBID= 7877203
Free space on /tmp= 66544 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg6-7_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066466-1215147915/watcher-1066466-1215147915 -o /tmp/evaluation-result-1066466-1215147915/solver-1066466-1215147915 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1066466-1215147915.xml 57547653 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 657781a6d23736d0b0bda28228085d0b
RANDOM SEED=57547653

node88.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.232
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.232
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:       1834552 kB
Buffers:          7704 kB
Cached:          99896 kB
SwapCached:       7320 kB
Active:         155760 kB
Inactive:        18692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834552 kB
SwapTotal:     4192956 kB
SwapFree:      4179668 kB
Dirty:            7956 kB
Writeback:           0 kB
Mapped:          82468 kB
Slab:            31816 kB
Committed_AS:  1037324 kB
PageTables:       2084 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= 66556 MiB
End job on node88 at 2008-07-04 07:35:22