Trace number 1079250

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.03 1808.31

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-8_ext.xml
MD5SUM2bd723ee11def96150341634742def81
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 benchmark81.5306
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints14
Maximum constraint arity8
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.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.00/0.21	c Building = 1
0.00/0.21	c [ NumberOfVariables = 48 ]
0.00/0.21	c [ NumberOfConstraints = 14 ]
0.00/0.21	c [ SizeOfSearchSpace(log2) = 225.621 ]
0.00/0.21	c SymmetrySearch = 1
0.28/0.34	c InitialPropagation = 1
0.28/0.35	c [ SizeOfSearchSpace(log2) = 222.502 ]
0.28/0.35	c InitialSAC = 1
0.78/0.85	c [ SizeOfSearchSpace(log2) = 222.502 ]
0.78/0.85	c Search(SampleFF) : 
101.30/101.85	c [ Sampling domwdeg ]
101.30/101.85	c [ Sampling impacts ]
101.30/101.85	c [ Sampling la ]
101.30/101.85	c [ SamplingScores: ]
101.30/101.85	c [ domwdeg+min = 0.00023901 | domwdeg+rnd = 0.00773518 ]
101.30/101.85	c [ impacts+min = 9.99111e-06 | impacts+rnd = 0.00221324 ]
101.30/101.85	c [ la+min = 6.44381e-07 | la+rnd = 1.68902e-05 ]
101.30/101.85	c [ domwdeg = 0.00398709 | impacts = 0.00111162 | la = 8.7673e-06 ]
101.30/101.85	c [ min = 8.3215e-05 | rand = 0.00111162 ]
101.30/101.85	c [ restarting at (0.282886,5.32869e-06) ]
102.00/102.57	c [ restarting at (0.707215,0.000137775) ]
103.79/104.35	c [ restarting at (1.76804,0.0016812) ]
108.17/108.79	c [ restarting at (4.42009,6.54947e-05) ]
119.23/119.84	c [ restarting at (11.0502,0.00349474) ]
146.71/147.49	c [ restarting at (27.6256,0.0120275) ]
215.50/216.58	c [ restarting at (69.064,0.00840577) ]
387.40/389.29	c [ restarting at (172.66,0.018053) ]
817.21/821.04	c [ restarting at (431.65,0.0547487) ]

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

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.23 0.82 0.96 4/81 26918
/proc/meminfo: memFree=1497864/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=18572 CPUtime=0
/proc/26918/stat : 26918 (runsolver) R 26916 26918 26736 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1999918516 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26918/statm: 4643 292 257 25 0 2626 0

[startup+0.213003 s]
/proc/loadavg: 0.23 0.82 0.96 4/81 26918
/proc/meminfo: memFree=1497864/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=112704 CPUtime=0.19
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 3927 0 0 0 18 1 0 0 19 0 1 0 1999918516 115408896 3887 996147200 134512640 135477443 4294956224 18446744073709551615 134644663 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 28176 3887 433 235 0 26877 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 112704

[startup+0.301809 s]
/proc/loadavg: 0.23 0.82 0.96 4/81 26918
/proc/meminfo: memFree=1497864/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=120708 CPUtime=0.28
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5344 0 0 0 26 2 0 0 19 0 1 0 1999918516 123604992 5298 996147200 134512640 135477443 4294956224 18446744073709551615 134535649 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 30177 5298 437 235 0 28878 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 120708

[startup+0.401819 s]
/proc/loadavg: 0.23 0.82 0.96 4/81 26918
/proc/meminfo: memFree=1497864/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=0.38
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5535 0 0 0 36 2 0 0 20 0 1 0 1999918516 102293504 840 996147200 134512640 135477443 4294956224 18446744073709551615 134600882 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 840 456 235 0 23675 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 99896

[startup+0.701871 s]
/proc/loadavg: 0.23 0.82 0.96 4/81 26918
/proc/meminfo: memFree=1497864/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=0.68
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5579 0 0 0 66 2 0 0 23 0 1 0 1999918516 102293504 884 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 884 456 235 0 23675 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99896

[startup+1.50202 s]
/proc/loadavg: 0.53 0.87 0.98 3/82 26919
/proc/meminfo: memFree=1455360/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1.48
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5700 0 0 0 145 3 0 0 25 0 1 0 1999918516 102293504 1005 996147200 134512640 135477443 4294956224 18446744073709551615 134601001 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1005 477 235 0 23675 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99896

[startup+3.1013 s]
/proc/loadavg: 0.53 0.87 0.98 3/82 26919
/proc/meminfo: memFree=1449024/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=3.08
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5721 0 0 0 305 3 0 0 25 0 1 0 1999918516 102293504 1026 996147200 134512640 135477443 4294956224 18446744073709551615 134609904 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1026 477 235 0 23675 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99896

[startup+6.30188 s]
/proc/loadavg: 0.65 0.89 0.99 3/82 26919
/proc/meminfo: memFree=1447104/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=6.26
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5723 0 0 0 623 3 0 0 25 0 1 0 1999918516 102293504 1028 996147200 134512640 135477443 4294956224 18446744073709551615 134583230 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1028 477 235 0 23675 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 99896

[startup+12.702 s]
/proc/loadavg: 0.76 0.91 0.99 3/74 26920
/proc/meminfo: memFree=1483592/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=12.62
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5723 0 0 0 1259 3 0 0 25 0 1 0 1999918516 102293504 1028 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1028 477 235 0 23675 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 99896

[startup+25.5053 s]
/proc/loadavg: 1.03 0.96 1.01 3/74 26920
/proc/meminfo: memFree=1477896/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=25.36
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5725 0 0 0 2533 3 0 0 25 0 1 0 1999918516 102293504 1030 996147200 134512640 135477443 4294956224 18446744073709551615 134609677 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1030 479 235 0 23675 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 99896

[startup+51.1019 s]
/proc/loadavg: 1.36 1.04 1.03 3/74 26920
/proc/meminfo: memFree=1477896/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=50.84
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5740 0 0 0 5081 3 0 0 25 0 1 0 1999918516 102293504 1045 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1045 479 235 0 23675 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 99896

[startup+102.301 s]
/proc/loadavg: 1.72 1.19 1.08 3/74 26920
/proc/meminfo: memFree=1477768/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=101.8
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5741 0 0 0 10177 3 0 0 25 0 1 0 1999918516 102293504 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1046 480 235 0 23675 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 99896

[startup+162.303 s]
/proc/loadavg: 1.89 1.33 1.13 3/74 26920
/proc/meminfo: memFree=1477576/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=161.53
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5770 0 0 0 16149 4 0 0 25 0 1 0 1999918516 102293504 1075 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1075 480 235 0 23675 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 99896

[startup+222.302 s]
/proc/loadavg: 1.96 1.45 1.19 3/74 26920
/proc/meminfo: memFree=1477384/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=221.26
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5770 0 0 0 22122 4 0 0 25 0 1 0 1999918516 102293504 1075 996147200 134512640 135477443 4294956224 18446744073709551615 134600988 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1075 480 235 0 23675 0
Current children cumulated CPU time (s) 221.26
Current children cumulated vsize (KiB) 99896

[startup+282.302 s]
/proc/loadavg: 1.98 1.55 1.23 3/74 26920
/proc/meminfo: memFree=1476104/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=280.98
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5770 0 0 0 28094 4 0 0 25 0 1 0 1999918516 102293504 1075 996147200 134512640 135477443 4294956224 18446744073709551615 134590434 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1075 480 235 0 23675 0
Current children cumulated CPU time (s) 280.98
Current children cumulated vsize (KiB) 99896

[startup+342.306 s]
/proc/loadavg: 1.99 1.63 1.28 3/74 26920
/proc/meminfo: memFree=1475080/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=340.71
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5778 0 0 0 34067 4 0 0 25 0 1 0 1999918516 102293504 1083 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1083 480 235 0 23675 0
Current children cumulated CPU time (s) 340.71
Current children cumulated vsize (KiB) 99896

[startup+402.301 s]
/proc/loadavg: 1.99 1.69 1.32 3/74 26920
/proc/meminfo: memFree=1473864/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=400.43
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5788 0 0 0 40039 4 0 0 25 0 1 0 1999918516 102293504 1093 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1093 480 235 0 23675 0
Current children cumulated CPU time (s) 400.43
Current children cumulated vsize (KiB) 99896

[startup+462.302 s]
/proc/loadavg: 1.99 1.75 1.36 3/74 26920
/proc/meminfo: memFree=1473288/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=460.15
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5788 0 0 0 46011 4 0 0 25 0 1 0 1999918516 102293504 1093 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1093 480 235 0 23675 0
Current children cumulated CPU time (s) 460.15
Current children cumulated vsize (KiB) 99896

[startup+522.302 s]
/proc/loadavg: 1.99 1.79 1.40 3/74 26920
/proc/meminfo: memFree=1472072/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=519.88
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5788 0 0 0 51984 4 0 0 25 0 1 0 1999918516 102293504 1093 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1093 480 235 0 23675 0
Current children cumulated CPU time (s) 519.88
Current children cumulated vsize (KiB) 99896

[startup+582.301 s]
/proc/loadavg: 1.99 1.83 1.43 3/74 26920
/proc/meminfo: memFree=1472008/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=579.61
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5788 0 0 0 57956 5 0 0 25 0 1 0 1999918516 102293504 1093 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1093 480 235 0 23675 0
Current children cumulated CPU time (s) 579.61
Current children cumulated vsize (KiB) 99896

[startup+642.301 s]
/proc/loadavg: 1.99 1.85 1.47 3/74 26920
/proc/meminfo: memFree=1469128/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=639.34
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5788 0 0 0 63929 5 0 0 25 0 1 0 1999918516 102293504 1093 996147200 134512640 135477443 4294956224 18446744073709551615 134600885 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1093 480 235 0 23675 0
Current children cumulated CPU time (s) 639.34
Current children cumulated vsize (KiB) 99896


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

[startup+882.301 s]
/proc/loadavg: 1.99 1.93 1.58 3/74 26920
/proc/meminfo: memFree=1463880/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=878.24
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5791 0 0 0 87819 5 0 0 25 0 1 0 1999918516 102293504 1096 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1096 480 235 0 23675 0
Current children cumulated CPU time (s) 878.24
Current children cumulated vsize (KiB) 99896

[startup+942.301 s]
/proc/loadavg: 1.99 1.94 1.60 3/74 26920
/proc/meminfo: memFree=1463816/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=937.96
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5791 0 0 0 93791 5 0 0 25 0 1 0 1999918516 102293504 1096 996147200 134512640 135477443 4294956224 18446744073709551615 134600965 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1096 480 235 0 23675 0
Current children cumulated CPU time (s) 937.96
Current children cumulated vsize (KiB) 99896

[startup+1002.31 s]
/proc/loadavg: 1.99 1.95 1.62 3/74 26920
/proc/meminfo: memFree=1463752/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=997.69
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 99764 5 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 997.69
Current children cumulated vsize (KiB) 99896

[startup+1062.3 s]
/proc/loadavg: 1.99 1.95 1.64 3/74 26920
/proc/meminfo: memFree=1463816/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1057.41
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 105736 5 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134610475 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 1057.41
Current children cumulated vsize (KiB) 99896

[startup+1122.3 s]
/proc/loadavg: 1.99 1.96 1.66 3/74 26920
/proc/meminfo: memFree=1463368/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1117.14
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 111709 5 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134600971 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 1117.14
Current children cumulated vsize (KiB) 99896

[startup+1182.3 s]
/proc/loadavg: 1.99 1.96 1.68 3/74 26920
/proc/meminfo: memFree=1461448/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1176.86
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 117681 5 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 1176.86
Current children cumulated vsize (KiB) 99896

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.70 3/74 26920
/proc/meminfo: memFree=1460296/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1236.59
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 123654 5 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 1236.59
Current children cumulated vsize (KiB) 99896

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.71 3/74 26920
/proc/meminfo: memFree=1460232/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1296.32
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 129627 5 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134590277 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 1296.32
Current children cumulated vsize (KiB) 99896

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/74 26920
/proc/meminfo: memFree=1460296/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1356.04
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 135598 6 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 1356.04
Current children cumulated vsize (KiB) 99896

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/74 26920
/proc/meminfo: memFree=1460360/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1415.77
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 141571 6 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 1415.77
Current children cumulated vsize (KiB) 99896

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/74 26920
/proc/meminfo: memFree=1460296/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1475.5
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 147544 6 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134590277 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 1475.5
Current children cumulated vsize (KiB) 99896

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/74 26920
/proc/meminfo: memFree=1459720/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1535.22
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5796 0 0 0 153516 6 0 0 25 0 1 0 1999918516 102293504 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134609916 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1101 480 235 0 23675 0
Current children cumulated CPU time (s) 1535.22
Current children cumulated vsize (KiB) 99896

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/74 26921
/proc/meminfo: memFree=1456456/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1594.94
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5802 0 0 0 159488 6 0 0 25 0 1 0 1999918516 102293504 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134600858 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1107 480 235 0 23675 0
Current children cumulated CPU time (s) 1594.94
Current children cumulated vsize (KiB) 99896

[startup+1662.31 s]
/proc/loadavg: 1.99 1.97 1.79 3/74 26922
/proc/meminfo: memFree=1454856/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1654.67
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5814 0 0 0 165461 6 0 0 25 0 1 0 1999918516 102293504 1119 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1119 480 235 0 23675 0
Current children cumulated CPU time (s) 1654.67
Current children cumulated vsize (KiB) 99896

[startup+1722.3 s]
/proc/loadavg: 2.05 1.99 1.81 3/74 26922
/proc/meminfo: memFree=1454792/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1714.39
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5814 0 0 0 171433 6 0 0 25 0 1 0 1999918516 102293504 1119 996147200 134512640 135477443 4294956224 18446744073709551615 134600955 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1119 480 235 0 23675 0
Current children cumulated CPU time (s) 1714.39
Current children cumulated vsize (KiB) 99896

[startup+1782.3 s]
/proc/loadavg: 2.07 2.00 1.82 3/74 26922
/proc/meminfo: memFree=1454664/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1774.12
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5819 0 0 0 177406 6 0 0 25 0 1 0 1999918516 102293504 1124 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/26918/statm: 24974 1124 480 235 0 23675 0
Current children cumulated CPU time (s) 1774.12
Current children cumulated vsize (KiB) 99896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.05 2.00 1.82 2/71 26923
/proc/meminfo: memFree=1523104/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1800.01
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5819 0 0 0 179995 6 0 0 25 0 1 0 1999918516 102293504 1124 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/26918/statm: 24974 1124 480 235 0 23675 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 99896

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

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

[startup+1808.3 s]
/proc/loadavg: 2.05 2.00 1.82 2/71 26923
/proc/meminfo: memFree=1523104/2055920 swapFree=4111004/4192956
[pid=26918] ppid=26916 vsize=99896 CPUtime=1800.01
/proc/26918/stat : 26918 (casperzao) R 26916 26918 26736 0 -1 4194304 5819 0 0 0 179995 6 0 0 25 0 1 0 1999918516 102293504 1124 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/26918/statm: 24974 1124 480 235 0 23675 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 99896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.31
CPU time (s): 1800.03
CPU user time (s): 1799.96
CPU system time (s): 0.069989
CPU usage (%): 99.5422
Max. virtual memory (cumulated for all children) (KiB): 120708

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

runsolver used 1.79673 second user time and 4.78827 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 00:11:37
IDJOB=1079250
IDBENCH=56870
IDSOLVER=361
FILE ID=node70/1079250-1215209496
PBS_JOBID= 7881772
Free space on /tmp= 66340 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2bd723ee11def96150341634742def81
RANDOM SEED=1626249843

node70.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.256
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.256
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:       1499688 kB
Buffers:         60668 kB
Cached:         301664 kB
SwapCached:      76540 kB
Active:         308176 kB
Inactive:       188072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1499688 kB
SwapTotal:     4192956 kB
SwapFree:      4111004 kB
Dirty:            6664 kB
Writeback:           0 kB
Mapped:         146860 kB
Slab:            45084 kB
Committed_AS:  4922628 kB
PageTables:       2056 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= 66340 MiB
End job on node70 at 2008-07-05 00:41:47