Trace number 1079043

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 1803.11

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-7_ext.xml
MD5SUMc56f703fbfb446fbf73a9fe89e10396f
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 benchmark113.01
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 35 ]
0.18/0.21	c [ NumberOfConstraints = 12 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 164.515 ]
0.18/0.21	c SymmetrySearch = 1
0.18/0.27	c InitialPropagation = 1
0.18/0.27	c [ SizeOfSearchSpace(log2) = 161.613 ]
0.18/0.27	c InitialSAC = 1
0.58/0.65	c [ SizeOfSearchSpace(log2) = 161.613 ]
0.58/0.65	c Search(SampleFF) : 
174.79/177.14	c [ Sampling domwdeg ]
174.79/177.14	c [ Sampling impacts ]
174.79/177.14	c [ Sampling la ]
174.79/177.14	c [ SamplingScores: ]
174.79/177.14	c [ domwdeg+min = 1.21648e-05 | domwdeg+rnd = 0.000100198 ]
174.79/177.14	c [ impacts+min = 5.04379e-09 | impacts+rnd = 0.00764248 ]
174.79/177.14	c [ la+min = 1.79906e-07 | la+rnd = 8.64686e-07 ]
174.79/177.14	c [ domwdeg = 5.61814e-05 | impacts = 0.00382124 | la = 5.22296e-07 ]
174.79/177.14	c [ min = 4.11658e-06 | rand = 0.00382124 ]
174.79/177.14	c [ restarting at (0.56583,6.80775e-05) ]
176.19/178.56	c [ restarting at (1.41457,4.43622e-06) ]
179.78/182.10	c [ restarting at (3.53644,0.000204966) ]
188.58/190.95	c [ restarting at (8.84109,0.000287658) ]
210.67/213.06	c [ restarting at (22.1027,7.31403e-05) ]
265.95/268.34	c [ restarting at (55.2568,0.000944041) ]
404.09/406.52	c [ restarting at (138.142,0.00156984) ]
749.32/751.96	c [ restarting at (345.355,0.021675) ]
1612.53/1615.56	c [ restarting at (863.388,0.0650789) ]

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

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/73 1436
/proc/meminfo: memFree=1744768/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=1056 CPUtime=0
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1999864988 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 9757476 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 264 26 20 235 0 3 0

[startup+0.0960409 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 1436
/proc/meminfo: memFree=1744768/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=104104 CPUtime=0.08
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 1766 0 0 0 7 1 0 0 18 0 1 0 1999864988 106602496 1726 996147200 134512640 135477443 4294956224 18446744073709551615 134630234 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 26026 1726 432 235 0 24727 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104104

[startup+0.102042 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 1436
/proc/meminfo: memFree=1744768/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=104500 CPUtime=0.08
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 1865 0 0 0 7 1 0 0 18 0 1 0 1999864988 107008000 1825 996147200 134512640 135477443 4294956224 18446744073709551615 10192507 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 26125 1825 432 235 0 24826 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104500

[startup+0.301079 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 1436
/proc/meminfo: memFree=1744768/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=0.28
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4222 0 0 0 27 1 0 0 19 0 1 0 1999864988 102232064 804 996147200 134512640 135477443 4294956224 18446744073709551615 135272091 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 24959 804 456 235 0 23660 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99836

[startup+0.701158 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 1436
/proc/meminfo: memFree=1744768/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=0.67
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4300 0 0 0 66 1 0 0 23 0 1 0 1999864988 102232064 882 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 24959 882 476 235 0 23660 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 99836

[startup+1.50132 s]
/proc/loadavg: 1.91 1.97 1.99 3/74 1437
/proc/meminfo: memFree=1742968/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1.47
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4322 0 0 0 146 1 0 0 25 0 1 0 1999864988 102232064 904 996147200 134512640 135477443 4294956224 18446744073709551615 134609966 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 24959 904 477 235 0 23660 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99836

[startup+3.10163 s]
/proc/loadavg: 1.91 1.97 1.99 3/74 1437
/proc/meminfo: memFree=1742712/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=3.05
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4331 0 0 0 304 1 0 0 25 0 1 0 1999864988 102232064 913 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 24959 913 477 235 0 23660 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 99836

[startup+6.30225 s]
/proc/loadavg: 2.00 1.98 1.99 3/74 1437
/proc/meminfo: memFree=1742712/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=6.23
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4334 0 0 0 622 1 0 0 25 0 1 0 1999864988 102232064 916 996147200 134512640 135477443 4294956224 18446744073709551615 134600816 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 24959 916 477 235 0 23660 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99836

[startup+12.7015 s]
/proc/loadavg: 2.00 1.98 1.99 3/74 1437
/proc/meminfo: memFree=1742584/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=12.58
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4334 0 0 0 1257 1 0 0 25 0 1 0 1999864988 102232064 916 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 24959 916 477 235 0 23660 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99836

[startup+25.502 s]
/proc/loadavg: 1.85 1.95 1.98 3/75 1503
/proc/meminfo: memFree=1738864/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=25.35
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4339 0 0 0 2532 3 0 0 25 0 1 0 1999864988 102232064 921 996147200 134512640 135477443 4294956224 18446744073709551615 134600858 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 921 479 235 0 23660 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 99836

[startup+51.102 s]
/proc/loadavg: 1.95 1.97 1.99 3/95 1527
/proc/meminfo: memFree=1679312/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=50.57
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4348 0 0 0 5054 3 0 0 25 0 1 0 1999864988 102232064 930 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 24959 930 479 235 0 23660 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 99836

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/95 1527
/proc/meminfo: memFree=1676560/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=100.78
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4357 0 0 0 10074 4 0 0 25 0 1 0 1999864988 102232064 939 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/1436/statm: 24959 939 479 235 0 23660 0
Current children cumulated CPU time (s) 100.78
Current children cumulated vsize (KiB) 99836

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758648/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=160
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4357 0 0 0 15996 4 0 0 25 0 1 0 1999864988 102232064 939 996147200 134512640 135477443 4294956224 18446744073709551615 134590329 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 939 479 235 0 23660 0
Current children cumulated CPU time (s) 160
Current children cumulated vsize (KiB) 99836

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758712/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=219.96
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4387 0 0 0 21992 4 0 0 25 0 1 0 1999864988 102232064 969 996147200 134512640 135477443 4294956224 18446744073709551615 134590185 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 969 480 235 0 23660 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (KiB) 99836

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758648/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=279.94
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4418 0 0 0 27990 4 0 0 25 0 1 0 1999864988 102232064 1000 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1000 480 235 0 23660 0
Current children cumulated CPU time (s) 279.94
Current children cumulated vsize (KiB) 99836

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758392/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=339.91
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4418 0 0 0 33987 4 0 0 25 0 1 0 1999864988 102232064 1000 996147200 134512640 135477443 4294956224 18446744073709551615 134609910 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1000 480 235 0 23660 0
Current children cumulated CPU time (s) 339.91
Current children cumulated vsize (KiB) 99836

[startup+402.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758392/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=399.89
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4418 0 0 0 39984 5 0 0 25 0 1 0 1999864988 102232064 1000 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1000 480 235 0 23660 0
Current children cumulated CPU time (s) 399.89
Current children cumulated vsize (KiB) 99836

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758328/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=459.86
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4418 0 0 0 45981 5 0 0 25 0 1 0 1999864988 102232064 1000 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1000 480 235 0 23660 0
Current children cumulated CPU time (s) 459.86
Current children cumulated vsize (KiB) 99836

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758264/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=519.83
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4428 0 0 0 51978 5 0 0 25 0 1 0 1999864988 102232064 1010 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1010 480 235 0 23660 0
Current children cumulated CPU time (s) 519.83
Current children cumulated vsize (KiB) 99836

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 1554
/proc/meminfo: memFree=1758264/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=579.8
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4440 0 0 0 57975 5 0 0 25 0 1 0 1999864988 102232064 1022 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1022 480 235 0 23660 0
Current children cumulated CPU time (s) 579.8
Current children cumulated vsize (KiB) 99836

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758264/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=639.78
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4440 0 0 0 63973 5 0 0 25 0 1 0 1999864988 102232064 1022 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1022 480 235 0 23660 0
Current children cumulated CPU time (s) 639.78
Current children cumulated vsize (KiB) 99836


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

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758072/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=879.66
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4440 0 0 0 87961 5 0 0 25 0 1 0 1999864988 102232064 1022 996147200 134512640 135477443 4294956224 18446744073709551615 134590454 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1022 480 235 0 23660 0
Current children cumulated CPU time (s) 879.66
Current children cumulated vsize (KiB) 99836

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758072/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=939.63
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4440 0 0 0 93958 5 0 0 25 0 1 0 1999864988 102232064 1022 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1022 480 235 0 23660 0
Current children cumulated CPU time (s) 939.63
Current children cumulated vsize (KiB) 99836

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758072/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=999.61
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4440 0 0 0 99956 5 0 0 25 0 1 0 1999864988 102232064 1022 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1022 480 235 0 23660 0
Current children cumulated CPU time (s) 999.61
Current children cumulated vsize (KiB) 99836

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758072/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1059.58
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4453 0 0 0 105953 5 0 0 25 0 1 0 1999864988 102232064 1035 996147200 134512640 135477443 4294956224 18446744073709551615 134600976 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1035 480 235 0 23660 0
Current children cumulated CPU time (s) 1059.58
Current children cumulated vsize (KiB) 99836

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758072/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1119.55
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4453 0 0 0 111950 5 0 0 25 0 1 0 1999864988 102232064 1035 996147200 134512640 135477443 4294956224 18446744073709551615 134600825 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1035 480 235 0 23660 0
Current children cumulated CPU time (s) 1119.55
Current children cumulated vsize (KiB) 99836

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1758008/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1179.52
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4453 0 0 0 117947 5 0 0 25 0 1 0 1999864988 102232064 1035 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1035 480 235 0 23660 0
Current children cumulated CPU time (s) 1179.52
Current children cumulated vsize (KiB) 99836

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757880/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1239.49
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4453 0 0 0 123944 5 0 0 25 0 1 0 1999864988 102232064 1035 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1035 480 235 0 23660 0
Current children cumulated CPU time (s) 1239.49
Current children cumulated vsize (KiB) 99836

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757816/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1299.47
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4453 0 0 0 129942 5 0 0 25 0 1 0 1999864988 102232064 1035 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1035 480 235 0 23660 0
Current children cumulated CPU time (s) 1299.47
Current children cumulated vsize (KiB) 99836

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757688/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1359.44
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 135939 5 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134590220 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1359.44
Current children cumulated vsize (KiB) 99836

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757624/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1419.43
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 141937 6 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1419.43
Current children cumulated vsize (KiB) 99836

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757624/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1479.39
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 147933 6 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134600896 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1479.39
Current children cumulated vsize (KiB) 99836

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757624/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1539.36
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 153930 6 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1539.36
Current children cumulated vsize (KiB) 99836

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757688/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1599.33
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 159927 6 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1599.33
Current children cumulated vsize (KiB) 99836

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757688/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1659.3
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 165924 6 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1659.3
Current children cumulated vsize (KiB) 99836

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757688/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1719.28
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 171922 6 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134601236 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1719.28
Current children cumulated vsize (KiB) 99836

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757560/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1779.25
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 177919 6 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134590324 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1779.25
Current children cumulated vsize (KiB) 99836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757624/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1800.04
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 179998 6 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 99836

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

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

[startup+1803.1 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 1554
/proc/meminfo: memFree=1757624/2055920 swapFree=4179604/4192956
[pid=1436] ppid=1434 vsize=99836 CPUtime=1800.04
/proc/1436/stat : 1436 (casperzao) R 1434 1436 32490 0 -1 4194304 4458 0 0 0 179998 6 0 0 25 0 1 0 1999864988 102232064 1040 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/1436/statm: 24959 1040 480 235 0 23660 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 99836

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.11
CPU time (s): 1800.06
CPU user time (s): 1799.99
CPU system time (s): 0.066989
CPU usage (%): 99.8307
Max. virtual memory (cumulated for all children) (KiB): 114180

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

runsolver used 1.59876 second user time and 5.08023 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-05 00:05:39
IDJOB=1079043
IDBENCH=56858
IDSOLVER=361
FILE ID=node74/1079043-1215209139
PBS_JOBID= 7881722
Free space on /tmp= 103232 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c56f703fbfb446fbf73a9fe89e10396f
RANDOM SEED=39133271

node74.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.259
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.259
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:       1745248 kB
Buffers:         55380 kB
Cached:         171088 kB
SwapCached:       6432 kB
Active:         188212 kB
Inactive:        64120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745248 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            2988 kB
Writeback:           0 kB
Mapped:          33524 kB
Slab:            43496 kB
Committed_AS:  4034396 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103232 MiB
End job on node74 at 2008-07-05 00:35:44