Trace number 2071560

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.08 1808.21

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg6-10_ext.xml
MD5SUM77cf315d85c5b0dc6faca98dd915c7cb
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 variables60
Number of constraints16
Maximum constraint arity10
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

0.00/0.03	c small-domain mode
0.00/0.03	c Seed is 644039040
0.00/0.03	c Constructing HOME/instance-2071560-1247710362.xml  with 16 constraints
0.28/0.31	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-2071560-1247710362/watcher-2071560-1247710362 -o /tmp/evaluation-result-2071560-1247710362/solver-2071560-1247710362 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 644039040 HOME/instance-2071560-1247710362.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.18 2.70 2.52 4/81 13401
/proc/meminfo: memFree=1532232/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=5356 CPUtime=0
/proc/13401/stat : 13401 (pcssolve) S 13399 13401 9232 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 58100632 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13401/statm: 1339 242 201 169 0 50 0
[pid=13402] ppid=13401 vsize=5356 CPUtime=0
/proc/13402/stat : 13402 (pcssolve) R 13401 13401 9232 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 58100632 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882554484 0 0 4100 65536 0 0 0 17 0 0 0
/proc/13402/statm: 1339 242 201 169 0 50 0
[pid=13403] ppid=13401 vsize=3676 CPUtime=0
/proc/13403/stat : 13403 (grep) S 13401 13401 9232 0 -1 4194304 154 0 0 0 0 0 0 0 20 0 1 0 58100632 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 231882850386 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/13403/statm: 919 121 99 19 0 43 0

[startup+0.026163 s]
/proc/loadavg: 2.18 2.70 2.52 4/81 13401
/proc/meminfo: memFree=1532232/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=5356 CPUtime=0
/proc/13401/stat : 13401 (pcssolve) R 13399 13401 9232 0 -1 4194304 348 1652 0 0 0 0 0 0 20 0 1 0 58100632 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 231882680991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/13401/statm: 1339 243 202 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102166 s]
/proc/loadavg: 2.18 2.70 2.52 4/81 13401
/proc/meminfo: memFree=1532232/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=5784 CPUtime=0.09
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1123 2327 0 0 6 1 1 1 21 0 1 0 58100632 5922816 732 996147200 134512640 135095119 4294956304 18446744073709551615 134653849 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1446 732 361 142 0 400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5784

[startup+0.301189 s]
/proc/loadavg: 2.18 2.70 2.52 4/81 13401
/proc/meminfo: memFree=1532232/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7860 CPUtime=0.28
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1676 2327 0 0 25 1 1 1 22 0 1 0 58100632 8048640 1124 996147200 134512640 135095119 4294956304 18446744073709551615 134944929 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1965 1124 375 142 0 919 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7860

[startup+0.701236 s]
/proc/loadavg: 2.18 2.70 2.52 4/81 13401
/proc/meminfo: memFree=1532232/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=0.68
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 65 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7156

[startup+1.50233 s]
/proc/loadavg: 2.18 2.70 2.52 3/82 13407
/proc/meminfo: memFree=1528896/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=1.49
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 146 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7156

[startup+3.10152 s]
/proc/loadavg: 2.18 2.70 2.52 3/82 13407
/proc/meminfo: memFree=1528704/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=3.08
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 305 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7156

[startup+6.3019 s]
/proc/loadavg: 2.17 2.69 2.52 3/82 13407
/proc/meminfo: memFree=1528768/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=6.28
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 625 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134926993 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7156

[startup+12.7016 s]
/proc/loadavg: 2.15 2.68 2.52 3/82 13407
/proc/meminfo: memFree=1528848/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=12.68
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 1265 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7156

[startup+25.5012 s]
/proc/loadavg: 2.12 2.64 2.51 3/82 13407
/proc/meminfo: memFree=1528912/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=25.47
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 2544 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 7156

[startup+51.1012 s]
/proc/loadavg: 2.13 2.61 2.50 3/82 13407
/proc/meminfo: memFree=1528976/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=51.06
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 5103 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 7156

[startup+102.306 s]
/proc/loadavg: 2.19 2.54 2.48 3/82 13407
/proc/meminfo: memFree=1528912/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=102.25
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 10222 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 7156

[startup+162.301 s]
/proc/loadavg: 2.13 2.46 2.45 3/82 13407
/proc/meminfo: memFree=1528848/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=162.21
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 16218 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134927070 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 7156

[startup+222.301 s]
/proc/loadavg: 2.16 2.40 2.43 3/82 13407
/proc/meminfo: memFree=1528848/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=222.19
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 22216 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134927075 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 7156

[startup+282.301 s]
/proc/loadavg: 2.10 2.34 2.41 3/82 13407
/proc/meminfo: memFree=1528848/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7156 CPUtime=282.17
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1692 2327 0 0 28214 1 1 1 25 0 1 0 58100632 7327744 1135 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1789 1135 389 142 0 743 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 7156

[startup+342.301 s]
/proc/loadavg: 2.13 2.31 2.39 3/82 13407
/proc/meminfo: memFree=1528784/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7672 CPUtime=342.14
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1758 2327 0 0 34211 1 1 1 25 0 1 0 58100632 7856128 1201 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1918 1201 389 142 0 872 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 7672

[startup+402.302 s]
/proc/loadavg: 2.09 2.26 2.37 3/82 13407
/proc/meminfo: memFree=1528720/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7672 CPUtime=402.12
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1768 2327 0 0 40209 1 1 1 25 0 1 0 58100632 7856128 1211 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1918 1211 389 142 0 872 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 7672

[startup+462.302 s]
/proc/loadavg: 2.07 2.23 2.35 3/82 13407
/proc/meminfo: memFree=1528656/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7672 CPUtime=462.09
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1780 2327 0 0 46206 1 1 1 25 0 1 0 58100632 7856128 1223 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1918 1223 389 142 0 872 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 7672

[startup+522.302 s]
/proc/loadavg: 2.10 2.21 2.33 3/82 13407
/proc/meminfo: memFree=1528656/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7672 CPUtime=522.07
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1793 2327 0 0 52204 1 1 1 25 0 1 0 58100632 7856128 1236 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1918 1236 389 142 0 872 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 7672

[startup+582.302 s]
/proc/loadavg: 2.07 2.18 2.32 3/82 13407
/proc/meminfo: memFree=1528528/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7672 CPUtime=582.04
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 1805 2327 0 0 58201 1 1 1 25 0 1 0 58100632 7856128 1248 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/13401/statm: 1918 1248 389 142 0 872 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 7672

[startup+642.302 s]
/proc/loadavg: 2.13 2.18 2.30 3/82 13407
/proc/meminfo: memFree=1528464/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=7672 CPUtime=642.03

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

[startup+822.302 s]
/proc/loadavg: 2.00 2.09 2.24 3/83 13450
/proc/meminfo: memFree=1519688/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=8448 CPUtime=821.55
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2048 2327 0 0 82151 2 1 1 25 0 1 0 58100632 8650752 1362 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2112 1362 389 142 0 1066 0
Current children cumulated CPU time (s) 821.55
Current children cumulated vsize (KiB) 8448

[startup+882.302 s]
/proc/loadavg: 1.89 2.04 2.21 3/73 13547
/proc/meminfo: memFree=1539872/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=8448 CPUtime=881.15
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2061 2327 0 0 88110 3 1 1 25 0 1 0 58100632 8650752 1375 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2112 1375 389 142 0 1066 0
Current children cumulated CPU time (s) 881.15
Current children cumulated vsize (KiB) 8448

[startup+942.302 s]
/proc/loadavg: 1.96 2.03 2.20 3/73 13547
/proc/meminfo: memFree=1539680/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=8448 CPUtime=940.7
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2073 2327 0 0 94065 3 1 1 25 0 1 0 58100632 8650752 1387 996147200 134512640 135095119 4294956304 18446744073709551615 134918224 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2112 1387 389 142 0 1066 0
Current children cumulated CPU time (s) 940.7
Current children cumulated vsize (KiB) 8448

[startup+1002.3 s]
/proc/loadavg: 1.98 2.02 2.18 3/73 13547
/proc/meminfo: memFree=1539616/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=8448 CPUtime=1000.24
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2087 2327 0 0 100019 3 1 1 25 0 1 0 58100632 8650752 1401 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2112 1401 389 142 0 1066 0
Current children cumulated CPU time (s) 1000.24
Current children cumulated vsize (KiB) 8448

[startup+1062.3 s]
/proc/loadavg: 1.99 2.02 2.17 3/73 13547
/proc/meminfo: memFree=1539360/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=8448 CPUtime=1059.79
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2099 2327 0 0 105974 3 1 1 25 0 1 0 58100632 8650752 1413 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2112 1413 389 142 0 1066 0
Current children cumulated CPU time (s) 1059.79
Current children cumulated vsize (KiB) 8448

[startup+1122.3 s]
/proc/loadavg: 1.99 2.01 2.16 3/73 13547
/proc/meminfo: memFree=1539168/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=8580 CPUtime=1119.34
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2120 2327 0 0 111929 3 1 1 25 0 1 0 58100632 8785920 1434 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2145 1434 389 142 0 1099 0
Current children cumulated CPU time (s) 1119.34
Current children cumulated vsize (KiB) 8580

[startup+1182.3 s]
/proc/loadavg: 1.99 2.01 2.14 3/73 13547
/proc/meminfo: memFree=1538976/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=8580 CPUtime=1178.89
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2147 2327 0 0 117884 3 1 1 25 0 1 0 58100632 8785920 1461 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2145 1461 389 142 0 1099 0
Current children cumulated CPU time (s) 1178.89
Current children cumulated vsize (KiB) 8580

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.13 3/73 13547
/proc/meminfo: memFree=1538400/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=8708 CPUtime=1238.43
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2175 2327 0 0 123838 3 1 1 25 0 1 0 58100632 8916992 1489 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2177 1489 389 142 0 1131 0
Current children cumulated CPU time (s) 1238.43
Current children cumulated vsize (KiB) 8708

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.12 3/73 13547
/proc/meminfo: memFree=1538272/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=8708 CPUtime=1297.98
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2202 2327 0 0 129793 3 1 1 25 0 1 0 58100632 8916992 1516 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2177 1516 389 142 0 1131 0
Current children cumulated CPU time (s) 1297.98
Current children cumulated vsize (KiB) 8708

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.11 3/73 13547
/proc/meminfo: memFree=1537888/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=9864 CPUtime=1357.52
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2489 2327 0 0 135747 3 1 1 25 0 1 0 58100632 10100736 1546 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2466 1546 389 142 0 1420 0
Current children cumulated CPU time (s) 1357.52
Current children cumulated vsize (KiB) 9864

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.10 3/73 13547
/proc/meminfo: memFree=1537376/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=9864 CPUtime=1417.08
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2518 2327 0 0 141703 3 1 1 25 0 1 0 58100632 10100736 1575 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2466 1575 389 142 0 1420 0
Current children cumulated CPU time (s) 1417.08
Current children cumulated vsize (KiB) 9864

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.09 3/73 13547
/proc/meminfo: memFree=1536480/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=10784 CPUtime=1476.62
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2721 2327 0 0 147657 3 1 1 25 0 1 0 58100632 11042816 1778 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2696 1778 389 142 0 1650 0
Current children cumulated CPU time (s) 1476.62
Current children cumulated vsize (KiB) 10784

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.08 3/73 13547
/proc/meminfo: memFree=1536288/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=10784 CPUtime=1536.16
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2734 2327 0 0 153611 3 1 1 25 0 1 0 58100632 11042816 1791 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2696 1791 389 142 0 1650 0
Current children cumulated CPU time (s) 1536.16
Current children cumulated vsize (KiB) 10784

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.08 3/73 13547
/proc/meminfo: memFree=1536096/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=10784 CPUtime=1595.71
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2746 2327 0 0 159566 3 1 1 25 0 1 0 58100632 11042816 1803 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2696 1803 389 142 0 1650 0
Current children cumulated CPU time (s) 1595.71
Current children cumulated vsize (KiB) 10784

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.07 3/73 13547
/proc/meminfo: memFree=1536096/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=10784 CPUtime=1655.26
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2758 2327 0 0 165521 3 1 1 25 0 1 0 58100632 11042816 1815 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2696 1815 389 142 0 1650 0
Current children cumulated CPU time (s) 1655.26
Current children cumulated vsize (KiB) 10784

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.06 3/73 13547
/proc/meminfo: memFree=1535904/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=10784 CPUtime=1714.81
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2770 2327 0 0 171476 3 1 1 25 0 1 0 58100632 11042816 1827 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2696 1827 389 142 0 1650 0
Current children cumulated CPU time (s) 1714.81
Current children cumulated vsize (KiB) 10784

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.06 3/73 13547
/proc/meminfo: memFree=1535520/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=10784 CPUtime=1774.35
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2783 2327 0 0 177430 3 1 1 25 0 1 0 58100632 11042816 1840 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2696 1840 389 142 0 1650 0
Current children cumulated CPU time (s) 1774.35
Current children cumulated vsize (KiB) 10784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 1.99 2.00 2.06 3/73 13547
/proc/meminfo: memFree=1535456/2055920 swapFree=4192812/4192956
[pid=13401] ppid=13399 vsize=10784 CPUtime=1800.06
/proc/13401/stat : 13401 (pcs.small) R 13399 13401 9232 0 -1 4194304 2788 2327 0 0 180001 3 1 1 25 0 1 0 58100632 11042816 1845 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13401/statm: 2696 1845 389 142 0 1650 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10784

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): 1808.21
CPU time (s): 1800.08
CPU user time (s): 1800.03
CPU system time (s): 0.051992
CPU usage (%): 99.5505
Max. virtual memory (cumulated for all children) (KiB): 10784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.03
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5115
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= 18
involuntary context switches= 24803

runsolver used 1.72174 second user time and 4.86626 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-16 04:12:42
IDJOB=2071560
IDBENCH=55506
IDSOLVER=733
FILE ID=node75/2071560-1247710362
PBS_JOBID= 9521166
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= 77cf315d85c5b0dc6faca98dd915c7cb
RANDOM SEED=644039040

node75.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1532712 kB
Buffers:         69012 kB
Cached:         335928 kB
SwapCached:          0 kB
Active:         122044 kB
Inactive:       313780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3176 kB
Writeback:           0 kB
Mapped:          51264 kB
Slab:            72592 kB
Committed_AS:   561216 kB
PageTables:       1896 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= 66252 MiB
End job on node75 at 2009-07-16 04:42:52