Trace number 2071836

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.07 1801.31

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg9-9_ext.xml
MD5SUM17e9503eaee82761983d6d43020eb141
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 variables81
Number of constraints18
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension18
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 988402619
0.00/0.05	c Constructing HOME/instance-2071836-1247711014.xml  with 18 constraints
0.17/0.23	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-2071836-1247711014/watcher-2071836-1247711014 -o /tmp/evaluation-result-2071836-1247711014/solver-2071836-1247711014 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 988402619 HOME/instance-2071836-1247711014.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.03 2.01 2.00 4/82 15430
/proc/meminfo: memFree=1495328/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=5356 CPUtime=0
/proc/15430/stat : 15430 (pcssolve) S 15428 15430 14772 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 58166741 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15430/statm: 1339 242 201 169 0 50 0
[pid=15431] ppid=15430 vsize=5356 CPUtime=0
/proc/15431/stat : 15431 (pcssolve) R 15430 15430 14772 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 58166742 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 265674091815 0 0 4096 0 0 0 0 17 1 0 0
/proc/15431/statm: 1339 243 202 169 0 50 0
[pid=15432] ppid=15430 vsize=5356 CPUtime=0
/proc/15432/stat : 15432 (pcssolve) R 15430 15430 14772 0 -1 4194368 22 0 0 0 0 0 0 0 21 0 1 0 58166742 5484544 244 996147200 4194304 4889804 548682068800 18446744073709551615 265674091815 0 0 4096 0 0 0 0 17 1 0 0
/proc/15432/statm: 1339 244 203 169 0 50 0

[startup+0.0648801 s]
/proc/loadavg: 2.03 2.01 2.00 4/82 15430
/proc/meminfo: memFree=1495328/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=5160 CPUtime=0.04
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 941 2669 0 0 3 0 0 1 18 0 1 0 58166741 5283840 550 996147200 134512640 135095119 4294956304 18446744073709551615 12203643 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1290 550 361 142 0 244 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5160

[startup+0.102903 s]
/proc/loadavg: 2.03 2.01 2.00 4/82 15430
/proc/meminfo: memFree=1495328/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=5688 CPUtime=0.08
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1114 2669 0 0 7 0 0 1 18 0 1 0 58166741 5824512 723 996147200 134512640 135095119 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1422 723 361 142 0 376 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5688

[startup+0.301929 s]
/proc/loadavg: 2.03 2.01 2.00 4/82 15430
/proc/meminfo: memFree=1495328/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=0.27
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 26 0 0 1 19 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7044

[startup+0.702005 s]
/proc/loadavg: 2.03 2.01 2.00 4/82 15430
/proc/meminfo: memFree=1495328/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=0.67
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 66 0 0 1 22 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7044

[startup+1.50116 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 15436
/proc/meminfo: memFree=1492120/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=1.47
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 146 0 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7044

[startup+3.10147 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 15436
/proc/meminfo: memFree=1492056/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=3.07
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 306 0 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7044

[startup+6.30109 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 15436
/proc/meminfo: memFree=1491992/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=6.27
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 626 0 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7044

[startup+12.7013 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 15436
/proc/meminfo: memFree=1491992/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=12.67
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 1266 0 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7044

[startup+25.5028 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 15436
/proc/meminfo: memFree=1492056/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=25.46
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 2545 0 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 7044

[startup+51.1017 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 15436
/proc/meminfo: memFree=1491992/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=51.06
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 5104 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 7044

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491928/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=102.24
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 10222 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 7044

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491992/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=162.21
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 16219 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918265 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 7044

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491928/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=222.17
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 22215 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 7044

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491928/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=282.15
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 28213 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 7044

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491928/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=342.12
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 34210 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 7044

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491928/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=402.09
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 40207 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 7044

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491864/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=462.06
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 46204 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134555020 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 7044

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491800/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=522.03
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 52201 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 7044

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491800/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=582
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1826 2669 0 0 58198 1 0 1 25 0 1 0 58166741 7213056 1094 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1094 389 142 0 715 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 7044

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491672/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=641.98

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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491800/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=7044 CPUtime=881.86
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1833 2669 0 0 88184 1 0 1 25 0 1 0 58166741 7213056 1101 996147200 134512640 135095119 4294956304 18446744073709551615 134918233 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 1761 1101 389 142 0 715 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 7044

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491416/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=941.83
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1970 2669 0 0 94181 1 0 1 25 0 1 0 58166741 8265728 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1238 389 142 0 972 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 8072

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491352/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1001.8
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1978 2669 0 0 100178 1 0 1 25 0 1 0 58166741 8265728 1246 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1246 389 142 0 972 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 8072

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491352/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1061.78
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 1991 2669 0 0 106175 2 0 1 25 0 1 0 58166741 8265728 1259 996147200 134512640 135095119 4294956304 18446744073709551615 134918117 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1259 389 142 0 972 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 8072

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491224/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1121.75
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2000 2669 0 0 112172 2 0 1 25 0 1 0 58166741 8265728 1268 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1268 389 142 0 972 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 8072

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1491032/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1181.72
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2008 2669 0 0 118169 2 0 1 25 0 1 0 58166741 8265728 1276 996147200 134512640 135095119 4294956304 18446744073709551615 134918267 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1276 389 142 0 972 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 8072

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1490904/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1241.69
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2017 2669 0 0 124166 2 0 1 25 0 1 0 58166741 8265728 1285 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1285 389 142 0 972 0
Current children cumulated CPU time (s) 1241.69
Current children cumulated vsize (KiB) 8072

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1490840/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1301.66
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2025 2669 0 0 130163 2 0 1 25 0 1 0 58166741 8265728 1293 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1293 389 142 0 972 0
Current children cumulated CPU time (s) 1301.66
Current children cumulated vsize (KiB) 8072

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1490840/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1361.63
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2033 2669 0 0 136160 2 0 1 25 0 1 0 58166741 8265728 1301 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1301 389 142 0 972 0
Current children cumulated CPU time (s) 1361.63
Current children cumulated vsize (KiB) 8072

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1490776/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1421.61
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2042 2669 0 0 142158 2 0 1 25 0 1 0 58166741 8265728 1310 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1310 389 142 0 972 0
Current children cumulated CPU time (s) 1421.61
Current children cumulated vsize (KiB) 8072

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1490776/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1481.57
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2051 2669 0 0 148154 2 0 1 25 0 1 0 58166741 8265728 1319 996147200 134512640 135095119 4294956304 18446744073709551615 134918192 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1319 389 142 0 972 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 8072

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1490776/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1541.54
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2059 2669 0 0 154151 2 0 1 25 0 1 0 58166741 8265728 1327 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1327 389 142 0 972 0
Current children cumulated CPU time (s) 1541.54
Current children cumulated vsize (KiB) 8072

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1490648/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8072 CPUtime=1601.51
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2075 2669 0 0 160148 2 0 1 25 0 1 0 58166741 8265728 1343 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2018 1343 389 142 0 972 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 8072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15436
/proc/meminfo: memFree=1490520/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8204 CPUtime=1661.48
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2096 2669 0 0 166145 2 0 1 25 0 1 0 58166741 8400896 1364 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/15430/statm: 2051 1364 389 142 0 1005 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 8204

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 15481
/proc/meminfo: memFree=1485400/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8204 CPUtime=1721.36
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2114 2669 0 0 172132 3 0 1 25 0 1 0 58166741 8400896 1382 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/15430/statm: 2051 1382 389 142 0 1005 0
Current children cumulated CPU time (s) 1721.36
Current children cumulated vsize (KiB) 8204

[startup+1782.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 15481
/proc/meminfo: memFree=1483224/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8204 CPUtime=1781.12
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2132 2669 0 0 178108 3 0 1 25 0 1 0 58166741 8400896 1400 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/15430/statm: 2051 1400 389 142 0 1005 0
Current children cumulated CPU time (s) 1781.12
Current children cumulated vsize (KiB) 8204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/83 15481
/proc/meminfo: memFree=1481688/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8204 CPUtime=1800.04
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2136 2669 0 0 180000 3 0 1 25 0 1 0 58166741 8400896 1404 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/15430/statm: 2051 1404 389 142 0 1005 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 8204

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

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

[startup+1801.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/83 15481
/proc/meminfo: memFree=1481688/2055920 swapFree=4192812/4192956
[pid=15430] ppid=15428 vsize=8204 CPUtime=1800.04
/proc/15430/stat : 15430 (pcs.small) R 15428 15430 14772 0 -1 4194304 2136 2669 0 0 180000 3 0 1 25 0 1 0 58166741 8400896 1404 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/15430/statm: 2051 1404 389 142 0 1005 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 8204

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.31
CPU time (s): 1800.07
CPU user time (s): 1800.02
CPU system time (s): 0.049992
CPU usage (%): 99.931
Max. virtual memory (cumulated for all children) (KiB): 8204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4805
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= 21
involuntary context switches= 7258

runsolver used 1.68574 second user time and 4.88226 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-16 04:23:34
IDJOB=2071836
IDBENCH=55541
IDSOLVER=734
FILE ID=node76/2071836-1247711014
PBS_JOBID= 9521341
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 17e9503eaee82761983d6d43020eb141
RANDOM SEED=988402619

node76.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.277
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.277
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:       1495808 kB
Buffers:         72444 kB
Cached:         373840 kB
SwapCached:          0 kB
Active:         109328 kB
Inactive:       379508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2464 kB
Writeback:           0 kB
Mapped:          62892 kB
Slab:            56348 kB
Committed_AS:   548220 kB
PageTables:       1948 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 node76 at 2009-07-16 04:53:37