Trace number 1068372

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.05 1805.91

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg10-13_ext.xml
MD5SUM8c9efcf49315046185696eb2eddb35dd
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 variables130
Number of constraints23
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension23
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.29/0.31	c [ NumberOfVariables = 130 ]
0.29/0.31	c [ NumberOfConstraints = 23 ]
0.29/0.31	c [ SizeOfSearchSpace(log2) = 611.057 ]
0.29/0.31	c SymmetrySearch = 1
5.83/5.98	c InitialPropagation = 1
5.93/6.06	c [ SizeOfSearchSpace(log2) = 605.593 ]
5.93/6.06	c InitialSAC = 1
17.62/17.87	c [ SizeOfSearchSpace(log2) = 605.593 ]
17.62/17.87	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-1068372-1215153747/watcher-1068372-1215153747 -o /tmp/evaluation-result-1068372-1215153747/solver-1068372-1215153747 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1068372-1215153747.xml 971528205 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 4/82 6996
/proc/meminfo: memFree=1550992/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=1056 CPUtime=0
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1994346957 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 10519332 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 264 26 20 235 0 3 0

[startup+0.107632 s]
/proc/loadavg: 2.05 2.02 2.00 4/82 6996
/proc/meminfo: memFree=1550992/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=7592 CPUtime=0.09
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 1006 0 0 0 9 0 0 0 18 0 1 0 1994346957 7774208 966 996147200 134512640 135477443 4294956224 18446744073709551615 134713676 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 1898 966 365 235 0 599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7592

[startup+0.20165 s]
/proc/loadavg: 2.05 2.02 2.00 4/82 6996
/proc/meminfo: memFree=1550992/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104208 CPUtime=0.19
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 1669 0 0 0 18 1 0 0 18 0 1 0 1994346957 106708992 1629 996147200 134512640 135477443 4294956224 18446744073709551615 134616589 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26052 1629 401 235 0 24753 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 104208

[startup+0.301668 s]
/proc/loadavg: 2.05 2.02 2.00 4/82 6996
/proc/meminfo: memFree=1550992/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104208 CPUtime=0.29
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 1688 0 0 0 28 1 0 0 19 0 1 0 1994346957 106708992 1648 996147200 134512640 135477443 4294956224 18446744073709551615 134616606 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26052 1648 401 235 0 24753 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104208

[startup+0.701747 s]
/proc/loadavg: 2.05 2.02 2.00 4/82 6996
/proc/meminfo: memFree=1550992/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=130080 CPUtime=0.68
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 8198 0 0 0 64 4 0 0 23 0 1 0 1994346957 133201920 8158 996147200 134512640 135477443 4294956224 18446744073709551615 134630229 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 32520 8158 433 235 0 31221 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 130080

[startup+1.5029 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 6997
/proc/meminfo: memFree=1495688/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=176148 CPUtime=1.48
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 19702 0 0 0 138 10 0 0 25 0 1 0 1994346957 180375552 19662 996147200 134512640 135477443 4294956224 18446744073709551615 10953193 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 44037 19662 433 235 0 42738 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 176148

[startup+3.1012 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 6997
/proc/meminfo: memFree=1437256/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=257328 CPUtime=3.06
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 40016 0 0 0 288 18 0 0 25 0 1 0 1994346957 263503872 39976 996147200 134512640 135477443 4294956224 18446744073709551615 134635036 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 64332 39976 433 235 0 63033 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 257328

[startup+6.3028 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 6997
/proc/meminfo: memFree=1294536/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=6.23
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 65356 0 0 0 590 33 0 0 25 0 1 0 1994346957 106799104 2072 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2072 457 235 0 24775 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 104296

[startup+12.702 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 6997
/proc/meminfo: memFree=1532936/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=12.57
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 65483 0 0 0 1224 33 0 0 25 0 1 0 1994346957 106799104 2199 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2199 457 235 0 24775 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 104296

[startup+25.5014 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 6997
/proc/meminfo: memFree=1531400/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=25.25
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 65908 0 0 0 2491 34 0 0 25 0 1 0 1994346957 106799104 2624 996147200 134512640 135477443 4294956224 18446744073709551615 134600919 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2624 476 235 0 24775 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 104296

[startup+51.1012 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 6997
/proc/meminfo: memFree=1531144/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=50.61
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 65957 0 0 0 5027 34 0 0 25 0 1 0 1994346957 106799104 2673 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2673 476 235 0 24775 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 104296

[startup+102.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 6997
/proc/meminfo: memFree=1523784/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=101.32
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 65997 0 0 0 10098 34 0 0 25 0 1 0 1994346957 106799104 2713 996147200 134512640 135477443 4294956224 18446744073709551615 134590249 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2713 476 235 0 24775 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 104296

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 6997
/proc/meminfo: memFree=1523656/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=160.75
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66018 0 0 0 16041 34 0 0 25 0 1 0 1994346957 106799104 2734 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2734 476 235 0 24775 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 104296

[startup+222.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 6997
/proc/meminfo: memFree=1516040/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=220.19
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66022 0 0 0 21984 35 0 0 25 0 1 0 1994346957 106799104 2738 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2738 476 235 0 24775 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 104296

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 6997
/proc/meminfo: memFree=1508232/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=279.62
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66022 0 0 0 27927 35 0 0 25 0 1 0 1994346957 106799104 2738 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2738 476 235 0 24775 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 104296

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6997
/proc/meminfo: memFree=1499464/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=339.05
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66022 0 0 0 33869 36 0 0 25 0 1 0 1994346957 106799104 2738 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2738 476 235 0 24775 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 104296

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6997
/proc/meminfo: memFree=1497864/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=398.48
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66022 0 0 0 39812 36 0 0 25 0 1 0 1994346957 106799104 2738 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2738 476 235 0 24775 0
Current children cumulated CPU time (s) 398.48
Current children cumulated vsize (KiB) 104296

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6997
/proc/meminfo: memFree=1490312/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=457.91
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66027 0 0 0 45755 36 0 0 25 0 1 0 1994346957 106799104 2743 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/6996/statm: 26074 2743 476 235 0 24775 0
Current children cumulated CPU time (s) 457.91
Current children cumulated vsize (KiB) 104296

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1630728/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=517.58
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66080 0 0 0 51722 36 0 0 25 0 1 0 1994346957 106799104 2796 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2796 476 235 0 24775 0
Current children cumulated CPU time (s) 517.58
Current children cumulated vsize (KiB) 104296

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1561096/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=577.52
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 57716 36 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 577.52
Current children cumulated vsize (KiB) 104296

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1559368/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=637.46
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 63710 36 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 637.46
Current children cumulated vsize (KiB) 104296


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1554312/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=817.31
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 81694 37 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134600825 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 817.31
Current children cumulated vsize (KiB) 104296

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1554312/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=877.26
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 87689 37 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 877.26
Current children cumulated vsize (KiB) 104296

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1553352/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=937.2
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 93683 37 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 937.2
Current children cumulated vsize (KiB) 104296

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1552008/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=997.14
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 99677 37 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 997.14
Current children cumulated vsize (KiB) 104296

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1552008/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1057.09
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 105672 37 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1057.09
Current children cumulated vsize (KiB) 104296

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7005
/proc/meminfo: memFree=1551752/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1117.04
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 111667 37 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1117.04
Current children cumulated vsize (KiB) 104296

[startup+1182.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1727064/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1176.98
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 117659 39 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590327 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1176.98
Current children cumulated vsize (KiB) 104296

[startup+1242.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720856/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1236.93
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 123654 39 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1236.93
Current children cumulated vsize (KiB) 104296

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720728/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1296.87
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 129648 39 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1296.87
Current children cumulated vsize (KiB) 104296

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720728/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1356.82
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 135643 39 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1356.82
Current children cumulated vsize (KiB) 104296

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720728/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1416.77
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 141638 39 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1416.77
Current children cumulated vsize (KiB) 104296

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720664/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1476.71
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 147632 39 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134600882 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1476.71
Current children cumulated vsize (KiB) 104296

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720664/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1536.66
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 153627 39 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1536.66
Current children cumulated vsize (KiB) 104296

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720600/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1596.61
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 159622 39 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1596.61
Current children cumulated vsize (KiB) 104296

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720536/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1656.56
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 165617 39 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1656.56
Current children cumulated vsize (KiB) 104296

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720536/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1716.51
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 171611 40 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1716.51
Current children cumulated vsize (KiB) 104296

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720472/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1776.45
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 177605 40 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590235 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1776.45
Current children cumulated vsize (KiB) 104296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 7041
/proc/meminfo: memFree=1720280/2055920 swapFree=4117692/4192956
[pid=6996] ppid=6994 vsize=104296 CPUtime=1800.04
/proc/6996/stat : 6996 (casperzao) R 6994 6996 5776 0 -1 4194304 66084 0 0 0 179964 40 0 0 25 0 1 0 1994346957 106799104 2800 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/6996/statm: 26074 2800 476 235 0 24775 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 104296

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.91
CPU time (s): 1800.05
CPU user time (s): 1799.64
CPU system time (s): 0.406938
CPU usage (%): 99.6755
Max. virtual memory (cumulated for all children) (KiB): 376796

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

runsolver used 2.08468 second user time and 5.54316 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 08:42:27
IDJOB=1068372
IDBENCH=55513
IDSOLVER=361
FILE ID=node47/1068372-1215153747
PBS_JOBID= 7877383
Free space on /tmp= 66504 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg10-13_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068372-1215153747/watcher-1068372-1215153747 -o /tmp/evaluation-result-1068372-1215153747/solver-1068372-1215153747 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1068372-1215153747.xml 971528205 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8c9efcf49315046185696eb2eddb35dd
RANDOM SEED=971528205

node47.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.281
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.281
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:       1551472 kB
Buffers:         15732 kB
Cached:         127424 kB
SwapCached:      69140 kB
Active:         416860 kB
Inactive:        32596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1551472 kB
SwapTotal:     4192956 kB
SwapFree:      4117692 kB
Dirty:            4016 kB
Writeback:           0 kB
Mapped:         323312 kB
Slab:            39344 kB
Committed_AS:  4226984 kB
PageTables:       2636 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= 66544 MiB
End job on node47 at 2008-07-04 09:12:35