Trace number 1105949

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

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-02.xml
MD5SUM819c3e677bbf729895a37d0aded931cf
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 benchmark1.77473
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
Global constraints used (with number of constraints)

Solver Data (download as text)

4.01/3.73	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-1105949-1215202707/watcher-1105949-1215202707 -o /tmp/evaluation-result-1105949-1215202707/solver-1105949-1215202707 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105949-1215202707.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.04 1.01 1.00 3/64 26488
/proc/meminfo: memFree=1531248/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5356 CPUtime=0
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999239593 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1339 235 195 169 0 50 0
[pid=26489] ppid=26488 vsize=1520 CPUtime=0
/proc/26489/stat : 26489 (java) R 26488 26488 23262 0 -1 0 93 0 0 0 0 0 0 0 20 0 1 0 1999239593 1556480 75 996147200 134512640 134550740 4294956160 18446744073709551615 8382288 0 0 4096 0 0 0 0 17 0 0 0
/proc/26489/statm: 368 74 54 9 0 10 0

[startup+0.0801749 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 26488
/proc/meminfo: memFree=1531248/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5356 CPUtime=0
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999239593 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1339 235 195 169 0 50 0
[pid=26489] ppid=26488 vsize=865012 CPUtime=0.08
/proc/26489/stat : 26489 (java) S 26488 26488 23262 0 -1 0 3485 0 1 0 6 2 0 0 20 0 9 0 1999239593 885772288 2937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26489/statm: 216253 2938 1713 9 0 210815 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 870368

[startup+0.102177 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 26488
/proc/meminfo: memFree=1531248/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5356 CPUtime=0
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999239593 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1339 235 195 169 0 50 0
[pid=26489] ppid=26488 vsize=865012 CPUtime=0.1
/proc/26489/stat : 26489 (java) S 26488 26488 23262 0 -1 0 3715 0 1 0 8 2 0 0 20 0 9 0 1999239593 885772288 3154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26489/statm: 216253 3154 1781 9 0 210815 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 870368

[startup+0.301217 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 26488
/proc/meminfo: memFree=1531248/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5356 CPUtime=0
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999239593 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1339 235 195 169 0 50 0
[pid=26489] ppid=26488 vsize=865760 CPUtime=0.4
/proc/26489/stat : 26489 (java) S 26488 26488 23262 0 -1 0 5588 0 1 0 37 3 0 0 20 0 9 0 1999239593 886538240 5016 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26489/statm: 216440 5017 1830 9 0 211002 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 871116

[startup+0.702295 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 26488
/proc/meminfo: memFree=1531248/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5356 CPUtime=0
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999239593 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1339 235 195 169 0 50 0
[pid=26489] ppid=26488 vsize=869200 CPUtime=0.91
/proc/26489/stat : 26489 (java) S 26488 26488 23262 0 -1 0 11633 0 1 0 85 6 0 0 20 0 9 0 1999239593 890060800 11052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26489/statm: 217336 11056 1861 9 0 211898 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 874556

[startup+1.50244 s]
/proc/loadavg: 1.04 1.01 1.00 2/74 26498
/proc/meminfo: memFree=1490016/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5356 CPUtime=0
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999239593 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1339 235 195 169 0 50 0
[pid=26489] ppid=26488 vsize=869504 CPUtime=1.79
/proc/26489/stat : 26489 (java) S 26488 26488 23262 0 -1 0 13787 0 1 0 172 7 0 0 20 0 9 0 1999239593 890372096 13074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26489/statm: 217376 13074 1869 9 0 211938 0
[pid=26489/tid=26491] ppid=26488 vsize=869504 CPUtime=1.23
/proc/26489/task/26491/stat : 26491 (java) S 26488 26488 23262 0 -1 64 5090 0 1 0 120 3 0 0 17 0 9 0 1999239594 890372096 13074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26489/tid=26492] ppid=26488 vsize=869504 CPUtime=0.24
/proc/26489/task/26492/stat : 26492 (java) R 26488 26488 23262 0 -1 64 6335 0 0 0 22 2 0 0 16 0 9 0 1999239595 890372096 13074 996147200 134512640 134550740 4294955984 18446744073709551615 103829545 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26489/tid=26493] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26493/stat : 26493 (java) S 26488 26488 23262 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1999239595 890372096 13074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26494] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26494/stat : 26494 (java) S 26488 26488 23262 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999239595 890372096 13074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26495] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26495/stat : 26495 (java) S 26488 26488 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999239597 890372096 13074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26496] ppid=26488 vsize=869504 CPUtime=0.3
/proc/26489/task/26496/stat : 26496 (java) S 26488 26488 23262 0 -1 64 1628 0 0 0 29 1 0 0 17 0 9 0 1999239597 890372096 13074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26497] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26497/stat : 26497 (java) S 26488 26488 23262 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999239597 890372096 13074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26498] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26498/stat : 26498 (java) S 26488 26488 23262 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999239597 890372096 13074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 874860

[startup+3.10173 s]
/proc/loadavg: 1.04 1.01 1.00 2/74 26498
/proc/meminfo: memFree=1467744/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5356 CPUtime=0
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999239593 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1339 235 195 169 0 50 0
[pid=26489] ppid=26488 vsize=869504 CPUtime=3.46
/proc/26489/stat : 26489 (java) S 26488 26488 23262 0 -1 0 34371 0 1 0 328 18 0 0 20 0 9 0 1999239593 890372096 33545 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26489/statm: 217376 33545 1879 9 0 211938 0
[pid=26489/tid=26491] ppid=26488 vsize=869504 CPUtime=2.64
/proc/26489/task/26491/stat : 26491 (java) R 26488 26488 23262 0 -1 64 21217 0 1 0 254 10 0 0 17 0 9 0 1999239594 890372096 33545 996147200 134512640 134550740 4294955984 18446744073709551615 104455045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26489/tid=26492] ppid=26488 vsize=869504 CPUtime=0.41
/proc/26489/task/26492/stat : 26492 (java) S 26488 26488 23262 0 -1 64 10689 0 0 0 36 5 0 0 16 0 9 0 1999239595 890372096 33545 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26493] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26493/stat : 26493 (java) S 26488 26488 23262 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1999239595 890372096 33545 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26494] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26494/stat : 26494 (java) S 26488 26488 23262 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999239595 890372096 33545 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26495] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26495/stat : 26495 (java) S 26488 26488 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999239597 890372096 33545 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26496] ppid=26488 vsize=869504 CPUtime=0.37
/proc/26489/task/26496/stat : 26496 (java) S 26488 26488 23262 0 -1 64 1731 0 0 0 36 1 0 0 15 0 9 0 1999239597 890372096 33545 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26497] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26497/stat : 26497 (java) S 26488 26488 23262 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999239597 890372096 33545 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26489/tid=26498] ppid=26488 vsize=869504 CPUtime=0
/proc/26489/task/26498/stat : 26498 (java) S 26488 26488 23262 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999239597 890372096 33545 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 874860

[startup+6.3011 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 26499
/proc/meminfo: memFree=1508456/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=88280 CPUtime=2.55
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 23592 0 0 0 245 10 0 0 25 0 1 0 1999239966 90398720 16472 996147200 1448431616 1448550632 4294956144 18446744073709551615 4158656038 0 0 4096 0 0 0 0 17 1 0 0
/proc/26499/statm: 22070 16472 380 29 0 16124 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 93640

[startup+12.7023 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 26499
/proc/meminfo: memFree=1327144/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=8.95
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63807 0 0 0 869 26 0 0 25 0 1 100 1999239966 225071104 49349 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49349 413 29 0 49003 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 225156

[startup+25.5015 s]
/proc/loadavg: 1.08 1.03 1.01 2/66 26499
/proc/meminfo: memFree=1327336/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=21.74
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63807 0 0 0 2148 26 0 0 25 0 1 100 1999239966 225071104 49349 996147200 1448431616 1448550632 4294956144 18446744073709551615 149001366 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49349 413 29 0 49003 0
Current children cumulated CPU time (s) 25.77
Current children cumulated vsize (KiB) 225156

[startup+51.1011 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 26499
/proc/meminfo: memFree=1327016/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=47.31
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63807 0 0 0 4705 26 0 0 25 0 1 100 1999239966 225071104 49349 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958747 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49349 413 29 0 49003 0
Current children cumulated CPU time (s) 51.34
Current children cumulated vsize (KiB) 225156

[startup+102.305 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 26499
/proc/meminfo: memFree=1327464/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=98.5
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63808 0 0 0 9824 26 0 0 25 0 1 100 1999239966 225071104 49350 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49350 414 29 0 49003 0
Current children cumulated CPU time (s) 102.53
Current children cumulated vsize (KiB) 225156

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 26499
/proc/meminfo: memFree=1327400/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=158.48
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 15821 27 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958595 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (KiB) 225156

[startup+222.302 s]

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

/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1122.19
Current children cumulated vsize (KiB) 225156

[startup+1182.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 26499
/proc/meminfo: memFree=1327016/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1178.15
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 117787 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 149001366 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 225156

[startup+1242.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 26501
/proc/meminfo: memFree=1326824/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1238.12
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 123784 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1242.15
Current children cumulated vsize (KiB) 225156

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26501
/proc/meminfo: memFree=1326824/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1298.11
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 129783 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535458 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1302.14
Current children cumulated vsize (KiB) 225156

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26501
/proc/meminfo: memFree=1326824/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1358.08
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 135780 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 148959435 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1362.11
Current children cumulated vsize (KiB) 225156

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26501
/proc/meminfo: memFree=1326824/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1418.07
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 141779 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956654 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1422.1
Current children cumulated vsize (KiB) 225156

[startup+1482.3 s]
/proc/loadavg: 1.13 1.03 1.01 2/66 26501
/proc/meminfo: memFree=1326824/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1478.04
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 147776 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958079 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 225156

[startup+1542.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 26501
/proc/meminfo: memFree=1326824/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1538.02
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 153774 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 134616100 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 225156

[startup+1602.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/66 26501
/proc/meminfo: memFree=1326888/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1598.01
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 159773 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956654 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 225156

[startup+1662.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/66 26501
/proc/meminfo: memFree=1326888/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1657.98
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 165770 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956847 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 225156

[startup+1722.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/66 26501
/proc/meminfo: memFree=1326888/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1717.96
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 171768 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956826 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 225156

[startup+1782.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 26501
/proc/meminfo: memFree=1326824/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1777.94
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 177766 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 148957957 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 225156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 26501
/proc/meminfo: memFree=1326824/2055920 swapFree=4110944/4192956
[pid=26488] ppid=26486 vsize=5360 CPUtime=4.03
/proc/26488/stat : 26488 (solve.sh) S 26486 26488 23262 0 -1 4194304 309 38205 0 1 0 0 379 24 16 0 1 0 1999239593 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26488/statm: 1340 236 195 169 0 51 0
[pid=26499] ppid=26488 vsize=219796 CPUtime=1796.04
/proc/26499/stat : 26499 (ld-linux.so.2) R 26488 26488 23262 0 -1 4194304 63809 0 0 0 179576 28 0 0 25 0 1 100 1999239966 225071104 49351 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670052 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26499/statm: 54949 49351 414 29 0 49003 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 225156

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 26488 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=799422
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=252961
# CPU time returned by wait4() is 4.05238
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.55
CPU system time (s): 0.52
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 875424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.79942
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38514
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= 582
involuntary context switches= 196

runsolver used 1.64975 second user time and 3.86341 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 22:18:27
IDJOB=1105949
IDBENCH=55478
IDSOLVER=369
FILE ID=node70/1105949-1215202707
PBS_JOBID= 7881544
Free space on /tmp= 66340 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 819c3e677bbf729895a37d0aded931cf
RANDOM SEED=877610156

node70.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.256
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.256
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:       1531728 kB
Buffers:         59112 kB
Cached:         306924 kB
SwapCached:      76304 kB
Active:         288072 kB
Inactive:       177136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531728 kB
SwapTotal:     4192956 kB
SwapFree:      4110944 kB
Dirty:           31012 kB
Writeback:           0 kB
Mapped:         104432 kB
Slab:            44880 kB
Committed_AS:  4142384 kB
PageTables:       1556 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= 66304 MiB
End job on node70 at 2008-07-04 22:48:30