Trace number 2070273

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.02 1810.91

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-10_ext.xml
MD5SUMbf17ad4fcb93ffa307503ae9f9f9c729
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.3644
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.17/0.21	c Seed is 544640610
0.17/0.21	c Constructing HOME/instance-2070273-1247708807.xml  with 17 constraints
0.17/0.21	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-2070273-1247708807/watcher-2070273-1247708807 -o /tmp/evaluation-result-2070273-1247708807/solver-2070273-1247708807 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 544640610 HOME/instance-2070273-1247708807.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.17 2.04 2.01 4/82 10188
/proc/meminfo: memFree=1488016/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5356 CPUtime=0
/proc/10188/stat : 10188 (pcssolve) R 10186 10188 9855 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57943566 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10188/statm: 1339 241 200 169 0 50 0
[pid=10189] ppid=10188 vsize=0 CPUtime=0
/proc/10189/stat : 10189 (pcssolve) R 10188 10188 9855 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 57943567 0 0 996147200 0 0 0 18446744073709551615 227607637287 0 0 4096 0 0 0 0 17 1 0 0
/proc/10189/statm: 0 0 0 0 0 0 0
[pid=10190] ppid=10188 vsize=5356 CPUtime=0
/proc/10190/stat : 10190 (pcssolve) R 10188 10188 9855 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57943567 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10190/statm: 1339 241 200 169 0 50 0

[startup+0.109183 s]
/proc/loadavg: 2.17 2.04 2.01 4/82 10188
/proc/meminfo: memFree=1488016/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5300 CPUtime=0.08
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1032 974 0 0 8 0 0 0 18 0 1 0 57943566 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5300

[startup+0.201192 s]
/proc/loadavg: 2.17 2.04 2.01 4/82 10188
/proc/meminfo: memFree=1488016/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5300 CPUtime=0.17
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1032 974 0 0 17 0 0 0 18 0 1 0 57943566 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5300

[startup+0.301204 s]
/proc/loadavg: 2.17 2.04 2.01 4/82 10188
/proc/meminfo: memFree=1488016/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5300 CPUtime=0.27
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1032 974 0 0 27 0 0 0 19 0 1 0 57943566 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5300

[startup+0.701251 s]
/proc/loadavg: 2.17 2.04 2.01 4/82 10188
/proc/meminfo: memFree=1488016/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5300 CPUtime=0.67
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1032 974 0 0 67 0 0 0 23 0 1 0 57943566 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5300

[startup+1.50135 s]
/proc/loadavg: 2.17 2.04 2.01 3/83 10194
/proc/meminfo: memFree=1486856/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5300 CPUtime=1.46
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1032 974 0 0 146 0 0 0 25 0 1 0 57943566 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 5300

[startup+3.10153 s]
/proc/loadavg: 2.17 2.04 2.01 3/83 10194
/proc/meminfo: memFree=1486600/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5300 CPUtime=3.05
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1032 974 0 0 305 0 0 0 25 0 1 0 57943566 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 5300

[startup+6.30191 s]
/proc/loadavg: 2.16 2.04 2.01 3/83 10194
/proc/meminfo: memFree=1486600/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5300 CPUtime=6.22
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1035 974 0 0 622 0 0 0 25 0 1 0 57943566 5427200 643 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1325 643 389 142 0 279 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 5300

[startup+12.7017 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 10194
/proc/meminfo: memFree=1486600/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5300 CPUtime=12.57
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1047 974 0 0 1257 0 0 0 25 0 1 0 57943566 5427200 655 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1325 655 389 142 0 279 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 5300

[startup+25.5012 s]
/proc/loadavg: 2.18 2.05 2.01 3/83 10194
/proc/meminfo: memFree=1486664/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5300 CPUtime=25.26
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1053 974 0 0 2526 0 0 0 25 0 1 0 57943566 5427200 661 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1325 661 389 142 0 279 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 5300

[startup+51.1012 s]
/proc/loadavg: 2.17 2.06 2.02 3/83 10194
/proc/meminfo: memFree=1486664/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5560 CPUtime=50.64
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1092 974 0 0 5064 0 0 0 25 0 1 0 57943566 5693440 700 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1390 700 389 142 0 344 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 5560

[startup+102.301 s]
/proc/loadavg: 2.22 2.08 2.02 3/82 10194
/proc/meminfo: memFree=1486088/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5816 CPUtime=101.41
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1194 974 0 0 10141 0 0 0 25 0 1 0 57943566 5955584 737 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1454 737 389 142 0 408 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 5816

[startup+162.301 s]
/proc/loadavg: 2.21 2.10 2.03 3/82 10194
/proc/meminfo: memFree=1485832/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=5948 CPUtime=160.9
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1281 974 0 0 16090 0 0 0 25 0 1 0 57943566 6090752 824 996147200 134512640 135095119 4294956304 18446744073709551615 134927077 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1487 824 389 142 0 441 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 5948

[startup+222.306 s]
/proc/loadavg: 2.21 2.11 2.03 3/82 10194
/proc/meminfo: memFree=1485320/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=6984 CPUtime=220.39
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1571 974 0 0 22039 0 0 0 25 0 1 0 57943566 7151616 985 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1746 985 389 142 0 700 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 6984

[startup+282.301 s]
/proc/loadavg: 2.12 2.10 2.03 3/82 10194
/proc/meminfo: memFree=1485128/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=6984 CPUtime=279.88
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1620 974 0 0 27988 0 0 0 25 0 1 0 57943566 7151616 1034 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1746 1034 389 142 0 700 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 6984

[startup+342.302 s]
/proc/loadavg: 2.09 2.09 2.03 3/82 10196
/proc/meminfo: memFree=1484808/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=7112 CPUtime=339.38
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 1687 974 0 0 33937 1 0 0 25 0 1 0 57943566 7282688 1101 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 1778 1101 389 142 0 732 0
Current children cumulated CPU time (s) 339.38
Current children cumulated vsize (KiB) 7112

[startup+402.302 s]
/proc/loadavg: 2.07 2.09 2.03 3/82 10196
/proc/meminfo: memFree=1484488/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=8264 CPUtime=398.87
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 2030 974 0 0 39886 1 0 0 25 0 1 0 57943566 8462336 1187 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 2066 1187 389 142 0 1020 0
Current children cumulated CPU time (s) 398.87
Current children cumulated vsize (KiB) 8264

[startup+462.302 s]
/proc/loadavg: 2.06 2.08 2.03 3/82 10196
/proc/meminfo: memFree=1483784/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=9052 CPUtime=458.36
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 2261 974 0 0 45835 1 0 0 25 0 1 0 57943566 9269248 1385 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 2263 1385 389 142 0 1217 0
Current children cumulated CPU time (s) 458.36
Current children cumulated vsize (KiB) 9052

[startup+522.302 s]
/proc/loadavg: 2.06 2.08 2.03 3/82 10196
/proc/meminfo: memFree=1483592/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=9052 CPUtime=517.85
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 2306 974 0 0 51784 1 0 0 25 0 1 0 57943566 9269248 1430 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 2263 1430 389 142 0 1217 0
Current children cumulated CPU time (s) 517.85
Current children cumulated vsize (KiB) 9052

[startup+582.302 s]
/proc/loadavg: 2.13 2.09 2.03 3/82 10196
/proc/meminfo: memFree=1483336/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=9052 CPUtime=577.35
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 2353 974 0 0 57733 2 0 0 25 0 1 0 57943566 9269248 1477 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 2263 1477 389 142 0 1217 0
Current children cumulated CPU time (s) 577.35
Current children cumulated vsize (KiB) 9052

[startup+642.302 s]
/proc/loadavg: 2.12 2.09 2.03 3/82 10196
/proc/meminfo: memFree=1483080/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=9052 CPUtime=636.84

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

[startup+822.302 s]
/proc/loadavg: 2.09 2.08 2.03 3/82 10196
/proc/meminfo: memFree=1481800/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=11748 CPUtime=815.31
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 3220 974 0 0 81529 2 0 0 25 0 1 0 57943566 12029952 1831 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 2937 1831 389 142 0 1891 0
Current children cumulated CPU time (s) 815.31
Current children cumulated vsize (KiB) 11748

[startup+882.306 s]
/proc/loadavg: 2.08 2.08 2.03 3/82 10202
/proc/meminfo: memFree=1480512/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=13060 CPUtime=874.8
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 3610 974 0 0 87477 3 0 0 25 0 1 0 57943566 13373440 2156 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/10188/statm: 3265 2156 389 142 0 2219 0
Current children cumulated CPU time (s) 874.8
Current children cumulated vsize (KiB) 13060

[startup+942.301 s]
/proc/loadavg: 2.58 2.22 2.08 3/82 10678
/proc/meminfo: memFree=1478960/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=13060 CPUtime=931.75
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 3660 974 0 0 93172 3 0 0 25 0 1 0 57943566 13373440 2206 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 3265 2206 389 142 0 2219 0
Current children cumulated CPU time (s) 931.75
Current children cumulated vsize (KiB) 13060

[startup+1002.3 s]
/proc/loadavg: 2.26 2.19 2.08 3/82 10678
/proc/meminfo: memFree=1479040/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=13060 CPUtime=991.72
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 3714 974 0 0 99168 4 0 0 25 0 1 0 57943566 13373440 2260 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 3265 2260 389 142 0 2219 0
Current children cumulated CPU time (s) 991.72
Current children cumulated vsize (KiB) 13060

[startup+1062.3 s]
/proc/loadavg: 2.13 2.17 2.08 3/82 10678
/proc/meminfo: memFree=1478912/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=13060 CPUtime=1051.7
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 3763 974 0 0 105166 4 0 0 25 0 1 0 57943566 13373440 2309 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 3265 2309 389 142 0 2219 0
Current children cumulated CPU time (s) 1051.7
Current children cumulated vsize (KiB) 13060

[startup+1122.3 s]
/proc/loadavg: 2.08 2.15 2.08 3/82 10678
/proc/meminfo: memFree=1478656/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=13060 CPUtime=1111.67
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 3815 974 0 0 111163 4 0 0 25 0 1 0 57943566 13373440 2361 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 3265 2361 389 142 0 2219 0
Current children cumulated CPU time (s) 1111.67
Current children cumulated vsize (KiB) 13060

[startup+1182.3 s]
/proc/loadavg: 2.13 2.15 2.08 3/82 10678
/proc/meminfo: memFree=1478400/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=13188 CPUtime=1171.65
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 3880 974 0 0 117160 5 0 0 25 0 1 0 57943566 13504512 2426 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 3297 2426 389 142 0 2251 0
Current children cumulated CPU time (s) 1171.65
Current children cumulated vsize (KiB) 13188

[startup+1242.3 s]
/proc/loadavg: 2.16 2.15 2.09 3/82 10678
/proc/meminfo: memFree=1477896/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=13320 CPUtime=1231.63
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 3976 974 0 0 123158 5 0 0 25 0 1 0 57943566 13639680 2522 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 3330 2522 389 142 0 2284 0
Current children cumulated CPU time (s) 1231.63
Current children cumulated vsize (KiB) 13320

[startup+1302.3 s]
/proc/loadavg: 2.13 2.14 2.09 3/82 10678
/proc/meminfo: memFree=1477512/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=13452 CPUtime=1291.6
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 4069 974 0 0 129155 5 0 0 25 0 1 0 57943566 13774848 2615 996147200 134512640 135095119 4294956304 18446744073709551615 134918064 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 3363 2615 389 142 0 2317 0
Current children cumulated CPU time (s) 1291.6
Current children cumulated vsize (KiB) 13452

[startup+1362.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/82 10678
/proc/meminfo: memFree=1477128/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=13712 CPUtime=1351.57
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 4166 974 0 0 135152 5 0 0 25 0 1 0 57943566 14041088 2712 996147200 134512640 135095119 4294956304 18446744073709551615 134918142 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 3428 2712 389 142 0 2382 0
Current children cumulated CPU time (s) 1351.57
Current children cumulated vsize (KiB) 13712

[startup+1422.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/82 10678
/proc/meminfo: memFree=1476680/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=17940 CPUtime=1411.56
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 5297 974 0 0 141150 6 0 0 25 0 1 0 57943566 18370560 2818 996147200 134512640 135095119 4294956304 18446744073709551615 134918215 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 4485 2818 389 142 0 3439 0
Current children cumulated CPU time (s) 1411.56
Current children cumulated vsize (KiB) 17940

[startup+1482.3 s]
/proc/loadavg: 2.09 2.11 2.09 3/82 10678
/proc/meminfo: memFree=1476296/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=18200 CPUtime=1471.53
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 5393 974 0 0 147147 6 0 0 25 0 1 0 57943566 18636800 2914 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 4550 2914 389 142 0 3504 0
Current children cumulated CPU time (s) 1471.53
Current children cumulated vsize (KiB) 18200

[startup+1542.31 s]
/proc/loadavg: 2.08 2.10 2.09 3/82 10678
/proc/meminfo: memFree=1475912/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=18332 CPUtime=1531.51
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 5491 974 0 0 153145 6 0 0 25 0 1 0 57943566 18771968 3012 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 4583 3012 389 142 0 3537 0
Current children cumulated CPU time (s) 1531.51
Current children cumulated vsize (KiB) 18332

[startup+1602.3 s]
/proc/loadavg: 2.08 2.09 2.09 3/73 10711
/proc/meminfo: memFree=1502624/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=18464 CPUtime=1591.48
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 5589 974 0 0 159141 7 0 0 25 0 1 0 57943566 18907136 3110 996147200 134512640 135095119 4294956304 18446744073709551615 134927070 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 4616 3110 389 142 0 3570 0
Current children cumulated CPU time (s) 1591.48
Current children cumulated vsize (KiB) 18464

[startup+1662.3 s]
/proc/loadavg: 2.07 2.09 2.08 3/73 10711
/proc/meminfo: memFree=1500128/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=21344 CPUtime=1651.46
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 6329 974 0 0 165139 7 0 0 25 0 1 0 57943566 21856256 3721 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 5336 3721 389 142 0 4290 0
Current children cumulated CPU time (s) 1651.46
Current children cumulated vsize (KiB) 21344

[startup+1722.3 s]
/proc/loadavg: 2.07 2.08 2.08 3/73 10711
/proc/meminfo: memFree=1500064/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=21344 CPUtime=1711.43
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 6385 974 0 0 171136 7 0 0 25 0 1 0 57943566 21856256 3777 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 5336 3777 389 142 0 4290 0
Current children cumulated CPU time (s) 1711.43
Current children cumulated vsize (KiB) 21344

[startup+1782.3 s]
/proc/loadavg: 2.06 2.08 2.08 3/73 10711
/proc/meminfo: memFree=1499616/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=21344 CPUtime=1771.41
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 6446 974 0 0 177133 8 0 0 25 0 1 0 57943566 21856256 3838 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 5336 3838 389 142 0 4290 0
Current children cumulated CPU time (s) 1771.41
Current children cumulated vsize (KiB) 21344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.9 s]
/proc/loadavg: 2.09 2.09 2.09 3/73 10711
/proc/meminfo: memFree=1499488/2055920 swapFree=4192812/4192956
[pid=10188] ppid=10186 vsize=21344 CPUtime=1800.01
/proc/10188/stat : 10188 (pcs.small) R 10186 10188 9855 0 -1 4194304 6473 974 0 0 179993 8 0 0 25 0 1 0 57943566 21856256 3865 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/10188/statm: 5336 3865 389 142 0 4290 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 21344

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): 1810.91
CPU time (s): 1800.02
CPU user time (s): 1799.93
CPU system time (s): 0.091986
CPU usage (%): 99.3989
Max. virtual memory (cumulated for all children) (KiB): 21344

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

runsolver used 2.14667 second user time and 5.06023 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-16 03:46:47
IDJOB=2070273
IDBENCH=55163
IDSOLVER=733
FILE ID=node66/2070273-1247708807
PBS_JOBID= 9521324
Free space on /tmp= 66260 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg7-10_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070273-1247708807/watcher-2070273-1247708807 -o /tmp/evaluation-result-2070273-1247708807/solver-2070273-1247708807 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 544640610 HOME/instance-2070273-1247708807.xml

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

MD5SUM BENCH= bf17ad4fcb93ffa307503ae9f9f9c729
RANDOM SEED=544640610

node66.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.214
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.214
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:       1488496 kB
Buffers:         67676 kB
Cached:         374528 kB
SwapCached:          0 kB
Active:          82640 kB
Inactive:       405248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:          66040 kB
Slab:            64628 kB
Committed_AS:   537532 kB
PageTables:       1852 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= 66256 MiB
End job on node66 at 2009-07-16 04:17:00