Trace number 2071593

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

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg10-11_ext.xml
MD5SUM7036052caed6c16652ecdb620a34b2a1
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 variables110
Number of constraints21
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension21
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.04	c Seed is 398249641
0.00/0.04	c Constructing HOME/instance-2071593-1247710402.xml  with 21 constraints
0.38/0.44	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-2071593-1247710402/watcher-2071593-1247710402 -o /tmp/evaluation-result-2071593-1247710402/solver-2071593-1247710402 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 398249641 HOME/instance-2071593-1247710402.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.11 2.13 2.19 4/82 18718
/proc/meminfo: memFree=1282744/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=5356 CPUtime=0
/proc/18718/stat : 18718 (pcssolve) R 18716 18718 18013 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 58104140 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18718/statm: 1339 241 200 169 0 50 0
[pid=18719] ppid=18718 vsize=5356 CPUtime=0
/proc/18719/stat : 18719 (pcssolve) R 18718 18718 18013 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58104141 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18719/statm: 1339 241 200 169 0 50 0

[startup+0.097753 s]
/proc/loadavg: 2.11 2.13 2.19 4/82 18718
/proc/meminfo: memFree=1282744/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=5312 CPUtime=0.08
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 1026 2327 0 0 6 0 1 1 22 0 1 0 58104140 5439488 635 996147200 134512640 135095119 4294956304 18446744073709551615 134803172 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 1328 635 361 142 0 282 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5312

[startup+0.102751 s]
/proc/loadavg: 2.11 2.13 2.19 4/82 18718
/proc/meminfo: memFree=1282744/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=5444 CPUtime=0.08
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 1045 2327 0 0 6 0 1 1 22 0 1 0 58104140 5574656 654 996147200 134512640 135095119 4294956304 18446744073709551615 134739562 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 1361 654 361 142 0 315 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5444

[startup+0.302771 s]
/proc/loadavg: 2.11 2.13 2.19 4/82 18718
/proc/meminfo: memFree=1282744/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=7500 CPUtime=0.28
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 1601 2327 0 0 25 1 1 1 24 0 1 0 58104140 7680000 1078 996147200 134512640 135095119 4294956304 18446744073709551615 134741417 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 1875 1078 375 142 0 829 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7500

[startup+0.702807 s]
/proc/loadavg: 2.11 2.13 2.19 4/82 18718
/proc/meminfo: memFree=1282744/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=0.68
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 65 1 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8676

[startup+1.50188 s]
/proc/loadavg: 2.11 2.13 2.19 3/83 18724
/proc/meminfo: memFree=1278000/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=1.47
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 144 1 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8676

[startup+3.10202 s]
/proc/loadavg: 2.11 2.13 2.19 3/83 18724
/proc/meminfo: memFree=1277872/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=3.06
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 303 1 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 8676

[startup+6.30135 s]
/proc/loadavg: 2.10 2.13 2.19 3/83 18724
/proc/meminfo: memFree=1277808/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=6.23
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 620 1 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 8676

[startup+12.7019 s]
/proc/loadavg: 2.17 2.15 2.19 3/83 18724
/proc/meminfo: memFree=1277808/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=12.56
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 1253 1 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134926978 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 8676

[startup+25.501 s]
/proc/loadavg: 2.21 2.15 2.19 3/83 18724
/proc/meminfo: memFree=1277936/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=25.24
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 2521 1 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 8676

[startup+51.1014 s]
/proc/loadavg: 2.20 2.16 2.19 3/83 18724
/proc/meminfo: memFree=1277936/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=50.6
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 5057 1 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918159 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 8676

[startup+102.307 s]
/proc/loadavg: 2.08 2.13 2.18 3/83 18724
/proc/meminfo: memFree=1277808/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=101.33
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 10130 1 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134927059 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 8676

[startup+162.301 s]
/proc/loadavg: 2.07 2.12 2.17 3/83 18724
/proc/meminfo: memFree=1277744/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=160.78
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 16074 2 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 8676

[startup+222.302 s]
/proc/loadavg: 2.02 2.09 2.16 3/83 18724
/proc/meminfo: memFree=1277808/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=220.22
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 22018 2 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 220.22
Current children cumulated vsize (KiB) 8676

[startup+282.302 s]
/proc/loadavg: 2.01 2.07 2.15 3/83 18724
/proc/meminfo: memFree=1277808/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=279.68
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 27963 3 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918163 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 279.68
Current children cumulated vsize (KiB) 8676

[startup+342.302 s]
/proc/loadavg: 2.00 2.06 2.14 3/83 18724
/proc/meminfo: memFree=1277816/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=339.12
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 33907 3 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 339.12
Current children cumulated vsize (KiB) 8676

[startup+402.303 s]
/proc/loadavg: 2.03 2.06 2.13 3/83 18724
/proc/meminfo: memFree=1277816/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=398.58
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 39853 3 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 398.58
Current children cumulated vsize (KiB) 8676

[startup+462.302 s]
/proc/loadavg: 2.01 2.05 2.12 3/83 18724
/proc/meminfo: memFree=1277816/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=458.02
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 45797 3 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 458.02
Current children cumulated vsize (KiB) 8676

[startup+522.303 s]
/proc/loadavg: 2.00 2.03 2.11 3/83 18724
/proc/meminfo: memFree=1277816/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=517.46
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 51741 3 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 517.46
Current children cumulated vsize (KiB) 8676

[startup+582.302 s]
/proc/loadavg: 2.04 2.04 2.10 3/83 18724
/proc/meminfo: memFree=1277752/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=576.91
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 57685 4 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 576.91
Current children cumulated vsize (KiB) 8676

[startup+642.303 s]
/proc/loadavg: 2.05 2.04 2.10 3/83 18724
/proc/meminfo: memFree=1277752/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=636.36
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 63630 4 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 636.36

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.07 3/83 18767
/proc/meminfo: memFree=1260672/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=876.15
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 87608 5 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918132 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 876.15
Current children cumulated vsize (KiB) 8676

[startup+942.302 s]
/proc/loadavg: 2.00 2.02 2.07 3/83 18767
/proc/meminfo: memFree=1259072/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=8676 CPUtime=936.13
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2116 2327 0 0 93606 5 1 1 25 0 1 0 58104140 8884224 1514 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2169 1514 389 142 0 1123 0
Current children cumulated CPU time (s) 936.13
Current children cumulated vsize (KiB) 8676

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/83 18767
/proc/meminfo: memFree=1256576/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=996.11
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2245 2327 0 0 99604 5 1 1 25 0 1 0 58104140 9936896 1643 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1643 389 142 0 1380 0
Current children cumulated CPU time (s) 996.11
Current children cumulated vsize (KiB) 9704

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/83 18767
/proc/meminfo: memFree=1253568/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1056.09
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2253 2327 0 0 105602 5 1 1 25 0 1 0 58104140 9936896 1651 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1651 389 142 0 1380 0
Current children cumulated CPU time (s) 1056.09
Current children cumulated vsize (KiB) 9704

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/83 18767
/proc/meminfo: memFree=1249536/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1116.07
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2262 2327 0 0 111600 5 1 1 25 0 1 0 58104140 9936896 1660 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1660 389 142 0 1380 0
Current children cumulated CPU time (s) 1116.07
Current children cumulated vsize (KiB) 9704

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 18767
/proc/meminfo: memFree=1248512/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1176.04
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2272 2327 0 0 117597 5 1 1 25 0 1 0 58104140 9936896 1670 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1670 389 142 0 1380 0
Current children cumulated CPU time (s) 1176.04
Current children cumulated vsize (KiB) 9704

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 18767
/proc/meminfo: memFree=1248448/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1236.02
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2280 2327 0 0 123595 5 1 1 25 0 1 0 58104140 9936896 1678 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1678 389 142 0 1380 0
Current children cumulated CPU time (s) 1236.02
Current children cumulated vsize (KiB) 9704

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 18767
/proc/meminfo: memFree=1246016/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1296.01
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2287 2327 0 0 129594 5 1 1 25 0 1 0 58104140 9936896 1685 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1685 389 142 0 1380 0
Current children cumulated CPU time (s) 1296.01
Current children cumulated vsize (KiB) 9704

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 18767
/proc/meminfo: memFree=1241792/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1355.98
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2295 2327 0 0 135591 5 1 1 25 0 1 0 58104140 9936896 1693 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1693 389 142 0 1380 0
Current children cumulated CPU time (s) 1355.98
Current children cumulated vsize (KiB) 9704

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 18767
/proc/meminfo: memFree=1240640/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1415.97
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2302 2327 0 0 141590 5 1 1 25 0 1 0 58104140 9936896 1700 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1700 389 142 0 1380 0
Current children cumulated CPU time (s) 1415.97
Current children cumulated vsize (KiB) 9704

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 18767
/proc/meminfo: memFree=1240576/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1475.94
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2310 2327 0 0 147587 5 1 1 25 0 1 0 58104140 9936896 1708 996147200 134512640 135095119 4294956304 18446744073709551615 134926956 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1708 389 142 0 1380 0
Current children cumulated CPU time (s) 1475.94
Current children cumulated vsize (KiB) 9704

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 18767
/proc/meminfo: memFree=1240128/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1535.91
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2318 2327 0 0 153584 5 1 1 25 0 1 0 58104140 9936896 1716 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1716 389 142 0 1380 0
Current children cumulated CPU time (s) 1535.91
Current children cumulated vsize (KiB) 9704

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18767
/proc/meminfo: memFree=1236928/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1595.89
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2327 2327 0 0 159582 5 1 1 25 0 1 0 58104140 9936896 1725 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1725 389 142 0 1380 0
Current children cumulated CPU time (s) 1595.89
Current children cumulated vsize (KiB) 9704

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18767
/proc/meminfo: memFree=1234048/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1655.87
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2336 2327 0 0 165580 5 1 1 25 0 1 0 58104140 9936896 1734 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1734 389 142 0 1380 0
Current children cumulated CPU time (s) 1655.87
Current children cumulated vsize (KiB) 9704

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18767
/proc/meminfo: memFree=1232512/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1715.86
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2345 2327 0 0 171578 6 1 1 25 0 1 0 58104140 9936896 1743 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1743 389 142 0 1380 0
Current children cumulated CPU time (s) 1715.86
Current children cumulated vsize (KiB) 9704

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18767
/proc/meminfo: memFree=1232448/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1775.84
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2353 2327 0 0 177576 6 1 1 25 0 1 0 58104140 9936896 1751 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1751 389 142 0 1380 0
Current children cumulated CPU time (s) 1775.84
Current children cumulated vsize (KiB) 9704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18767
/proc/meminfo: memFree=1232448/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1800.03
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2356 2327 0 0 179995 6 1 1 25 0 1 0 58104140 9936896 1754 996147200 134512640 135095119 4294956304 18446744073709551615 134927059 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1754 389 142 0 1380 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9704

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

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

[startup+1806.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18767
/proc/meminfo: memFree=1232448/2055920 swapFree=4192812/4192956
[pid=18718] ppid=18716 vsize=9704 CPUtime=1800.03
/proc/18718/stat : 18718 (pcs.small) R 18716 18718 18013 0 -1 4194304 2356 2327 0 0 179995 6 1 1 25 0 1 0 58104140 9936896 1754 996147200 134512640 135095119 4294956304 18446744073709551615 134927059 0 0 4096 0 0 0 0 17 0 0 0
/proc/18718/statm: 2426 1754 389 142 0 1380 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9704

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.51
CPU time (s): 1800.05
CPU user time (s): 1799.97
CPU system time (s): 0.075988
CPU usage (%): 99.6424
Max. virtual memory (cumulated for all children) (KiB): 9704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4683
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= 23
involuntary context switches= 30539

runsolver used 2.6356 second user time and 5.48916 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-16 04:13:23
IDJOB=2071593
IDBENCH=55510
IDSOLVER=733
FILE ID=node43/2071593-1247710402
PBS_JOBID= 9521312
Free space on /tmp= 66192 MiB

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

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

MD5SUM BENCH= 7036052caed6c16652ecdb620a34b2a1
RANDOM SEED=398249641

node43.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.213
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	: 5931.00
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.213
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:       1283224 kB
Buffers:         93416 kB
Cached:         543336 kB
SwapCached:          0 kB
Active:         105164 kB
Inactive:       565160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1283224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3108 kB
Writeback:           0 kB
Mapped:          54012 kB
Slab:            87432 kB
Committed_AS:   575632 kB
PageTables:       1940 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= 66192 MiB
End job on node43 at 2009-07-16 04:43:31