Trace number 2071792

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-restart 0.3.2? (TO) 1800.11 1811.71

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg6-7_ext.xml
MD5SUM23f8803fe7f88f151b1993998f042f43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.88141
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.00/0.05	c Seed is 674379626
0.00/0.05	c Constructing HOME/instance-2071792-1247710976.xml  with 13 constraints
0.17/0.25	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-2071792-1247710976/watcher-2071792-1247710976 -o /tmp/evaluation-result-2071792-1247710976/solver-2071792-1247710976 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 674379626 HOME/instance-2071792-1247710976.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: 1.91 1.95 1.99 4/81 13403
/proc/meminfo: memFree=1722096/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=5356 CPUtime=0
/proc/13403/stat : 13403 (pcssolve) R 13401 13403 13366 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 58160158 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13403/statm: 1339 241 200 169 0 50 0
[pid=13404] ppid=13403 vsize=5356 CPUtime=0
/proc/13404/stat : 13404 (pcssolve) R 13403 13403 13366 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58160159 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13404/statm: 1339 241 200 169 0 50 0

[startup+0.112714 s]
/proc/loadavg: 1.91 1.95 1.99 4/81 13403
/proc/meminfo: memFree=1722096/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=5488 CPUtime=0.08
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1091 1556 0 0 8 0 0 0 18 0 1 0 58160158 5619712 700 996147200 134512640 135095119 4294956304 18446744073709551615 134694176 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1372 700 362 142 0 326 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5488

[startup+0.201726 s]
/proc/loadavg: 1.91 1.95 1.99 4/81 13403
/proc/meminfo: memFree=1722096/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6728 CPUtime=0.17
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1373 1556 0 0 17 0 0 0 18 0 1 0 58160158 6889472 855 996147200 134512640 135095119 4294956304 18446744073709551615 134803172 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1682 855 375 142 0 636 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6728

[startup+0.301738 s]
/proc/loadavg: 1.91 1.95 1.99 4/81 13403
/proc/meminfo: memFree=1722096/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=0.27
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 27 0 0 0 19 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6604

[startup+0.70179 s]
/proc/loadavg: 1.91 1.95 1.99 4/81 13403
/proc/meminfo: memFree=1722096/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=0.67
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 67 0 0 0 23 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6604

[startup+1.5019 s]
/proc/loadavg: 1.91 1.95 1.99 3/82 13409
/proc/meminfo: memFree=1719528/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=1.45
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 145 0 0 0 25 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 6604

[startup+3.10112 s]
/proc/loadavg: 1.91 1.95 1.99 3/82 13409
/proc/meminfo: memFree=1719400/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=3.04
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 304 0 0 0 25 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 6604

[startup+6.30255 s]
/proc/loadavg: 1.92 1.95 1.99 3/82 13409
/proc/meminfo: memFree=1719272/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=6.21
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 621 0 0 0 25 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 6604

[startup+12.7014 s]
/proc/loadavg: 1.93 1.95 1.99 3/82 13409
/proc/meminfo: memFree=1719144/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=12.55
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 1255 0 0 0 25 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 6604

[startup+25.5012 s]
/proc/loadavg: 1.94 1.96 1.99 3/82 13409
/proc/meminfo: memFree=1719272/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=25.23
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 2523 0 0 0 25 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134918224 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 6604

[startup+51.1016 s]
/proc/loadavg: 1.96 1.96 1.99 3/82 13409
/proc/meminfo: memFree=1719272/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=50.6
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 5060 0 0 0 25 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 6604

[startup+102.302 s]
/proc/loadavg: 1.98 1.96 1.99 3/82 13409
/proc/meminfo: memFree=1719080/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=101.34
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 10134 0 0 0 25 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 6604

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13409
/proc/meminfo: memFree=1718952/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=6604 CPUtime=160.8
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1513 1556 0 0 16080 0 0 0 25 0 1 0 58160158 6762496 991 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1651 991 389 142 0 605 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 6604

[startup+222.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13409
/proc/meminfo: memFree=1718824/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=7120 CPUtime=220.26
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1591 1556 0 0 22026 0 0 0 25 0 1 0 58160158 7290880 1069 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1780 1069 389 142 0 734 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 7120

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13409
/proc/meminfo: memFree=1718632/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=7120 CPUtime=279.72
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1611 1556 0 0 27971 1 0 0 25 0 1 0 58160158 7290880 1089 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1780 1089 389 142 0 734 0
Current children cumulated CPU time (s) 279.72
Current children cumulated vsize (KiB) 7120

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13409
/proc/meminfo: memFree=1718376/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=7252 CPUtime=339.17
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1677 1556 0 0 33916 1 0 0 25 0 1 0 58160158 7426048 1155 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1813 1155 389 142 0 767 0
Current children cumulated CPU time (s) 339.17
Current children cumulated vsize (KiB) 7252

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13409
/proc/meminfo: memFree=1718120/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=7764 CPUtime=398.63
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1824 1556 0 0 39862 1 0 0 25 0 1 0 58160158 7950336 1173 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1941 1173 389 142 0 895 0
Current children cumulated CPU time (s) 398.63
Current children cumulated vsize (KiB) 7764

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13409
/proc/meminfo: memFree=1718120/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=7764 CPUtime=458.08
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1843 1556 0 0 45807 1 0 0 25 0 1 0 58160158 7950336 1192 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1941 1192 389 142 0 895 0
Current children cumulated CPU time (s) 458.08
Current children cumulated vsize (KiB) 7764

[startup+522.302 s]
/proc/loadavg: 2.03 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1718056/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=7764 CPUtime=517.53
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1866 1556 0 0 51752 1 0 0 25 0 1 0 58160158 7950336 1215 996147200 134512640 135095119 4294956304 18446744073709551615 134918198 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1941 1215 389 142 0 895 0
Current children cumulated CPU time (s) 517.53
Current children cumulated vsize (KiB) 7764

[startup+582.302 s]
/proc/loadavg: 2.01 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1717800/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=7896 CPUtime=576.99
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1920 1556 0 0 57698 1 0 0 25 0 1 0 58160158 8085504 1269 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 1974 1269 389 142 0 928 0
Current children cumulated CPU time (s) 576.99
Current children cumulated vsize (KiB) 7896

[startup+642.302 s]
/proc/loadavg: 2.00 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1717608/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=8028 CPUtime=636.44
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 1970 1556 0 0 63643 1 0 0 25 0 1 0 58160158 8220672 1319 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 2007 1319 389 142 0 961 0
Current children cumulated CPU time (s) 636.44

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

[startup+822.301 s]
/proc/loadavg: 2.00 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1716392/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=9972 CPUtime=814.81
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 2472 1556 0 0 81479 2 0 0 25 0 1 0 58160158 10211328 1564 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 2493 1564 389 142 0 1447 0
Current children cumulated CPU time (s) 814.81
Current children cumulated vsize (KiB) 9972

[startup+882.306 s]
/proc/loadavg: 2.00 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1716328/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=9972 CPUtime=874.27
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 2496 1556 0 0 87425 2 0 0 25 0 1 0 58160158 10211328 1588 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 2493 1588 389 142 0 1447 0
Current children cumulated CPU time (s) 874.27
Current children cumulated vsize (KiB) 9972

[startup+942.302 s]
/proc/loadavg: 2.00 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1716264/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=9972 CPUtime=933.73
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 2521 1556 0 0 93371 2 0 0 25 0 1 0 58160158 10211328 1613 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 2493 1613 389 142 0 1447 0
Current children cumulated CPU time (s) 933.73
Current children cumulated vsize (KiB) 9972

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1716008/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=9972 CPUtime=993.18
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 2563 1556 0 0 99316 2 0 0 25 0 1 0 58160158 10211328 1655 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 2493 1655 389 142 0 1447 0
Current children cumulated CPU time (s) 993.18
Current children cumulated vsize (KiB) 9972

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1715816/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=10100 CPUtime=1052.63
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 2611 1556 0 0 105261 2 0 0 25 0 1 0 58160158 10342400 1703 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 2525 1703 389 142 0 1479 0
Current children cumulated CPU time (s) 1052.63
Current children cumulated vsize (KiB) 10100

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1715624/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=10232 CPUtime=1112.09
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 2655 1556 0 0 111207 2 0 0 25 0 1 0 58160158 10477568 1747 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 2558 1747 389 142 0 1512 0
Current children cumulated CPU time (s) 1112.09
Current children cumulated vsize (KiB) 10232

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1715432/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=10232 CPUtime=1171.54
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 2698 1556 0 0 117152 2 0 0 25 0 1 0 58160158 10477568 1790 996147200 134512640 135095119 4294956304 18446744073709551615 134927049 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 2558 1790 389 142 0 1512 0
Current children cumulated CPU time (s) 1171.54
Current children cumulated vsize (KiB) 10232

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/82 13409
/proc/meminfo: memFree=1715176/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=10364 CPUtime=1231.01
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 2741 1556 0 0 123098 3 0 0 25 0 1 0 58160158 10612736 1833 996147200 134512640 135095119 4294956304 18446744073709551615 134926997 0 0 4096 0 0 0 0 17 1 0 0
/proc/13403/statm: 2591 1833 389 142 0 1545 0
Current children cumulated CPU time (s) 1231.01
Current children cumulated vsize (KiB) 10364

[startup+1302.3 s]
/proc/loadavg: 2.28 2.06 2.02 3/83 13483
/proc/meminfo: memFree=988192/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=10492 CPUtime=1290.88
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 2790 1556 0 0 129083 5 0 0 25 0 1 0 58160158 10743808 1882 996147200 134512640 135095119 4294956304 18446744073709551615 134918171 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 2623 1882 389 142 0 1577 0
Current children cumulated CPU time (s) 1290.88
Current children cumulated vsize (KiB) 10492

[startup+1362.3 s]
/proc/loadavg: 2.10 2.05 2.02 3/83 13484
/proc/meminfo: memFree=1057048/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=11804 CPUtime=1350.86
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 3143 1556 0 0 135081 5 0 0 25 0 1 0 58160158 12087296 2170 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 2951 2170 389 142 0 1905 0
Current children cumulated CPU time (s) 1350.86
Current children cumulated vsize (KiB) 11804

[startup+1422.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/82 13526
/proc/meminfo: memFree=1720296/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=11804 CPUtime=1410.84
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 3164 1556 0 0 141078 6 0 0 25 0 1 0 58160158 12087296 2191 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 2951 2191 389 142 0 1905 0
Current children cumulated CPU time (s) 1410.84
Current children cumulated vsize (KiB) 11804

[startup+1482.3 s]
/proc/loadavg: 1.93 2.00 2.00 3/83 14098
/proc/meminfo: memFree=1720536/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=11804 CPUtime=1470.8
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 3187 1556 0 0 147070 10 0 0 25 0 1 0 58160158 12087296 2214 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 2951 2214 389 142 0 1905 0
Current children cumulated CPU time (s) 1470.8
Current children cumulated vsize (KiB) 11804

[startup+1542.31 s]
/proc/loadavg: 1.97 2.00 2.00 3/83 14098
/proc/meminfo: memFree=1720280/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=11804 CPUtime=1530.78
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 3209 1556 0 0 153068 10 0 0 25 0 1 0 58160158 12087296 2236 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 2951 2236 389 142 0 1905 0
Current children cumulated CPU time (s) 1530.78
Current children cumulated vsize (KiB) 11804

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 14098
/proc/meminfo: memFree=1720088/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=13852 CPUtime=1590.76
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 3743 1556 0 0 159065 11 0 0 25 0 1 0 58160158 14184448 2257 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 3463 2257 389 142 0 2417 0
Current children cumulated CPU time (s) 1590.76
Current children cumulated vsize (KiB) 13852

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 14098
/proc/meminfo: memFree=1720088/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=13852 CPUtime=1650.73
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 3764 1556 0 0 165062 11 0 0 25 0 1 0 58160158 14184448 2278 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 3463 2278 389 142 0 2417 0
Current children cumulated CPU time (s) 1650.73
Current children cumulated vsize (KiB) 13852

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 14098
/proc/meminfo: memFree=1719960/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=13852 CPUtime=1710.7
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 3786 1556 0 0 171059 11 0 0 25 0 1 0 58160158 14184448 2300 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 3463 2300 389 142 0 2417 0
Current children cumulated CPU time (s) 1710.7
Current children cumulated vsize (KiB) 13852

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 14100
/proc/meminfo: memFree=1719776/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=13852 CPUtime=1770.68
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 3812 1556 0 0 177057 11 0 0 25 0 1 0 58160158 14184448 2326 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 3463 2326 389 142 0 2417 0
Current children cumulated CPU time (s) 1770.68
Current children cumulated vsize (KiB) 13852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.7 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 14100
/proc/meminfo: memFree=1719712/2055920 swapFree=4192812/4192956
[pid=13403] ppid=13401 vsize=13852 CPUtime=1800.08
/proc/13403/stat : 13403 (pcs.small) R 13401 13403 13366 0 -1 4194304 3824 1556 0 0 179997 11 0 0 25 0 1 0 58160158 14184448 2338 996147200 134512640 135095119 4294956304 18446744073709551615 134927013 0 0 4096 0 0 0 0 17 0 0 0
/proc/13403/statm: 3463 2338 389 142 0 2417 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13852

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): 1811.71
CPU time (s): 1800.11
CPU user time (s): 1799.98
CPU system time (s): 0.123981
CPU usage (%): 99.3593
Max. virtual memory (cumulated for all children) (KiB): 13852

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

runsolver used 2.38464 second user time and 5.14822 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-16 04:22:56
IDJOB=2071792
IDBENCH=55533
IDSOLVER=734
FILE ID=node71/2071792-1247710976
PBS_JOBID= 9521428
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= 23f8803fe7f88f151b1993998f042f43
RANDOM SEED=674379626

node71.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.222
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.222
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:       1722576 kB
Buffers:         61644 kB
Cached:         141132 kB
SwapCached:          0 kB
Active:         109384 kB
Inactive:       134184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:          61212 kB
Slab:            74988 kB
Committed_AS:   592580 kB
PageTables:       1952 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= 66392 MiB
End job on node71 at 2009-07-16 04:53:10