Trace number 1107375

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.06 1802.71

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-03.xml
MD5SUMd28060cd6a868436f27486ab90f32461
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 benchmark4.44232
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
Global constraints used (with number of constraints)

Solver Data (download as text)

3.65/3.72	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-1107375-1215205085/watcher-1107375-1215205085 -o /tmp/evaluation-result-1107375-1215205085/solver-1107375-1215205085 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1107375-1215205085.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: 2.38 2.13 2.04 4/74 20171
/proc/meminfo: memFree=1432344/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5356 CPUtime=0
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261451329 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1339 235 195 169 0 50 0
[pid=20172] ppid=20171 vsize=308 CPUtime=0
/proc/20172/stat : 20172 (java) R 20171 20171 18894 0 -1 0 236 0 0 0 0 0 0 0 18 0 1 0 261451329 315392 39 996147200 134512640 134550740 4294956032 18446744073709551615 2601764 0 0 4096 0 0 0 0 17 1 0 0
/proc/20172/statm: 81 41 31 9 0 6 0

[startup+0.050948 s]
/proc/loadavg: 2.38 2.13 2.04 4/74 20171
/proc/meminfo: memFree=1432344/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5356 CPUtime=0
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261451329 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1339 235 195 169 0 50 0
[pid=20172] ppid=20171 vsize=862004 CPUtime=0.03
/proc/20172/stat : 20172 (java) S 20171 20171 18894 0 -1 0 2416 0 1 0 2 1 0 0 18 0 9 0 261451329 882692096 1947 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 215501 1949 1084 9 0 210469 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 867360

[startup+0.101959 s]
/proc/loadavg: 2.38 2.13 2.04 4/74 20171
/proc/meminfo: memFree=1432344/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5356 CPUtime=0
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261451329 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1339 235 195 169 0 50 0
[pid=20172] ppid=20171 vsize=864136 CPUtime=0.09
/proc/20172/stat : 20172 (java) S 20171 20171 18894 0 -1 0 3595 0 1 0 7 2 0 0 18 0 9 0 261451329 884875264 3036 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 216034 3036 1750 9 0 210596 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 869492

[startup+0.301999 s]
/proc/loadavg: 2.38 2.13 2.04 4/74 20171
/proc/meminfo: memFree=1432344/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5356 CPUtime=0
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261451329 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1339 235 195 169 0 50 0
[pid=20172] ppid=20171 vsize=864924 CPUtime=0.28
/proc/20172/stat : 20172 (java) S 20171 20171 18894 0 -1 0 4840 0 1 0 26 2 0 0 18 0 9 0 261451329 885682176 4268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 216231 4268 1828 9 0 210793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 870280

[startup+0.701079 s]
/proc/loadavg: 2.38 2.13 2.04 4/74 20171
/proc/meminfo: memFree=1432344/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5356 CPUtime=0
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261451329 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1339 235 195 169 0 50 0
[pid=20172] ppid=20171 vsize=868720 CPUtime=0.69
/proc/20172/stat : 20172 (java) S 20171 20171 18894 0 -1 0 10011 0 1 0 64 5 0 0 18 0 9 0 261451329 889569280 9400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 217180 9401 1861 9 0 211742 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 874076

[startup+1.50223 s]
/proc/loadavg: 2.38 2.13 2.04 3/84 20181
/proc/meminfo: memFree=1391944/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5356 CPUtime=0
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261451329 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1339 235 195 169 0 50 0
[pid=20172] ppid=20171 vsize=868868 CPUtime=1.49
/proc/20172/stat : 20172 (java) S 20171 20171 18894 0 -1 0 14835 0 1 0 141 8 0 0 18 0 9 0 261451329 889720832 14142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 217217 14142 1876 9 0 211779 0
[pid=20172/tid=20174] ppid=20171 vsize=868868 CPUtime=0.91
/proc/20172/task/20174/stat : 20174 (java) R 20171 20171 18894 0 -1 64 5187 0 1 0 89 2 0 0 25 0 9 0 261451330 889720832 14142 996147200 134512640 134550740 4294956032 18446744073709551615 4126374868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20175] ppid=20171 vsize=868868 CPUtime=0.21
/proc/20172/task/20175/stat : 20175 (java) S 20171 20171 18894 0 -1 64 7304 0 0 0 18 3 0 0 16 0 9 0 261451331 889720832 14142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20176] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20171 20171 18894 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 261451331 889720832 14142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20177] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20171 20171 18894 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 261451331 889720832 14142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20178] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20171 20171 18894 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 261451333 889720832 14142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20179] ppid=20171 vsize=868868 CPUtime=0.32
/proc/20172/task/20179/stat : 20179 (java) S 20171 20171 18894 0 -1 64 1611 0 0 0 32 0 0 0 15 0 9 0 261451333 889720832 14142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20180] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20180/stat : 20180 (java) S 20171 20171 18894 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 261451333 889720832 14142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20181] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20181/stat : 20181 (java) S 20171 20171 18894 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 261451333 889720832 14142 996147200 134512640 134550740 4294956032 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) 874224

[startup+3.10154 s]
/proc/loadavg: 2.43 2.15 2.05 3/84 20181
/proc/meminfo: memFree=1364744/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5356 CPUtime=0
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 261451329 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1339 235 195 169 0 50 0
[pid=20172] ppid=20171 vsize=868868 CPUtime=3.09
/proc/20172/stat : 20172 (java) S 20171 20171 18894 0 -1 0 38461 0 1 0 291 18 0 0 18 0 9 0 261451329 889720832 37471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 217217 37471 2560 9 0 211779 0
[pid=20172/tid=20174] ppid=20171 vsize=868868 CPUtime=2.32
/proc/20172/task/20174/stat : 20174 (java) R 20171 20171 18894 0 -1 64 25674 0 1 0 221 11 0 0 25 0 9 0 261451330 889720832 37471 996147200 134512640 134550740 4294956032 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20175] ppid=20171 vsize=868868 CPUtime=0.4
/proc/20172/task/20175/stat : 20175 (java) S 20171 20171 18894 0 -1 64 10443 0 0 0 36 4 0 0 16 0 9 0 261451331 889720832 37471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20176] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20171 20171 18894 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 261451331 889720832 37471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20177] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20171 20171 18894 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 261451331 889720832 37471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20178] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20171 20171 18894 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 261451333 889720832 37471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20179] ppid=20171 vsize=868868 CPUtime=0.32
/proc/20172/task/20179/stat : 20179 (java) S 20171 20171 18894 0 -1 64 1611 0 0 0 32 0 0 0 15 0 9 0 261451333 889720832 37471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20180] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20180/stat : 20180 (java) S 20171 20171 18894 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 261451333 889720832 37471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20172/tid=20181] ppid=20171 vsize=868868 CPUtime=0
/proc/20172/task/20181/stat : 20181 (java) S 20171 20171 18894 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 261451333 889720832 37471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 874224

[startup+6.30116 s]
/proc/loadavg: 2.43 2.15 2.05 3/76 20182
/proc/meminfo: memFree=1388936/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=106692 CPUtime=2.57
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 53647 0 0 0 237 20 0 0 25 0 1 0 261451701 109252608 21056 996147200 1448431616 1448550632 4294956176 18446744073709551615 148842285 0 0 4096 0 0 0 0 17 1 0 0
/proc/20182/statm: 26673 21057 380 29 0 20727 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 112052

[startup+12.7014 s]
/proc/loadavg: 2.36 2.14 2.04 3/76 20182
/proc/meminfo: memFree=1150536/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295408 CPUtime=8.96
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156619 0 0 0 843 53 0 0 25 0 1 100 261451701 302497792 68290 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73852 68290 413 29 0 67906 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 300768

[startup+25.5019 s]
/proc/loadavg: 2.31 2.14 2.04 3/76 20182
/proc/meminfo: memFree=1150472/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=21.76
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156661 0 0 0 2123 53 0 0 25 0 1 100 261451701 302751744 68332 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958578 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68332 413 29 0 67968 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 301016

[startup+51.1018 s]
/proc/loadavg: 2.20 2.13 2.04 3/76 20182
/proc/meminfo: memFree=1150472/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=47.34
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156661 0 0 0 4681 53 0 0 25 0 1 100 261451701 302751744 68332 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958818 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68332 413 29 0 67968 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 301016

[startup+102.307 s]
/proc/loadavg: 2.08 2.10 2.04 3/76 20182
/proc/meminfo: memFree=1150472/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=98.52
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156661 0 0 0 9799 53 0 0 25 0 1 100 261451701 302751744 68332 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958874 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68332 413 29 0 67968 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 301016

[startup+162.301 s]
/proc/loadavg: 2.03 2.08 2.03 3/76 20182
/proc/meminfo: memFree=1150344/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=158.48
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156661 0 0 0 15795 53 0 0 25 0 1 100 261451701 302751744 68332 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957842 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68332 413 29 0 67968 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 301016

[startup+222.302 s]

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

/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 301016

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150216/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1238.08
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 123754 54 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 148956895 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1241.75
Current children cumulated vsize (KiB) 301016

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20188
/proc/meminfo: memFree=1150216/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1298.06
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 129752 54 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957960 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 301016

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/73 20189
/proc/meminfo: memFree=1204384/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1358.03
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 135749 54 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957957 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 301016

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20228
/proc/meminfo: memFree=1166984/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1417.72
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 141718 54 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 149002307 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1421.39
Current children cumulated vsize (KiB) 301016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20228
/proc/meminfo: memFree=1166792/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1477.42
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 147688 54 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1481.09
Current children cumulated vsize (KiB) 301016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20256
/proc/meminfo: memFree=1209416/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1537.11
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 153657 54 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958344 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1540.78
Current children cumulated vsize (KiB) 301016

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 20256
/proc/meminfo: memFree=1209416/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1596.86
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 159632 54 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 134615863 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1600.53
Current children cumulated vsize (KiB) 301016

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 20283
/proc/meminfo: memFree=1228688/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1656.6
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 165605 55 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957935 0 0 4096 8194 0 0 0 17 1 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1660.27
Current children cumulated vsize (KiB) 301016

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 20322
/proc/meminfo: memFree=1217416/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1716.32
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 171577 55 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 0 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1719.99
Current children cumulated vsize (KiB) 301016

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 20322
/proc/meminfo: memFree=1217096/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1776.08
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 177553 55 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 149002307 0 0 4096 8194 0 0 0 17 0 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1779.75
Current children cumulated vsize (KiB) 301016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 20322
/proc/meminfo: memFree=1216968/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1796.39
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 179584 55 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958662 0 0 4096 8194 0 0 0 17 0 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 301016

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

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

[startup+1802.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 20322
/proc/meminfo: memFree=1216968/2055920 swapFree=4180776/4192956
[pid=20171] ppid=20169 vsize=5360 CPUtime=3.67
/proc/20171/stat : 20171 (solve.sh) S 20169 20171 18894 0 -1 4194304 310 38508 0 1 0 0 344 23 18 0 1 0 261451329 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20171/statm: 1340 236 195 169 0 51 0
[pid=20182] ppid=20171 vsize=295656 CPUtime=1796.39
/proc/20182/stat : 20182 (ld-linux.so.2) R 20171 20171 18894 0 -1 4194304 156663 0 0 0 179584 55 0 0 25 0 1 100 261451701 302751744 68334 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958662 0 0 4096 8194 0 0 0 17 0 0 0
/proc/20182/statm: 73914 68334 413 29 0 67968 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 301016

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20171 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=446476
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=238963
# CPU time returned by wait4() is 3.68544
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.71
CPU time (s): 1800.06
CPU user time (s): 1799.28
CPU system time (s): 0.78
CPU usage (%): 99.8528
Max. virtual memory (cumulated for all children) (KiB): 874412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.44648
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38818
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= 1973
involuntary context switches= 1934

runsolver used 1.70974 second user time and 4.86626 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 22:58:06
IDJOB=1107375
IDBENCH=56621
IDSOLVER=369
FILE ID=node85/1107375-1215205085
PBS_JOBID= 7881654
Free space on /tmp= 126816 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d28060cd6a868436f27486ab90f32461
RANDOM SEED=2099482439

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:       1432760 kB
Buffers:         83240 kB
Cached:         423004 kB
SwapCached:       7020 kB
Active:         310904 kB
Inactive:       260764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432760 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:           30680 kB
Writeback:           0 kB
Mapped:          72624 kB
Slab:            36960 kB
Committed_AS:   705344 kB
PageTables:       1680 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= 126808 MiB
End job on node85 at 2008-07-04 23:28:11