Trace number 1076336

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zito? (TO) 1800.12 1800.74

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-8_ext.xml
MD5SUM34494afd1f551fdba706a85e20b0d836
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.3693
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension16
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 CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.28/0.34	c [ NumberOfVariables = 64 ]
0.28/0.34	c [ NumberOfConstraints = 16 ]
0.28/0.34	c [ SizeOfSearchSpace(log2) = 300.828 ]
0.28/0.34	c SymmetrySearch = 1
9.33/9.50	c [ Found 2 symmetries ]
9.94/10.04	c InitialPropagation = 1
10.03/10.18	c [ SizeOfSearchSpace(log2) = 299.126 ]
10.03/10.18	c InitialSAC = 1
20.83/20.94	c [ SizeOfSearchSpace(log2) = 299.126 ]
20.83/20.94	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-1076336-1215186536/watcher-1076336-1215186536 -o /tmp/evaluation-result-1076336-1215186536/solver-1076336-1215186536 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1076336-1215186536.xml 1442751395 

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: 0.97 1.29 1.69 4/81 26729
/proc/meminfo: memFree=1360184/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=1052 CPUtime=0
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1548320414 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 6849316 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/26729/statm: 263 26 20 234 0 3 0

[startup+0.107644 s]
/proc/loadavg: 0.97 1.29 1.69 4/81 26729
/proc/meminfo: memFree=1360184/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=7616 CPUtime=0.09
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 995 0 0 0 9 0 0 0 18 0 1 0 1548320414 7798784 955 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 1 0 0
/proc/26729/statm: 1904 955 364 234 0 606 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7616

[startup+0.201678 s]
/proc/loadavg: 0.97 1.29 1.69 4/81 26729
/proc/meminfo: memFree=1360184/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=103952 CPUtime=0.18
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 1631 0 0 0 18 0 0 0 18 0 1 0 1548320414 106446848 1591 996147200 134512640 135472138 4294956224 18446744073709551615 134606206 0 0 4096 0 0 0 0 17 1 0 0
/proc/26729/statm: 25988 1591 404 234 0 24690 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 103952

[startup+0.301709 s]
/proc/loadavg: 0.97 1.29 1.69 4/81 26729
/proc/meminfo: memFree=1360184/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=103952 CPUtime=0.28
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 1638 0 0 0 28 0 0 0 19 0 1 0 1548320414 106446848 1598 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/26729/statm: 25988 1598 404 234 0 24690 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103952

[startup+0.701836 s]
/proc/loadavg: 0.97 1.29 1.69 4/81 26729
/proc/meminfo: memFree=1360184/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=132200 CPUtime=0.68
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 8764 0 0 0 64 4 0 0 23 0 1 0 1548320414 135372800 8724 996147200 134512640 135472138 4294956224 18446744073709551615 134629236 0 0 4096 0 0 0 0 17 1 0 0
/proc/26729/statm: 33050 8724 433 234 0 31752 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 132200

[startup+1.50111 s]
/proc/loadavg: 0.97 1.29 1.69 3/82 26730
/proc/meminfo: memFree=1286896/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=189356 CPUtime=1.47
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 23030 0 0 0 135 12 0 0 25 0 1 0 1548320414 193900544 22990 996147200 134512640 135472138 4294956224 18446744073709551615 7284347 0 0 4096 0 0 0 0 17 1 0 0
/proc/26729/statm: 47339 22990 433 234 0 46041 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 189356

[startup+3.1016 s]
/proc/loadavg: 0.97 1.29 1.69 3/82 26730
/proc/meminfo: memFree=1062576/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=293900 CPUtime=3.05
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 49166 0 0 0 277 28 0 0 25 0 1 0 1548320414 300953600 49126 996147200 134512640 135472138 4294956224 18446744073709551615 7284347 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 73475 49127 433 234 0 72177 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 293900

[startup+6.30162 s]
/proc/loadavg: 1.13 1.32 1.70 3/83 26770
/proc/meminfo: memFree=1220384/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=451712 CPUtime=6.25
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 80711 0 0 0 585 40 0 0 25 0 1 0 1548320414 462553088 80313 996147200 134512640 135472138 4294956224 18446744073709551615 134533672 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 112928 80313 440 234 0 111630 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 451712

[startup+12.7017 s]
/proc/loadavg: 1.28 1.35 1.71 4/83 26770
/proc/meminfo: memFree=1295200/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=12.63
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91286 0 0 0 1218 45 0 0 25 0 1 0 1548320414 350023680 61358 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61358 465 234 0 84157 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 341820

[startup+25.5014 s]
/proc/loadavg: 1.44 1.38 1.71 3/83 26770
/proc/meminfo: memFree=1294240/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=25.58
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91530 0 0 0 2513 45 0 0 25 0 1 0 1548320414 350023680 61602 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61602 482 234 0 84157 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 341820

[startup+51.1019 s]
/proc/loadavg: 1.63 1.43 1.72 3/74 26800
/proc/meminfo: memFree=1210728/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=51.16
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91547 0 0 0 5070 46 0 0 25 0 1 0 1548320414 350023680 61619 996147200 134512640 135472138 4294956224 18446744073709551615 134605026 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61619 482 234 0 84157 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 341820

[startup+102.302 s]
/proc/loadavg: 1.84 1.51 1.73 3/74 26800
/proc/meminfo: memFree=1210664/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=102.33
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91549 0 0 0 10187 46 0 0 25 0 1 0 1548320414 350023680 61621 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61621 482 234 0 84157 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 341820

[startup+162.302 s]
/proc/loadavg: 1.94 1.60 1.74 3/74 26800
/proc/meminfo: memFree=1210664/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=162.3
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91554 0 0 0 16184 46 0 0 25 0 1 0 1548320414 350023680 61626 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61626 482 234 0 84157 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 341820

[startup+222.302 s]
/proc/loadavg: 1.98 1.67 1.75 3/74 26800
/proc/meminfo: memFree=1210600/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=222.27
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91585 0 0 0 22181 46 0 0 25 0 1 0 1548320414 350023680 61657 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61657 482 234 0 84157 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 341820

[startup+282.302 s]
/proc/loadavg: 1.99 1.73 1.77 3/74 26800
/proc/meminfo: memFree=1210600/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=282.24
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91585 0 0 0 28178 46 0 0 25 0 1 0 1548320414 350023680 61657 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61657 482 234 0 84157 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 341820

[startup+342.302 s]
/proc/loadavg: 1.99 1.77 1.78 3/74 26800
/proc/meminfo: memFree=1210600/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=342.21
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91585 0 0 0 34175 46 0 0 25 0 1 0 1548320414 350023680 61657 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61657 482 234 0 84157 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 341820

[startup+402.301 s]
/proc/loadavg: 1.99 1.81 1.79 3/74 26800
/proc/meminfo: memFree=1210600/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=402.19
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91585 0 0 0 40172 47 0 0 25 0 1 0 1548320414 350023680 61657 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61657 482 234 0 84157 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 341820

[startup+462.301 s]
/proc/loadavg: 1.99 1.84 1.80 3/74 26800
/proc/meminfo: memFree=1210600/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=462.16
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91599 0 0 0 46169 47 0 0 25 0 1 0 1548320414 350023680 61671 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61671 482 234 0 84157 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 341820

[startup+522.301 s]
/proc/loadavg: 2.05 1.88 1.82 3/74 26800
/proc/meminfo: memFree=1210600/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=522.13
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91600 0 0 0 52166 47 0 0 25 0 1 0 1548320414 350023680 61672 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61672 482 234 0 84157 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 341820

[startup+582.301 s]
/proc/loadavg: 2.02 1.90 1.82 3/74 26800
/proc/meminfo: memFree=1210536/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=582.09
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 58162 47 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 341820

[startup+642.307 s]
/proc/loadavg: 2.00 1.92 1.83 3/74 26800
/proc/meminfo: memFree=1210536/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=642.08
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 64161 47 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 341820


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

[startup+822.303 s]
/proc/loadavg: 2.08 1.96 1.85 3/74 26806
/proc/meminfo: memFree=1210208/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=822.02
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 82155 47 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 341820

[startup+882.301 s]
/proc/loadavg: 2.03 1.97 1.86 3/74 26806
/proc/meminfo: memFree=1210208/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=882.02
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 88154 48 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 341820

[startup+942.302 s]
/proc/loadavg: 2.01 1.97 1.87 3/74 26806
/proc/meminfo: memFree=1210208/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=942
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 94152 48 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 341820

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/75 26807
/proc/meminfo: memFree=1210264/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1001.98
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 100150 48 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 341820

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/75 26807
/proc/meminfo: memFree=1210272/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1061.97
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 106149 48 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 341820

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/75 26807
/proc/meminfo: memFree=1210272/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1121.94
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 112146 48 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 341820

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/75 26807
/proc/meminfo: memFree=1210272/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1181.92
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 118144 48 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134605005 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 341820

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/75 26807
/proc/meminfo: memFree=1210144/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1241.9
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 124142 48 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 341820

[startup+1302.31 s]
/proc/loadavg: 2.00 1.97 1.90 3/75 26807
/proc/meminfo: memFree=1210144/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1301.87
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 130139 48 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 341820

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/75 26807
/proc/meminfo: memFree=1210016/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1361.85
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 136137 48 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 341820

[startup+1422.3 s]
/proc/loadavg: 2.06 1.99 1.91 3/73 26835
/proc/meminfo: memFree=1312880/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1421.83
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 142134 49 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585026 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 341820

[startup+1482.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/73 26835
/proc/meminfo: memFree=1312880/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1481.8
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 148131 49 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 341820

[startup+1542.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/73 26835
/proc/meminfo: memFree=1312816/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1541.78
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 154129 49 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134604891 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 341820

[startup+1602.3 s]
/proc/loadavg: 2.06 2.00 1.92 3/73 26835
/proc/meminfo: memFree=1312816/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1601.76
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 160126 50 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 341820

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/73 26835
/proc/meminfo: memFree=1312816/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1661.73
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 166123 50 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 341820

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/73 26835
/proc/meminfo: memFree=1312816/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1721.7
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 172120 50 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 341820

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/73 26835
/proc/meminfo: memFree=1312752/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1781.68
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 178118 50 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 341820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.01 2.00 1.93 3/73 26835
/proc/meminfo: memFree=1312752/2055920 swapFree=4180408/4192956
[pid=26729] ppid=26727 vsize=341820 CPUtime=1800.07
/proc/26729/stat : 26729 (casperzito) R 26727 26729 21455 0 -1 4194304 91618 0 0 0 179957 50 0 0 25 0 1 0 1548320414 350023680 61690 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26729/statm: 85455 61690 482 234 0 84157 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 341820

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): 1800.74
CPU time (s): 1800.12
CPU user time (s): 1799.57
CPU system time (s): 0.540917
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 482308

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

runsolver used 1.93971 second user time and 4.85226 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 17:48:56
IDJOB=1076336
IDBENCH=56582
IDSOLVER=362
FILE ID=node55/1076336-1215186536
PBS_JOBID= 7881448
Free space on /tmp= 66424 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34494afd1f551fdba706a85e20b0d836
RANDOM SEED=1442751395

node55.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.261
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.261
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:       1360664 kB
Buffers:         72888 kB
Cached:         344220 kB
SwapCached:       6804 kB
Active:         429440 kB
Inactive:       205632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360664 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:           74092 kB
Writeback:           0 kB
Mapped:         233740 kB
Slab:            44916 kB
Committed_AS:  3295016 kB
PageTables:       2276 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= 66424 MiB
End job on node55 at 2008-07-04 18:18:59