Trace number 2071912

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
pcs 0.3.2? (TO) 1800.11 1803.81

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-8_ext.xml
MD5SUMf207288eaa483cbbaf4065407b0dc8d2
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 variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c small-domain mode
0.01/0.03	c Seed is 315655196
0.01/0.03	c Constructing HOME/instance-2071912-1247711083.xml  with 15 constraints
0.27/0.34	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071912-1247711083/watcher-2071912-1247711083 -o /tmp/evaluation-result-2071912-1247711083/solver-2071912-1247711083 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 315655196 HOME/instance-2071912-1247711083.xml 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.09 2.12 4/82 15986
/proc/meminfo: memFree=864144/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (pcssolve) S 15984 15986 15200 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 58173354 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 242 201 169 0 50 0
[pid=15987] ppid=15986 vsize=5356 CPUtime=0
/proc/15987/stat : 15987 (pcssolve) R 15986 15986 15200 0 -1 4194368 22 0 0 0 0 0 0 0 19 0 1 0 58173355 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 269807578407 0 0 4096 0 0 0 0 17 1 0 0
/proc/15987/statm: 1339 243 202 169 0 50 0
[pid=15988] ppid=15986 vsize=3676 CPUtime=0
/proc/15988/stat : 15988 (grep) S 15986 15986 15200 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 58173355 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 269807747154 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/15988/statm: 919 121 99 19 0 43 0

[startup+0.0324201 s]
/proc/loadavg: 2.14 2.09 2.12 4/82 15986
/proc/meminfo: memFree=864144/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=680 CPUtime=0.01
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 400 2327 0 0 0 0 0 1 20 0 1 0 58173354 696320 26 996147200 134512640 135095119 4294956304 18446744073709551615 5567268 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 170 26 20 142 0 3 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 680

[startup+0.101742 s]
/proc/loadavg: 2.14 2.09 2.12 4/82 15986
/proc/meminfo: memFree=864144/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=5680 CPUtime=0.07
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1119 2327 0 0 6 0 0 1 20 0 1 0 58173354 5816320 728 996147200 134512640 135095119 4294956304 18446744073709551615 6033030 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1420 728 361 142 0 374 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5680

[startup+0.301763 s]
/proc/loadavg: 2.14 2.09 2.12 4/82 15986
/proc/meminfo: memFree=864144/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7780 CPUtime=0.27
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1697 2327 0 0 26 0 0 1 22 0 1 0 58173354 7966720 1100 996147200 134512640 135095119 4294956304 18446744073709551615 134921151 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1945 1100 375 142 0 899 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7780

[startup+0.701805 s]
/proc/loadavg: 2.14 2.09 2.12 4/82 15986
/proc/meminfo: memFree=864144/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=0.67
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 66 0 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134927088 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7652

[startup+1.50189 s]
/proc/loadavg: 2.21 2.11 2.12 3/83 15992
/proc/meminfo: memFree=860552/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=1.46
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 145 0 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 7652

[startup+3.10106 s]
/proc/loadavg: 2.21 2.11 2.12 3/83 15992
/proc/meminfo: memFree=860424/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=3.04
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 303 0 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918280 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 7652

[startup+6.3014 s]
/proc/loadavg: 2.19 2.11 2.12 3/83 15992
/proc/meminfo: memFree=860360/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=6.21
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 620 0 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 7652

[startup+12.7011 s]
/proc/loadavg: 2.26 2.12 2.13 3/83 15992
/proc/meminfo: memFree=860424/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=12.56
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 1255 0 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 7652

[startup+25.5015 s]
/proc/loadavg: 2.22 2.12 2.13 3/83 15992
/proc/meminfo: memFree=860488/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=25.26
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 2524 1 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 7652

[startup+51.1012 s]
/proc/loadavg: 2.27 2.14 2.13 3/83 15992
/proc/meminfo: memFree=860488/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=50.64
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 5062 1 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 7652

[startup+102.307 s]
/proc/loadavg: 2.48 2.22 2.16 3/83 15992
/proc/meminfo: memFree=860552/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=101.4
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 10138 1 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 7652

[startup+162.301 s]
/proc/loadavg: 2.32 2.23 2.17 4/83 15992
/proc/meminfo: memFree=860488/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=160.88
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 16086 1 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 7652

[startup+222.302 s]
/proc/loadavg: 2.11 2.19 2.16 3/83 15992
/proc/meminfo: memFree=860424/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=220.37
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 22035 1 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 7652

[startup+282.302 s]
/proc/loadavg: 1.91 2.11 2.13 3/74 16619
/proc/meminfo: memFree=1265688/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=7652 CPUtime=279.49
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1858 2327 0 0 27945 3 0 1 25 0 1 0 58173354 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 279.49
Current children cumulated vsize (KiB) 7652

[startup+342.302 s]
/proc/loadavg: 1.96 2.08 2.12 3/74 16619
/proc/meminfo: memFree=1263384/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8168 CPUtime=339.47
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1926 2327 0 0 33943 3 0 1 25 0 1 0 58173354 8364032 1325 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2042 1325 389 142 0 996 0
Current children cumulated CPU time (s) 339.47
Current children cumulated vsize (KiB) 8168

[startup+402.302 s]
/proc/loadavg: 1.98 2.07 2.11 3/74 16619
/proc/meminfo: memFree=1260184/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8168 CPUtime=399.45
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1938 2327 0 0 39941 3 0 1 25 0 1 0 58173354 8364032 1337 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2042 1337 389 142 0 996 0
Current children cumulated CPU time (s) 399.45
Current children cumulated vsize (KiB) 8168

[startup+462.301 s]
/proc/loadavg: 1.99 2.05 2.09 3/74 16619
/proc/meminfo: memFree=1257816/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8168 CPUtime=459.43
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1949 2327 0 0 45939 3 0 1 25 0 1 0 58173354 8364032 1348 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2042 1348 389 142 0 996 0
Current children cumulated CPU time (s) 459.43
Current children cumulated vsize (KiB) 8168

[startup+522.306 s]
/proc/loadavg: 1.99 2.04 2.09 3/74 16619
/proc/meminfo: memFree=1256152/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8168 CPUtime=519.42
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1960 2327 0 0 51938 3 0 1 25 0 1 0 58173354 8364032 1359 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2042 1359 389 142 0 996 0
Current children cumulated CPU time (s) 519.42
Current children cumulated vsize (KiB) 8168

[startup+582.301 s]
/proc/loadavg: 1.99 2.03 2.08 3/74 16619
/proc/meminfo: memFree=1254744/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8168 CPUtime=579.4
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 1972 2327 0 0 57936 3 0 1 25 0 1 0 58173354 8364032 1371 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2042 1371 389 142 0 996 0
Current children cumulated CPU time (s) 579.4
Current children cumulated vsize (KiB) 8168

[startup+642.302 s]
/proc/loadavg: 1.99 2.02 2.07 3/74 16619
/proc/meminfo: memFree=1251928/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8168 CPUtime=639.39

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

[startup+822.302 s]
/proc/loadavg: 1.99 2.01 2.06 3/74 16619
/proc/meminfo: memFree=1249816/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8680 CPUtime=819.33
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2151 2327 0 0 81929 3 0 1 25 0 1 0 58173354 8888320 1421 996147200 134512640 135095119 4294956304 18446744073709551615 134918192 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2170 1421 389 142 0 1124 0
Current children cumulated CPU time (s) 819.33
Current children cumulated vsize (KiB) 8680

[startup+882.301 s]
/proc/loadavg: 1.99 2.00 2.05 3/74 16619
/proc/meminfo: memFree=1247384/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8680 CPUtime=879.31
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2164 2327 0 0 87927 3 0 1 25 0 1 0 58173354 8888320 1434 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2170 1434 389 142 0 1124 0
Current children cumulated CPU time (s) 879.31
Current children cumulated vsize (KiB) 8680

[startup+942.302 s]
/proc/loadavg: 1.99 2.00 2.05 3/74 16619
/proc/meminfo: memFree=1245528/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8680 CPUtime=939.3
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2180 2327 0 0 93926 3 0 1 25 0 1 0 58173354 8888320 1450 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2170 1450 389 142 0 1124 0
Current children cumulated CPU time (s) 939.3
Current children cumulated vsize (KiB) 8680

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/74 16619
/proc/meminfo: memFree=1243736/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8680 CPUtime=999.28
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2199 2327 0 0 99924 3 0 1 25 0 1 0 58173354 8888320 1469 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2170 1469 389 142 0 1124 0
Current children cumulated CPU time (s) 999.28
Current children cumulated vsize (KiB) 8680

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 2.03 3/74 16619
/proc/meminfo: memFree=1241752/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8812 CPUtime=1059.26
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2240 2327 0 0 105922 3 0 1 25 0 1 0 58173354 9023488 1510 996147200 134512640 135095119 4294956304 18446744073709551615 134927067 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2203 1510 389 142 0 1157 0
Current children cumulated CPU time (s) 1059.26
Current children cumulated vsize (KiB) 8812

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.03 3/74 16619
/proc/meminfo: memFree=1239704/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=8812 CPUtime=1119.24
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2271 2327 0 0 111920 3 0 1 25 0 1 0 58173354 9023488 1541 996147200 134512640 135095119 4294956304 18446744073709551615 134927013 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2203 1541 389 142 0 1157 0
Current children cumulated CPU time (s) 1119.24
Current children cumulated vsize (KiB) 8812

[startup+1182.31 s]
/proc/loadavg: 1.99 2.00 2.02 3/74 16619
/proc/meminfo: memFree=1237912/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=9964 CPUtime=1179.23
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2557 2327 0 0 117919 3 0 1 25 0 1 0 58173354 10203136 1570 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2491 1570 389 142 0 1445 0
Current children cumulated CPU time (s) 1179.23
Current children cumulated vsize (KiB) 9964

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.02 3/74 16619
/proc/meminfo: memFree=1236504/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=9964 CPUtime=1239.21
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2585 2327 0 0 123917 3 0 1 25 0 1 0 58173354 10203136 1598 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2491 1598 389 142 0 1445 0
Current children cumulated CPU time (s) 1239.21
Current children cumulated vsize (KiB) 9964

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/74 16619
/proc/meminfo: memFree=1233944/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1299.19
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2796 2327 0 0 129915 3 0 1 25 0 1 0 58173354 11145216 1809 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2721 1809 389 142 0 1675 0
Current children cumulated CPU time (s) 1299.19
Current children cumulated vsize (KiB) 10884

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 16619
/proc/meminfo: memFree=1232024/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1359.17
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2816 2327 0 0 135913 3 0 1 25 0 1 0 58173354 11145216 1829 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2721 1829 389 142 0 1675 0
Current children cumulated CPU time (s) 1359.17
Current children cumulated vsize (KiB) 10884

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 16619
/proc/meminfo: memFree=1228824/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1419.16
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2836 2327 0 0 141912 3 0 1 25 0 1 0 58173354 11145216 1849 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2721 1849 389 142 0 1675 0
Current children cumulated CPU time (s) 1419.16
Current children cumulated vsize (KiB) 10884

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 16619
/proc/meminfo: memFree=1218328/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1479.14
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2856 2327 0 0 147910 3 0 1 25 0 1 0 58173354 11145216 1869 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2721 1869 389 142 0 1675 0
Current children cumulated CPU time (s) 1479.14
Current children cumulated vsize (KiB) 10884

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 16619
/proc/meminfo: memFree=1217240/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1539.12
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2878 2327 0 0 153908 3 0 1 25 0 1 0 58173354 11145216 1891 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2721 1891 389 142 0 1675 0
Current children cumulated CPU time (s) 1539.12
Current children cumulated vsize (KiB) 10884

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 16619
/proc/meminfo: memFree=1213144/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1599.1
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2898 2327 0 0 159906 3 0 1 25 0 1 0 58173354 11145216 1911 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2721 1911 389 142 0 1675 0
Current children cumulated CPU time (s) 1599.1
Current children cumulated vsize (KiB) 10884

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 16621
/proc/meminfo: memFree=1206808/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1659.08
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2912 2327 0 0 165904 3 0 1 25 0 1 0 58173354 11145216 1925 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15986/statm: 2721 1925 389 142 0 1675 0
Current children cumulated CPU time (s) 1659.08
Current children cumulated vsize (KiB) 10884

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 16653
/proc/meminfo: memFree=1265184/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1718.92
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2928 2327 0 0 171887 4 0 1 25 0 1 0 58173354 11145216 1941 996147200 134512640 135095119 4294956304 18446744073709551615 134918079 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 2721 1941 389 142 0 1675 0
Current children cumulated CPU time (s) 1718.92
Current children cumulated vsize (KiB) 10884

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 16653
/proc/meminfo: memFree=1261728/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1778.68
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2945 2327 0 0 177863 4 0 1 25 0 1 0 58173354 11145216 1958 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 2721 1958 389 142 0 1675 0
Current children cumulated CPU time (s) 1778.68
Current children cumulated vsize (KiB) 10884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.8 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 16653
/proc/meminfo: memFree=1261280/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=10884 CPUtime=1800.09
/proc/15986/stat : 15986 (pcs.small) R 15984 15986 15200 0 -1 4194304 2956 2327 0 0 180004 4 0 1 25 0 1 0 58173354 11145216 1969 996147200 134512640 135095119 4294956304 18446744073709551615 134927067 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 2721 1969 389 142 0 1675 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10884

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): 1803.81
CPU time (s): 1800.11
CPU user time (s): 1800.06
CPU system time (s): 0.054991
CPU usage (%): 99.7952
Max. virtual memory (cumulated for all children) (KiB): 10884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.06
system time used= 0.054991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5283
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= 22
involuntary context switches= 14935

runsolver used 1.86472 second user time and 4.71428 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-16 04:24:43
IDJOB=2071912
IDBENCH=55553
IDSOLVER=733
FILE ID=node81/2071912-1247711083
PBS_JOBID= 9521337
Free space on /tmp= 126664 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg7-8_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071912-1247711083/watcher-2071912-1247711083 -o /tmp/evaluation-result-2071912-1247711083/solver-2071912-1247711083 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 315655196 HOME/instance-2071912-1247711083.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f207288eaa483cbbaf4065407b0dc8d2
RANDOM SEED=315655196

node81.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.233
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.233
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:        864560 kB
Buffers:         88860 kB
Cached:         573188 kB
SwapCached:          0 kB
Active:         619328 kB
Inactive:       480440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        864560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:         458196 kB
Slab:            75564 kB
Committed_AS:  1002148 kB
PageTables:       2864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126660 MiB
End job on node81 at 2009-07-16 04:54:49