Trace number 2077237

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 1809.91

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg7-8_ext.xml
MD5SUM0cf03a4272c80cc77b6ca975aaa9b1b6
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 benchmark763.967
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c small-domain mode
0.00/0.04	c Seed is 1894063611
0.00/0.04	c Constructing HOME/instance-2077237-1247714657.xml  with 15 constraints
0.47/0.51	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-2077237-1247714657/watcher-2077237-1247714657 -o /tmp/evaluation-result-2077237-1247714657/solver-2077237-1247714657 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1894063611 HOME/instance-2077237-1247714657.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.92 1.98 1.99 4/82 17520
/proc/meminfo: memFree=927320/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=5356 CPUtime=0
/proc/17520/stat : 17520 (pcssolve) R 17518 17520 16374 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58529306 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17520/statm: 1339 241 200 169 0 50 0
[pid=17521] ppid=17520 vsize=3676 CPUtime=0
/proc/17521/stat : 17521 (fgrep) R 17520 17520 16374 0 -1 4194304 136 0 0 0 0 0 0 0 22 0 1 0 58529306 3764224 103 996147200 4194304 4274172 548682068976 18446744073709551615 240577641970 0 0 4096 0 0 0 0 17 1 0 0
/proc/17521/statm: 919 103 84 19 0 43 0
[pid=17522] ppid=17520 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (pcssolve) R 17520 17520 16374 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58529306 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17522/statm: 1339 241 200 169 0 50 0

[startup+0.10092 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 17520
/proc/meminfo: memFree=927320/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=5748 CPUtime=0.07
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 1069 2327 0 0 6 0 0 1 23 0 1 0 58529306 5885952 678 996147200 134512640 135095119 4294956304 18446744073709551615 4159345937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 1437 678 361 142 0 391 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5748

[startup+0.202938 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 17520
/proc/meminfo: memFree=927320/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=6804 CPUtime=0.16
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 1427 2327 0 0 15 0 0 1 24 0 1 0 58529306 6967296 1036 996147200 134512640 135095119 4294956304 18446744073709551615 8384072 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 1701 1036 362 142 0 655 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 6804

[startup+0.302938 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 17520
/proc/meminfo: memFree=927320/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8564 CPUtime=0.27
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2103 2327 0 0 25 1 0 1 25 0 1 0 58529306 8769536 1441 996147200 134512640 135095119 4294956304 18446744073709551615 8384134 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2141 1441 375 142 0 1095 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8564

[startup+0.702976 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 17520
/proc/meminfo: memFree=927320/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=0.66
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 64 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 8592

[startup+1.50104 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 17526
/proc/meminfo: memFree=922768/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=1.46
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 144 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 8592

[startup+3.10118 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 17526
/proc/meminfo: memFree=922640/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=3.04
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 302 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 8592

[startup+6.30146 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 17526
/proc/meminfo: memFree=922576/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=6.21
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 619 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 8592

[startup+12.701 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 17526
/proc/meminfo: memFree=922576/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=12.55
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 1253 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 8592

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 17526
/proc/meminfo: memFree=922640/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=25.24
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 2522 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918069 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 8592

[startup+51.1024 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 17526
/proc/meminfo: memFree=922640/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=50.6
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 5058 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 8592

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 17526
/proc/meminfo: memFree=922512/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=101.32
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 10130 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 8592

[startup+162.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 17526
/proc/meminfo: memFree=922576/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=160.77
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 16075 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 8592

[startup+222.306 s]
/proc/loadavg: 2.08 2.01 2.00 3/83 17526
/proc/meminfo: memFree=922512/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=220.21
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 22019 1 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134927086 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 8592

[startup+282.302 s]
/proc/loadavg: 2.23 2.06 2.01 3/83 17526
/proc/meminfo: memFree=922512/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=279.65
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 27962 2 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 279.65
Current children cumulated vsize (KiB) 8592

[startup+342.303 s]
/proc/loadavg: 2.30 2.12 2.03 3/83 17526
/proc/meminfo: memFree=922512/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=339.1
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 33907 2 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 339.1
Current children cumulated vsize (KiB) 8592

[startup+402.302 s]
/proc/loadavg: 2.11 2.09 2.03 3/83 17526
/proc/meminfo: memFree=922384/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=8592 CPUtime=398.54
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2355 2327 0 0 39851 2 0 1 25 0 1 0 58529306 8798208 1494 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2148 1494 389 142 0 1102 0
Current children cumulated CPU time (s) 398.54
Current children cumulated vsize (KiB) 8592

[startup+462.302 s]
/proc/loadavg: 2.04 2.08 2.02 3/73 17560
/proc/meminfo: memFree=1665968/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9108 CPUtime=458.17
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2427 2327 0 0 45813 3 0 1 25 0 1 0 58529306 9326592 1566 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 0 0 0
/proc/17520/statm: 2277 1566 389 142 0 1231 0
Current children cumulated CPU time (s) 458.17
Current children cumulated vsize (KiB) 9108

[startup+522.303 s]
/proc/loadavg: 2.24 2.13 2.04 4/83 17600
/proc/meminfo: memFree=918752/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9108 CPUtime=518.14
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2437 2327 0 0 51810 3 0 1 25 0 1 0 58529306 9326592 1576 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/17520/statm: 2277 1576 389 142 0 1231 0
Current children cumulated CPU time (s) 518.14
Current children cumulated vsize (KiB) 9108

[startup+582.302 s]
/proc/loadavg: 2.33 2.17 2.06 3/83 17600
/proc/meminfo: memFree=918560/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9108 CPUtime=578.12
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2446 2327 0 0 57808 3 0 1 25 0 1 0 58529306 9326592 1585 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/17520/statm: 2277 1585 389 142 0 1231 0
Current children cumulated CPU time (s) 578.12
Current children cumulated vsize (KiB) 9108

[startup+642.301 s]
/proc/loadavg: 2.30 2.18 2.07 3/83 17600
/proc/meminfo: memFree=918432/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9108 CPUtime=638.04

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

[startup+822.303 s]
/proc/loadavg: 2.38 2.27 2.12 3/83 17600
/proc/meminfo: memFree=917920/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9620 CPUtime=817.22
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2623 2327 0 0 81717 4 0 1 25 0 1 0 58529306 9850880 1633 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2405 1633 389 142 0 1359 0
Current children cumulated CPU time (s) 817.22
Current children cumulated vsize (KiB) 9620

[startup+882.306 s]
/proc/loadavg: 2.21 2.25 2.12 3/83 17600
/proc/meminfo: memFree=917920/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9620 CPUtime=876.93
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2634 2327 0 0 87688 4 0 1 25 0 1 0 58529306 9850880 1644 996147200 134512640 135095119 4294956304 18446744073709551615 134909968 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2405 1644 389 142 0 1359 0
Current children cumulated CPU time (s) 876.93
Current children cumulated vsize (KiB) 9620

[startup+942.301 s]
/proc/loadavg: 2.08 2.20 2.11 3/83 17601
/proc/meminfo: memFree=984408/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9620 CPUtime=936.64
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2645 2327 0 0 93659 4 0 1 25 0 1 0 58529306 9850880 1655 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2405 1655 389 142 0 1359 0
Current children cumulated CPU time (s) 936.64
Current children cumulated vsize (KiB) 9620

[startup+1002.3 s]
/proc/loadavg: 2.11 2.18 2.10 3/83 17601
/proc/meminfo: memFree=984344/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9620 CPUtime=996.35
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2657 2327 0 0 99630 4 0 1 25 0 1 0 58529306 9850880 1667 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2405 1667 389 142 0 1359 0
Current children cumulated CPU time (s) 996.35
Current children cumulated vsize (KiB) 9620

[startup+1062.3 s]
/proc/loadavg: 2.15 2.17 2.10 3/83 17601
/proc/meminfo: memFree=984216/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9620 CPUtime=1056.06
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2669 2327 0 0 105601 4 0 1 25 0 1 0 58529306 9850880 1679 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2405 1679 389 142 0 1359 0
Current children cumulated CPU time (s) 1056.06
Current children cumulated vsize (KiB) 9620

[startup+1122.3 s]
/proc/loadavg: 2.18 2.17 2.10 3/83 17601
/proc/meminfo: memFree=984088/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9620 CPUtime=1115.77
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2681 2327 0 0 111572 4 0 1 25 0 1 0 58529306 9850880 1691 996147200 134512640 135095119 4294956304 18446744073709551615 134918280 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2405 1691 389 142 0 1359 0
Current children cumulated CPU time (s) 1115.77
Current children cumulated vsize (KiB) 9620

[startup+1182.3 s]
/proc/loadavg: 2.33 2.20 2.11 3/83 17601
/proc/meminfo: memFree=983960/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9620 CPUtime=1175.49
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2694 2327 0 0 117544 4 0 1 25 0 1 0 58529306 9850880 1704 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2405 1704 389 142 0 1359 0
Current children cumulated CPU time (s) 1175.49
Current children cumulated vsize (KiB) 9620

[startup+1242.3 s]
/proc/loadavg: 2.15 2.17 2.10 3/83 17601
/proc/meminfo: memFree=983640/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9752 CPUtime=1235.19
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2724 2327 0 0 123514 4 0 1 25 0 1 0 58529306 9986048 1734 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2438 1734 389 142 0 1392 0
Current children cumulated CPU time (s) 1235.19
Current children cumulated vsize (KiB) 9752

[startup+1302.3 s]
/proc/loadavg: 2.06 2.14 2.09 3/83 17601
/proc/meminfo: memFree=983512/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=9752 CPUtime=1294.9
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2752 2327 0 0 129485 4 0 1 25 0 1 0 58529306 9986048 1762 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2438 1762 389 142 0 1392 0
Current children cumulated CPU time (s) 1294.9
Current children cumulated vsize (KiB) 9752

[startup+1362.3 s]
/proc/loadavg: 2.02 2.11 2.08 3/83 17601
/proc/meminfo: memFree=982552/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=10672 CPUtime=1354.63
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2971 2327 0 0 135457 5 0 1 25 0 1 0 58529306 10928128 1981 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2668 1981 389 142 0 1622 0
Current children cumulated CPU time (s) 1354.63
Current children cumulated vsize (KiB) 10672

[startup+1422.3 s]
/proc/loadavg: 2.00 2.09 2.08 3/83 17601
/proc/meminfo: memFree=982488/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=10672 CPUtime=1414.34
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 2981 2327 0 0 141428 5 0 1 25 0 1 0 58529306 10928128 1991 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2668 1991 389 142 0 1622 0
Current children cumulated CPU time (s) 1414.34
Current children cumulated vsize (KiB) 10672

[startup+1482.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/83 17601
/proc/meminfo: memFree=1112472/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=11696 CPUtime=1474.05
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 3250 2327 0 0 147399 5 0 1 25 0 1 0 58529306 11976704 2003 996147200 134512640 135095119 4294956304 18446744073709551615 134926970 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2924 2003 389 142 0 1878 0
Current children cumulated CPU time (s) 1474.05
Current children cumulated vsize (KiB) 11696

[startup+1542.31 s]
/proc/loadavg: 2.00 2.05 2.07 3/83 17601
/proc/meminfo: memFree=1112600/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=11696 CPUtime=1533.76
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 3261 2327 0 0 153370 5 0 1 25 0 1 0 58529306 11976704 2014 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2924 2014 389 142 0 1878 0
Current children cumulated CPU time (s) 1533.76
Current children cumulated vsize (KiB) 11696

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/83 17601
/proc/meminfo: memFree=1112600/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=11696 CPUtime=1593.47
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 3273 2327 0 0 159341 5 0 1 25 0 1 0 58529306 11976704 2026 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2924 2026 389 142 0 1878 0
Current children cumulated CPU time (s) 1593.47
Current children cumulated vsize (KiB) 11696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/83 17603
/proc/meminfo: memFree=1112472/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=11696 CPUtime=1653.18
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 3284 2327 0 0 165312 5 0 1 25 0 1 0 58529306 11976704 2037 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2924 2037 389 142 0 1878 0
Current children cumulated CPU time (s) 1653.18
Current children cumulated vsize (KiB) 11696

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/83 17603
/proc/meminfo: memFree=1112408/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=11696 CPUtime=1712.89
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 3296 2327 0 0 171283 5 0 1 25 0 1 0 58529306 11976704 2049 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2924 2049 389 142 0 1878 0
Current children cumulated CPU time (s) 1712.89
Current children cumulated vsize (KiB) 11696

[startup+1782.3 s]
/proc/loadavg: 2.11 2.06 2.06 3/83 17603
/proc/meminfo: memFree=1310040/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=11696 CPUtime=1772.6
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 3307 2327 0 0 177254 5 0 1 25 0 1 0 58529306 11976704 2060 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2924 2060 389 142 0 1878 0
Current children cumulated CPU time (s) 1772.6
Current children cumulated vsize (KiB) 11696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 2.07 2.05 2.06 3/83 17603
/proc/meminfo: memFree=1310040/2055920 swapFree=4192812/4192956
[pid=17520] ppid=17518 vsize=11696 CPUtime=1800.07
/proc/17520/stat : 17520 (pcs.small) R 17518 17520 16374 0 -1 4194304 3313 2327 0 0 180001 5 0 1 25 0 1 0 58529306 11976704 2066 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/17520/statm: 2924 2066 389 142 0 1878 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 11696

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): 1809.91
CPU time (s): 1800.11
CPU user time (s): 1800.03
CPU system time (s): 0.078987
CPU usage (%): 99.4585
Max. virtual memory (cumulated for all children) (KiB): 11696

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

runsolver used 2.06868 second user time and 5.05323 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-16 05:24:17
IDJOB=2077237
IDBENCH=56570
IDSOLVER=734
FILE ID=node50/2077237-1247714657
PBS_JOBID= 9521342
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg7-8_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077237-1247714657/watcher-2077237-1247714657 -o /tmp/evaluation-result-2077237-1247714657/solver-2077237-1247714657 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1894063611 HOME/instance-2077237-1247714657.xml

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

MD5SUM BENCH= 0cf03a4272c80cc77b6ca975aaa9b1b6
RANDOM SEED=1894063611

node50.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.231
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.231
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:        927800 kB
Buffers:         65148 kB
Cached:         221268 kB
SwapCached:          0 kB
Active:         834164 kB
Inactive:       219704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        927800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3312 kB
Writeback:           0 kB
Mapped:         787908 kB
Slab:            57884 kB
Committed_AS:  1263316 kB
PageTables:       3380 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 node50 at 2009-07-16 05:54:29