Trace number 1076496

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.11 1831.51

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-11_ext.xml
MD5SUM6156340813783c268b56280fd8ae95c0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints19
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension19
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.27	c Building = 1
0.59/0.60	c [ NumberOfVariables = 88 ]
0.59/0.60	c [ NumberOfConstraints = 19 ]
0.59/0.60	c [ SizeOfSearchSpace(log2) = 413.639 ]
0.59/0.60	c SymmetrySearch = 1
10.09/10.17	c InitialPropagation = 1
10.38/10.50	c [ SizeOfSearchSpace(log2) = 411.123 ]
10.38/10.50	c InitialSAC = (Timeout)
50.66/50.74	c [ SizeOfSearchSpace(log2) = 411.065 ]
50.66/50.74	c Search(DomWDeg) = 

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

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.92 2.01 1.99 3/74 9087
/proc/meminfo: memFree=1737672/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=5352 CPUtime=0
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 683903640 5480448 190 996147200 134512640 135477443 4294956192 18446744073709551615 5684088 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 1338 190 156 235 0 27 0

[startup+0.040023 s]
/proc/loadavg: 1.92 2.01 1.99 3/74 9087
/proc/meminfo: memFree=1737672/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=8592 CPUtime=0.03
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 1267 0 0 0 3 0 0 0 18 0 1 0 683903640 8798208 1227 996147200 134512640 135477443 4294956192 18446744073709551615 134783824 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 2148 1227 364 235 0 849 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8592

[startup+0.102044 s]
/proc/loadavg: 1.92 2.01 1.99 3/74 9087
/proc/meminfo: memFree=1737672/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=8592 CPUtime=0.09
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 1267 0 0 0 9 0 0 0 18 0 1 0 683903640 8798208 1227 996147200 134512640 135477443 4294956192 18446744073709551615 134800184 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 2148 1227 364 235 0 849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8592

[startup+0.301059 s]
/proc/loadavg: 1.92 2.01 1.99 3/74 9087
/proc/meminfo: memFree=1737672/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113936 CPUtime=0.29
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 3350 0 0 0 28 1 0 0 19 0 1 0 683903640 116670464 3310 996147200 134512640 135477443 4294956192 18446744073709551615 134616589 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 28484 3310 393 235 0 27185 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113936

[startup+0.701111 s]
/proc/loadavg: 1.92 2.01 1.99 3/74 9087
/proc/meminfo: memFree=1737672/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=122648 CPUtime=0.69
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 5595 0 0 0 67 2 0 0 24 0 1 0 683903640 125591552 5555 996147200 134512640 135477443 4294956192 18446744073709551615 6149755 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 30662 5556 431 235 0 29363 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122648

[startup+1.50121 s]
/proc/loadavg: 1.92 2.01 1.99 3/75 9088
/proc/meminfo: memFree=1693120/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=182708 CPUtime=1.49
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 20598 0 0 0 141 8 0 0 25 0 1 0 683903640 187092992 20558 996147200 134512640 135477443 4294956192 18446744073709551615 6149755 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 45677 20559 432 235 0 44378 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 182708

[startup+3.10141 s]
/proc/loadavg: 1.92 2.01 1.99 3/75 9088
/proc/meminfo: memFree=1616896/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=283028 CPUtime=3.09
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 45696 0 0 0 289 20 0 0 25 0 1 0 683903640 289820672 45656 996147200 134512640 135477443 4294956192 18446744073709551615 6149755 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 70757 45656 432 235 0 69458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283028

[startup+6.30181 s]
/proc/loadavg: 1.93 2.01 1.99 3/75 9088
/proc/meminfo: memFree=1409728/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=456740 CPUtime=6.28
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 89104 0 0 0 586 42 0 0 25 0 1 0 683903640 467701760 89064 996147200 134512640 135477443 4294956192 18446744073709551615 134644729 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 114185 89064 433 235 0 112886 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 456740

[startup+12.7016 s]
/proc/loadavg: 1.93 2.01 1.99 3/75 9088
/proc/meminfo: memFree=1723720/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=12.69
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 123888 0 0 0 1206 63 0 0 25 0 1 0 683903640 116289536 3611 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 28391 3611 456 235 0 27092 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113564

[startup+25.5022 s]
/proc/loadavg: 1.95 2.01 1.99 3/75 9088
/proc/meminfo: memFree=1723720/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=25.48
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 123902 0 0 0 2485 63 0 0 25 0 1 0 683903640 116289536 3625 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 28391 3625 456 235 0 27092 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 113564

[startup+51.1023 s]
/proc/loadavg: 1.96 2.01 1.99 2/72 9089
/proc/meminfo: memFree=1765216/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=51.06
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124009 0 0 0 5043 63 0 0 25 0 1 0 683903640 116289536 3732 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9087/statm: 28391 3732 486 235 0 27092 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 113564

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 9143
/proc/meminfo: memFree=1638056/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=101.41
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124285 0 0 0 10077 64 0 0 25 0 1 0 683903640 116289536 4008 996147200 134512640 135477443 4294956192 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4008 495 235 0 27092 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 113564

[startup+162.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 9143
/proc/meminfo: memFree=1637864/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=160.34
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124290 0 0 0 15970 64 0 0 25 0 1 0 683903640 116289536 4013 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4013 495 235 0 27092 0
Current children cumulated CPU time (s) 160.34
Current children cumulated vsize (KiB) 113564

[startup+222.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 9144
/proc/meminfo: memFree=1637736/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=219.28
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124290 0 0 0 21864 64 0 0 25 0 1 0 683903640 116289536 4013 996147200 134512640 135477443 4294956192 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4013 495 235 0 27092 0
Current children cumulated CPU time (s) 219.28
Current children cumulated vsize (KiB) 113564

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9144
/proc/meminfo: memFree=1637672/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=278.23
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124312 0 0 0 27759 64 0 0 25 0 1 0 683903640 116289536 4035 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4035 495 235 0 27092 0
Current children cumulated CPU time (s) 278.23
Current children cumulated vsize (KiB) 113564

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9144
/proc/meminfo: memFree=1637544/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=337.17
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124335 0 0 0 33653 64 0 0 25 0 1 0 683903640 116289536 4058 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4058 495 235 0 27092 0
Current children cumulated CPU time (s) 337.17
Current children cumulated vsize (KiB) 113564

[startup+402.302 s]
/proc/loadavg: 2.11 2.03 2.01 3/95 9144
/proc/meminfo: memFree=1637416/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=396.1
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 39546 64 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 396.1
Current children cumulated vsize (KiB) 113564

[startup+462.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 9145
/proc/meminfo: memFree=1637416/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=455.05
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 45441 64 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 455.05
Current children cumulated vsize (KiB) 113564

[startup+522.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 9145
/proc/meminfo: memFree=1637416/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=514
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 51335 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 514
Current children cumulated vsize (KiB) 113564

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 9145
/proc/meminfo: memFree=1637416/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=572.94
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 57229 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590157 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 572.94
Current children cumulated vsize (KiB) 113564

[startup+642.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 9145
/proc/meminfo: memFree=1637416/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=631.89
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 63124 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 631.89
Current children cumulated vsize (KiB) 113564


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

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/95 9145
/proc/meminfo: memFree=1637224/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=867.64
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 86699 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 867.64
Current children cumulated vsize (KiB) 113564

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1637224/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=926.58
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 92593 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134600941 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 926.58
Current children cumulated vsize (KiB) 113564

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1637160/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=985.52
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 98487 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 985.52
Current children cumulated vsize (KiB) 113564

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1637160/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1044.47
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 104382 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1044.47
Current children cumulated vsize (KiB) 113564

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1637096/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1103.41
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 110276 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1103.41
Current children cumulated vsize (KiB) 113564

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1637032/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1162.35
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 116170 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1162.35
Current children cumulated vsize (KiB) 113564

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636840/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1221.29
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 122064 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1221.29
Current children cumulated vsize (KiB) 113564

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636712/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1280.23
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 127958 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134583297 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1280.23
Current children cumulated vsize (KiB) 113564

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636840/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1339.17
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 133852 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134600941 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1339.17
Current children cumulated vsize (KiB) 113564

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636776/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1398.11
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 139746 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1398.11
Current children cumulated vsize (KiB) 113564

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636840/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1457.05
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 145640 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1457.05
Current children cumulated vsize (KiB) 113564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636840/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1515.98
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 151533 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1515.98
Current children cumulated vsize (KiB) 113564

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636840/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1574.92
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 157427 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1574.92
Current children cumulated vsize (KiB) 113564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636840/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1633.87
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 163322 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1633.87
Current children cumulated vsize (KiB) 113564

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636776/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1692.81
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 169216 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1692.81
Current children cumulated vsize (KiB) 113564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636584/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1751.76
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 175111 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1751.76
Current children cumulated vsize (KiB) 113564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1831.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636584/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1800.09
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 179944 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 113564

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

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

[startup+1831.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 9145
/proc/meminfo: memFree=1636584/2055920 swapFree=4146952/4192956
[pid=9087] ppid=9085 vsize=113564 CPUtime=1800.09
/proc/9087/stat : 9087 (casperzao) R 9085 9087 7990 0 -1 4194304 124368 0 0 0 179944 65 0 0 25 0 1 0 683903640 116289536 4091 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/9087/statm: 28391 4091 495 235 0 27092 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 113564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1831.51
CPU time (s): 1800.11
CPU user time (s): 1799.45
CPU system time (s): 0.660899
CPU usage (%): 98.2852
Max. virtual memory (cumulated for all children) (KiB): 635200

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

runsolver used 1.80472 second user time and 4.98524 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-04 18:09:42
IDJOB=1076496
IDBENCH=56589
IDSOLVER=361
FILE ID=node80/1076496-1215187782
PBS_JOBID= 7881597
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-11_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076496-1215187782/watcher-1076496-1215187782 -o /tmp/evaluation-result-1076496-1215187782/solver-1076496-1215187782 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1076496-1215187782.xml 914400062 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6156340813783c268b56280fd8ae95c0
RANDOM SEED=914400062

node80.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:       1738152 kB
Buffers:         46444 kB
Cached:         127660 kB
SwapCached:      39892 kB
Active:         214076 kB
Inactive:        56372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738152 kB
SwapTotal:     4192956 kB
SwapFree:      4146952 kB
Dirty:            5732 kB
Writeback:           0 kB
Mapped:         103120 kB
Slab:            32556 kB
Committed_AS:  1088192 kB
PageTables:       1928 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= 66528 MiB
End job on node80 at 2008-07-04 18:40:16