Trace number 1066857

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.04 1803.51

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-9_ext.xml
MD5SUM653e6ff13fec6aaa97fb929a62c8a610
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 benchmark138.233
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints14
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension14
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.19/0.20	c Building = 1
0.19/0.20	c [ NumberOfVariables = 45 ]
0.19/0.20	c [ NumberOfConstraints = 14 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 211.52 ]
0.19/0.20	c SymmetrySearch = 1
0.39/0.43	c InitialPropagation = 1
0.39/0.44	c [ SizeOfSearchSpace(log2) = 208.755 ]
0.39/0.44	c InitialSAC = 1
0.99/1.03	c [ SizeOfSearchSpace(log2) = 208.755 ]
0.99/1.03	c Search(SampleFF) : 
103.55/103.60	c [ Sampling domwdeg ]
103.55/103.60	c [ Sampling impacts ]
103.55/103.60	c [ Sampling la ]
103.55/103.60	c [ SamplingScores: ]
103.55/103.60	c [ domwdeg+min = 8.98795e-05 | domwdeg+rnd = 0.0125225 ]
103.55/103.60	c [ impacts+min = 0.00099636 | impacts+rnd = 0.000850168 ]
103.55/103.60	c [ la+min = 1.50568e-06 | la+rnd = 2.08519e-06 ]
103.55/103.60	c [ domwdeg = 0.00630618 | impacts = 0.000923264 | la = 1.79544e-06 ]
103.55/103.60	c [ min = 0.000362582 | rand = 0.000923264 ]
103.55/103.60	c [ restarting at (0.20002,1.29374e-05) ]
104.05/104.11	c [ restarting at (0.500051,0.00160857) ]
105.25/105.38	c [ restarting at (1.25013,0.00160858) ]
108.45/108.51	c [ restarting at (3.12532,0.00161405) ]
116.25/116.32	c [ restarting at (7.8133,0.00161147) ]
135.74/135.87	c [ restarting at (19.5332,0.00321993) ]
184.62/184.74	c [ restarting at (48.8331,0.00163703) ]
306.68/306.86	c [ restarting at (122.083,0.00863447) ]
611.84/612.16	c [ restarting at (305.207,0.165331) ]
1373.50/1375.36	c [ restarting at (763.017,0.0949595) ]

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

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.98 1.97 1.99 4/74 25633
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=5352 CPUtime=0
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 627178527 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 1575800 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 1338 190 156 235 0 27 0

[startup+0.013606 s]
/proc/loadavg: 1.98 1.97 1.99 4/74 25633
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=5704 CPUtime=0
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 528 0 0 0 0 0 0 0 18 0 1 0 627178527 5840896 488 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 1426 488 364 235 0 127 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5704

[startup+0.101617 s]
/proc/loadavg: 1.98 1.97 1.99 4/74 25633
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=105092 CPUtime=0.09
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 2017 0 0 0 8 1 0 0 18 0 1 0 627178527 107614208 1977 996147200 134512640 135477443 4294956224 18446744073709551615 2041467 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 26273 1978 432 235 0 24974 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 105092

[startup+0.30164 s]
/proc/loadavg: 1.98 1.97 1.99 4/74 25633
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=121672 CPUtime=0.29
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 5625 0 0 0 26 3 0 0 19 0 1 0 627178527 124592128 5585 996147200 134512640 135477443 4294956224 18446744073709551615 134525122 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 30418 5586 433 235 0 29119 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 121672

[startup+0.701686 s]
/proc/loadavg: 1.98 1.97 1.99 4/74 25633
/proc/meminfo: memFree=1714320/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=0.69
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 6979 0 0 0 66 3 0 0 22 0 1 0 627178527 102567936 940 996147200 134512640 135477443 4294956224 18446744073709551615 134590297 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 940 456 235 0 23742 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100164

[startup+1.50277 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 25634
/proc/meminfo: memFree=1712264/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1.5
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7082 0 0 0 146 4 0 0 25 0 1 0 627178527 102567936 1043 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1043 477 235 0 23742 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 100164

[startup+3.10196 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 25634
/proc/meminfo: memFree=1711816/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=3.09
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7082 0 0 0 305 4 0 0 25 0 1 0 627178527 102567936 1043 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1043 477 235 0 23742 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100164

[startup+6.30131 s]
/proc/loadavg: 2.14 2.00 2.00 3/75 25634
/proc/meminfo: memFree=1711624/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=6.29
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7102 0 0 0 625 4 0 0 25 0 1 0 627178527 102567936 1063 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1063 477 235 0 23742 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100164

[startup+12.701 s]
/proc/loadavg: 2.13 2.00 2.00 3/75 25634
/proc/meminfo: memFree=1711496/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=12.69
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7112 0 0 0 1265 4 0 0 25 0 1 0 627178527 102567936 1073 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1073 477 235 0 23742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100164

[startup+25.5015 s]
/proc/loadavg: 2.10 2.00 2.00 3/75 25634
/proc/meminfo: memFree=1711496/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=25.49
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7114 0 0 0 2545 4 0 0 25 0 1 0 627178527 102567936 1075 996147200 134512640 135477443 4294956224 18446744073709551615 134590280 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1075 479 235 0 23742 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100164

[startup+51.1013 s]
/proc/loadavg: 2.07 2.00 2.00 3/75 25634
/proc/meminfo: memFree=1711496/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=51.07
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7130 0 0 0 5103 4 0 0 25 0 1 0 627178527 102567936 1091 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1091 479 235 0 23742 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100164

[startup+102.306 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 25634
/proc/meminfo: memFree=1711304/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=102.26
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7130 0 0 0 10222 4 0 0 25 0 1 0 627178527 102567936 1091 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1091 479 235 0 23742 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 100164

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 25635
/proc/meminfo: memFree=1711232/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=162.23
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7152 0 0 0 16219 4 0 0 25 0 1 0 627178527 102567936 1113 996147200 134512640 135477443 4294956224 18446744073709551615 134583297 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1113 480 235 0 23742 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 100164

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25635
/proc/meminfo: memFree=1711040/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=222.2
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7166 0 0 0 22216 4 0 0 25 0 1 0 627178527 102567936 1127 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1127 480 235 0 23742 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 100164

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25635
/proc/meminfo: memFree=1711040/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=282.18
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7169 0 0 0 28214 4 0 0 25 0 1 0 627178527 102567936 1130 996147200 134512640 135477443 4294956224 18446744073709551615 134600893 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1130 480 235 0 23742 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 100164

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25635
/proc/meminfo: memFree=1710976/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=342.16
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7181 0 0 0 34212 4 0 0 25 0 1 0 627178527 102567936 1142 996147200 134512640 135477443 4294956224 18446744073709551615 134600896 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1142 480 235 0 23742 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 100164

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25637
/proc/meminfo: memFree=1710784/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=402.13
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7181 0 0 0 40209 4 0 0 25 0 1 0 627178527 102567936 1142 996147200 134512640 135477443 4294956224 18446744073709551615 135268548 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1142 480 235 0 23742 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 100164

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25637
/proc/meminfo: memFree=1710784/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=462.11
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7187 0 0 0 46207 4 0 0 25 0 1 0 627178527 102567936 1148 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1148 480 235 0 23742 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 100164

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25637
/proc/meminfo: memFree=1710720/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=522.08
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7187 0 0 0 52204 4 0 0 25 0 1 0 627178527 102567936 1148 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1148 480 235 0 23742 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 100164

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25638
/proc/meminfo: memFree=1710712/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=582.05
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7187 0 0 0 58201 4 0 0 25 0 1 0 627178527 102567936 1148 996147200 134512640 135477443 4294956224 18446744073709551615 134609553 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1148 480 235 0 23742 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 100164

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25638
/proc/meminfo: memFree=1710648/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=642.03
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7187 0 0 0 64199 4 0 0 25 0 1 0 627178527 102567936 1148 996147200 134512640 135477443 4294956224 18446744073709551615 134609904 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1148 480 235 0 23742 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 100164


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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25639
/proc/meminfo: memFree=1710384/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=881.94
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7197 0 0 0 88189 5 0 0 25 0 1 0 627178527 102567936 1158 996147200 134512640 135477443 4294956224 18446744073709551615 134600802 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1158 480 235 0 23742 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 100164

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25639
/proc/meminfo: memFree=1710320/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=941.91
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 94186 5 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 100164

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25639
/proc/meminfo: memFree=1710128/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1001.89
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 100184 5 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134601001 0 0 4096 0 0 0 0 17 0 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 100164

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1795728/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1061.72
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 106167 5 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 100164

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793936/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1121.49
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 112144 5 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1121.49
Current children cumulated vsize (KiB) 100164

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793872/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1181.26
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 118121 5 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134600994 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1181.26
Current children cumulated vsize (KiB) 100164

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793680/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1241.02
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 124097 5 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134600834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1241.02
Current children cumulated vsize (KiB) 100164

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793680/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1300.79
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 130074 5 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134590160 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1300.79
Current children cumulated vsize (KiB) 100164

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793616/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1360.55
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 136050 5 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134600988 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1360.55
Current children cumulated vsize (KiB) 100164

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793552/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1420.32
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 142027 5 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1420.32
Current children cumulated vsize (KiB) 100164

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793552/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1480.09
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 148003 6 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1480.09
Current children cumulated vsize (KiB) 100164

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793552/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1539.85
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 153979 6 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1539.85
Current children cumulated vsize (KiB) 100164

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793488/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1599.62
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 159956 6 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134600916 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1599.62
Current children cumulated vsize (KiB) 100164

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793488/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1659.38
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 165932 6 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134590160 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1659.38
Current children cumulated vsize (KiB) 100164

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793296/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1719.15
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 171909 6 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1719.15
Current children cumulated vsize (KiB) 100164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793040/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1778.92
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 177886 6 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1778.92
Current children cumulated vsize (KiB) 100164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793040/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1800.03
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 179997 6 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134600893 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 100164

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

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

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25675
/proc/meminfo: memFree=1793040/2055920 swapFree=4179032/4192956
[pid=25633] ppid=25631 vsize=100164 CPUtime=1800.03
/proc/25633/stat : 25633 (casperzao) R 25631 25633 22343 0 -1 4194304 7207 0 0 0 179997 6 0 0 25 0 1 0 627178527 102567936 1168 996147200 134512640 135477443 4294956224 18446744073709551615 134600893 0 0 4096 0 0 0 0 17 1 0 0
/proc/25633/statm: 25041 1168 480 235 0 23742 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 100164

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.51
CPU time (s): 1800.04
CPU user time (s): 1799.98
CPU system time (s): 0.06499
CPU usage (%): 99.808
Max. virtual memory (cumulated for all children) (KiB): 126944

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

runsolver used 1.86472 second user time and 4.70328 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 07:27:09
IDJOB=1066857
IDBENCH=55147
IDSOLVER=361
FILE ID=node87/1066857-1215149229
PBS_JOBID= 7877252
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 653e6ff13fec6aaa97fb929a62c8a610
RANDOM SEED=1532198725

node87.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:       1714800 kB
Buffers:         17680 kB
Cached:         111368 kB
SwapCached:       8108 kB
Active:         260388 kB
Inactive:        31940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714800 kB
SwapTotal:     4192956 kB
SwapFree:      4179032 kB
Dirty:            3052 kB
Writeback:           0 kB
Mapped:         167928 kB
Slab:            33468 kB
Committed_AS:  1839516 kB
PageTables:       2448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node87 at 2008-07-04 07:57:14