Trace number 1107398

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
Minion/Tailor 2008-07-04? (TO) 1800.01 1811.41

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle21.xml
MD5SUMa1a739fb8d99893699a2f45ae725d33e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12098
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints672
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension64
Number of constraints which are defined in intension608
Global constraints used (with number of constraints)

Solver Data (download as text)

1.59/1.68	c Finished tailoring XCSP instance to Minion. Starting solving

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107398-1215204636/watcher-1107398-1215204636 -o /tmp/evaluation-result-1107398-1215204636/solver-1107398-1215204636 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1107398-1215204636.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19945
/proc/meminfo: memFree=736536/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5356 CPUtime=0
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261406343 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1339 235 195 169 0 50 0
[pid=19946] ppid=19945 vsize=308 CPUtime=0
/proc/19946/stat : 19946 (java) R 19945 19945 16749 0 -1 0 234 0 0 0 0 0 0 0 18 0 1 0 261406344 315392 37 996147200 134512640 134550740 4294955984 18446744073709551615 2603661 0 0 4096 0 0 0 0 17 1 0 0
/proc/19946/statm: 77 39 29 9 0 6 0

[startup+0.0950369 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19945
/proc/meminfo: memFree=736536/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5356 CPUtime=0
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261406343 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1339 235 195 169 0 50 0
[pid=19946] ppid=19945 vsize=864136 CPUtime=0.08
/proc/19946/stat : 19946 (java) S 19945 19945 16749 0 -1 0 3525 0 1 0 6 2 0 0 18 0 9 0 261406344 884875264 2977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19946/statm: 216034 2977 1729 9 0 210596 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 869492

[startup+0.101037 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19945
/proc/meminfo: memFree=736536/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5356 CPUtime=0
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261406343 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1339 235 195 169 0 50 0
[pid=19946] ppid=19945 vsize=864136 CPUtime=0.09
/proc/19946/stat : 19946 (java) S 19945 19945 16749 0 -1 0 3585 0 1 0 7 2 0 0 18 0 9 0 261406344 884875264 3026 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19946/statm: 216034 3026 1750 9 0 210596 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 869492

[startup+0.301076 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19945
/proc/meminfo: memFree=736536/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5356 CPUtime=0
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261406343 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1339 235 195 169 0 50 0
[pid=19946] ppid=19945 vsize=864740 CPUtime=0.29
/proc/19946/stat : 19946 (java) S 19945 19945 16749 0 -1 0 4241 0 1 0 26 3 0 0 18 0 9 0 261406344 885493760 3674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19946/statm: 216185 3675 1820 9 0 210747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 870096

[startup+0.701153 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19945
/proc/meminfo: memFree=736536/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5356 CPUtime=0
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261406343 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1339 235 195 169 0 50 0
[pid=19946] ppid=19945 vsize=868708 CPUtime=0.68
/proc/19946/stat : 19946 (java) S 19945 19945 16749 0 -1 0 8810 0 1 0 63 5 0 0 18 0 9 0 261406344 889556992 8200 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19946/statm: 217177 8200 1861 9 0 211739 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 874064

[startup+1.50132 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 19955
/proc/meminfo: memFree=707592/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5356 CPUtime=0
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261406343 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1339 235 195 169 0 50 0
[pid=19946] ppid=19945 vsize=868856 CPUtime=1.49
/proc/19946/stat : 19946 (java) S 19945 19945 16749 0 -1 0 15713 0 1 0 138 11 0 0 18 0 9 0 261406344 889708544 15003 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19946/statm: 217214 15003 1876 9 0 211776 0
[pid=19946/tid=19948] ppid=19945 vsize=868856 CPUtime=1.01
/proc/19946/task/19948/stat : 19948 (java) R 19945 19945 16749 0 -1 64 5197 0 1 0 97 4 0 0 25 0 9 0 261406345 889708544 15003 996147200 134512640 134550740 4294955984 18446744073709551615 104455043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19946/tid=19949] ppid=19945 vsize=868856 CPUtime=0.13
/proc/19946/task/19949/stat : 19949 (java) S 19945 19945 16749 0 -1 64 8177 0 0 0 9 4 0 0 16 0 9 0 261406346 889708544 15003 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19946/tid=19950] ppid=19945 vsize=868856 CPUtime=0
/proc/19946/task/19950/stat : 19950 (java) S 19945 19945 16749 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 261406346 889708544 15003 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19946/tid=19951] ppid=19945 vsize=868856 CPUtime=0
/proc/19946/task/19951/stat : 19951 (java) S 19945 19945 16749 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 261406346 889708544 15003 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19946/tid=19952] ppid=19945 vsize=868856 CPUtime=0
/proc/19946/task/19952/stat : 19952 (java) S 19945 19945 16749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 261406348 889708544 15003 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19946/tid=19953] ppid=19945 vsize=868856 CPUtime=0.32
/proc/19946/task/19953/stat : 19953 (java) S 19945 19945 16749 0 -1 64 1605 0 0 0 31 1 0 0 16 0 9 0 261406348 889708544 15003 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19946/tid=19954] ppid=19945 vsize=868856 CPUtime=0
/proc/19946/task/19954/stat : 19954 (java) S 19945 19945 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 261406348 889708544 15003 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19946/tid=19955] ppid=19945 vsize=868856 CPUtime=0
/proc/19946/task/19955/stat : 19955 (java) S 19945 19945 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 261406348 889708544 15003 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 874212

[startup+3.10162 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 19956
/proc/meminfo: memFree=727304/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=73916 CPUtime=1.41
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 23103 0 0 0 131 10 0 0 25 0 1 0 261406511 75689984 12904 996147200 1448431616 1448550632 4294956144 18446744073709551615 148842907 0 0 4096 0 0 0 0 17 1 0 0
/proc/19956/statm: 18479 12908 382 29 0 12533 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 79276

[startup+6.30124 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 19956
/proc/meminfo: memFree=679816/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=4.61
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24406 0 0 0 450 11 0 0 25 0 1 100 261406511 79536128 13872 996147200 1448431616 1448550632 4294956144 18446744073709551615 148959061 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19956/statm: 19418 13872 414 29 0 13472 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 83032

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19956
/proc/meminfo: memFree=679952/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=11.01
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24406 0 0 0 1090 11 0 0 25 0 1 100 261406511 79536128 13872 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956779 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19956/statm: 19418 13872 414 29 0 13472 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 83032

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19956
/proc/meminfo: memFree=680016/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=23.81
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24407 0 0 0 2370 11 0 0 25 0 1 100 261406511 79536128 13873 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958642 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19956/statm: 19418 13873 414 29 0 13472 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 83032

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19956
/proc/meminfo: memFree=679760/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=49.37
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24407 0 0 0 4926 11 0 0 25 0 1 100 261406511 79536128 13873 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958595 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19956/statm: 19418 13873 414 29 0 13472 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 83032

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19956
/proc/meminfo: memFree=679952/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=100.56
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24408 0 0 0 10045 11 0 0 25 0 1 100 261406511 79536128 13874 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19956/statm: 19418 13874 414 29 0 13472 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 83032

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19956
/proc/meminfo: memFree=679952/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=160.53
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24408 0 0 0 16042 11 0 0 25 0 1 100 261406511 79536128 13874 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958191 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19956/statm: 19418 13874 414 29 0 13472 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 83032

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19956
/proc/meminfo: memFree=679952/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=220.51
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24408 0 0 0 22040 11 0 0 25 0 1 100 261406511 79536128 13874 996147200 1448431616 1448550632 4294956144 18446744073709551615 134615873 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19956/statm: 19418 13874 414 29 0 13472 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 83032

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19956
/proc/meminfo: memFree=679952/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1116.23
Current children cumulated vsize (KiB) 83032

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150344/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1174.15
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 117396 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 134533591 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1175.77
Current children cumulated vsize (KiB) 83032

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150344/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1233.68
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 123349 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 134533952 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1235.3
Current children cumulated vsize (KiB) 83032

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150280/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1293.22
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 129303 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 134533568 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1294.84
Current children cumulated vsize (KiB) 83032

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150216/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1352.76
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 135257 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 149001443 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1354.38
Current children cumulated vsize (KiB) 83032

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150280/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1412.29
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 141210 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535461 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1413.91
Current children cumulated vsize (KiB) 83032

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150280/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1471.83
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 147164 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958611 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1473.45
Current children cumulated vsize (KiB) 83032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150216/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1531.36
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 153117 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 149001599 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1532.98
Current children cumulated vsize (KiB) 83032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150216/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1590.9
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 159071 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 148959195 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1592.52
Current children cumulated vsize (KiB) 83032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150216/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1650.43
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 165024 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670045 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1652.05
Current children cumulated vsize (KiB) 83032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150152/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1709.97
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 170978 19 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 149001348 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1711.59
Current children cumulated vsize (KiB) 83032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150216/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1769.51
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 176931 20 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958747 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1771.13
Current children cumulated vsize (KiB) 83032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150216/2055920 swapFree=4180776/4192956
[pid=19945] ppid=19943 vsize=5360 CPUtime=1.62
/proc/19945/stat : 19945 (solve.sh) S 19943 19945 16749 0 -1 4194304 309 21609 0 1 0 0 147 15 18 0 1 0 261406343 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19945/statm: 1340 236 195 169 0 51 0
[pid=19956] ppid=19945 vsize=77672 CPUtime=1798.39
/proc/19956/stat : 19956 (ld-linux.so.2) R 19945 19945 16749 0 -1 4194304 24409 0 0 0 179819 20 0 0 25 0 1 100 261406511 79536128 13875 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956654 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19956/statm: 19418 13875 414 29 0 13472 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 83032

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19945 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=476775
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=157975
# CPU time returned by wait4() is 1.63475
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.41
CPU time (s): 1800.01
CPU user time (s): 1799.66
CPU system time (s): 0.35
CPU usage (%): 99.3705
Max. virtual memory (cumulated for all children) (KiB): 874212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.47677
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21918
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1113
involuntary context switches= 1075

runsolver used 1.72374 second user time and 4.90125 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 22:50:36
IDJOB=1107398
IDBENCH=56149
IDSOLVER=369
FILE ID=node85/1107398-1215204636
PBS_JOBID= 7881618
Free space on /tmp= 126808 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle21.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107398-1215204636/watcher-1107398-1215204636 -o /tmp/evaluation-result-1107398-1215204636/solver-1107398-1215204636 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1107398-1215204636.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a1a739fb8d99893699a2f45ae725d33e
RANDOM SEED=952985261

node85.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.272
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.272
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:        737080 kB
Buffers:         82528 kB
Cached:         429224 kB
SwapCached:       7020 kB
Active:        1007064 kB
Inactive:       258488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        737080 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:           29892 kB
Writeback:           0 kB
Mapped:         760960 kB
Slab:            36744 kB
Committed_AS:  1390960 kB
PageTables:       3820 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= 126780 MiB
End job on node85 at 2008-07-04 23:20:50