Trace number 1105944

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-04SAT 1590.83 1599.93

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-06.xml
MD5SUMd2c75117203ce693890442ed53c8d908
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.465928
Satisfiable
(Un)Satisfiability was proved
Number of variables287
Number of constraints2528
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2400
Global constraints used (with number of constraints)

Solver Data (download as text)

2.75/2.84	c Finished tailoring XCSP instance to Minion. Starting solving
1590.68/1599.86	v 7 0 0 18 7 0 0 6 0 0 0 18 15 11 4 0 14 8 11 24 4 11 1 0 11 8 21 4 11 14 11 0 1 17 8 12 0 1 4 11 8 3 4 0 0 18 8 0 24 0 15 17 0 3 8 14 2 0 17 1 14 13 0 2 19 11 8 4 14 11 0 21 2 0 2 19 8 5 4 4 11 5 11 0 6 17 0 13 19 0 11 14 7 0 0 17 4 2 11 0 17 0 13 4 4 11 0 13 4 0 2 4 6 17 0 13 3 3 0 17 5 8 2 19 8 21 4 0 17 4 13 0 18 19 4 17 13 4 8 17 4 1 11 4 0 10 1 14 7 17 12 4 17 2 10 18 0 11 4 12 14 4 3 8 15 0 11 4 3 19 18 0 19 0 13 5 11 24 18 14 17 0 0 13 8 0 0 17 14 13 2 14 3 18 19 4 4 3 11 0 13 6 12 20 8 17 1 0 1 24 0 11 11 0 24 0 11 4 2 19 14 17 3 14 4 8 13 4 18 2 0 15 0 1 11 4 3 14 19 15 0 18 19 15 8 14 13 2 0 8 13 14 15 0 11 4 15 8 2 0 11 11 24 0 8 11 4 22 4 17 4 0 17 2 7 13 14 0 0 18 11 0 1 13 2 0 0 
1590.68/1599.86	s SATISFIABLE

Verifier Data (download as text)

OK

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-1105944-1215202632/watcher-1105944-1215202632 -o /tmp/evaluation-result-1105944-1215202632/solver-1105944-1215202632 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105944-1215202632.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.00 2.00 2.00 4/73 26949
/proc/meminfo: memFree=1157368/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=18572 CPUtime=0
/proc/26949/stat : 26949 (runsolver) R 26947 26949 24574 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999236466 19017728 292 996147200 4194304 4296836 548682068448 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26949/statm: 4643 292 257 25 0 2626 0

[startup+0.0717341 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26949
/proc/meminfo: memFree=1157368/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5356 CPUtime=0
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999236466 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101737 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26949
/proc/meminfo: memFree=1157368/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5356 CPUtime=0
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999236466 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301758 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26949
/proc/meminfo: memFree=1157368/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5356 CPUtime=0
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999236466 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701804 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26949
/proc/meminfo: memFree=1157368/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5356 CPUtime=0
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999236466 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50189 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26959
/proc/meminfo: memFree=1123944/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5356 CPUtime=0
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999236466 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1339 235 195 169 0 50 0
[pid=26951] ppid=26949 vsize=868876 CPUtime=1.46
/proc/26951/stat : 26951 (java) S 26949 26949 24574 0 -1 0 11793 0 1 0 139 7 0 0 18 0 9 0 1999236467 889729024 11105 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26951/statm: 217219 11105 1873 9 0 211781 0
[pid=26951/tid=26952] ppid=26949 vsize=868876 CPUtime=0.92
/proc/26951/task/26952/stat : 26952 (java) R 26949 26949 24574 0 -1 64 5161 0 1 0 89 3 0 0 25 0 9 0 1999236468 889729024 11105 996147200 134512640 134550740 4294955984 18446744073709551615 4159723551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26951/tid=26953] ppid=26949 vsize=868876 CPUtime=0.16
/proc/26951/task/26953/stat : 26953 (java) S 26949 26949 24574 0 -1 64 4295 0 0 0 15 1 0 0 16 0 9 0 1999236470 889729024 11105 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26951/tid=26954] ppid=26949 vsize=868876 CPUtime=0
/proc/26951/task/26954/stat : 26954 (java) S 26949 26949 24574 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999236470 889729024 11105 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26951/tid=26955] ppid=26949 vsize=868876 CPUtime=0
/proc/26951/task/26955/stat : 26955 (java) S 26949 26949 24574 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999236470 889729024 11105 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26951/tid=26956] ppid=26949 vsize=868876 CPUtime=0
/proc/26951/task/26956/stat : 26956 (java) S 26949 26949 24574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999236472 889729024 11105 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26951/tid=26957] ppid=26949 vsize=868876 CPUtime=0.35
/proc/26951/task/26957/stat : 26957 (java) S 26949 26949 24574 0 -1 64 1604 0 0 0 34 1 0 0 16 0 9 0 1999236472 889729024 11105 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26951/tid=26958] ppid=26949 vsize=868876 CPUtime=0
/proc/26951/task/26958/stat : 26958 (java) S 26949 26949 24574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999236472 889729024 11105 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26951/tid=26959] ppid=26949 vsize=868876 CPUtime=0
/proc/26951/task/26959/stat : 26959 (java) S 26949 26949 24574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999236472 889729024 11105 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 874232

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26959
/proc/meminfo: memFree=1105832/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 5360

[startup+6.30242 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26960
/proc/meminfo: memFree=1069416/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=3.39
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37737 0 0 0 322 17 0 0 25 0 1 100 1999236750 141180928 28903 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958571 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26960/statm: 34468 28903 409 29 0 28522 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 143232

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26960
/proc/meminfo: memFree=1038312/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=9.73
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37741 0 0 0 956 17 0 0 25 0 1 100 1999236750 141180928 28907 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956654 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26960/statm: 34468 28907 413 29 0 28522 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 143232

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26960
/proc/meminfo: memFree=1038504/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=22.41
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 2224 17 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956654 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 143232

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26960
/proc/meminfo: memFree=1038120/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=47.75
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 4757 18 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148957935 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 143232

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26960
/proc/meminfo: memFree=1038376/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=98.48
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 9830 18 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535946 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 143232

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26960
/proc/meminfo: memFree=1038376/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=157.91
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 15773 18 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 149002378 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 143232

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26960
/proc/meminfo: memFree=1038312/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=217.34
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 21716 18 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 134615863 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 143232

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26960
/proc/meminfo: memFree=1038312/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=276.78
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 27660 18 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535936 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 143232

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26960
/proc/meminfo: memFree=1038248/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=336.22
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 33604 18 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958747 0 0 4096 8194 0 0 0 17 1 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 338.99
Current children cumulated vsize (KiB) 143232

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


[startup+1242.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/75 26998
/proc/meminfo: memFree=1723496/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1230.54
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 123034 20 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958038 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1233.31
Current children cumulated vsize (KiB) 143232

[startup+1302.3 s]
/proc/loadavg: 2.19 2.08 2.01 3/75 26998
/proc/meminfo: memFree=1723432/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1290.52
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 129032 20 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958867 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1293.29
Current children cumulated vsize (KiB) 143232

[startup+1362.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/75 26998
/proc/meminfo: memFree=1723432/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1350.5
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 135030 20 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 134615863 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1353.27
Current children cumulated vsize (KiB) 143232

[startup+1422.31 s]
/proc/loadavg: 2.11 2.08 2.01 3/75 27000
/proc/meminfo: memFree=1723176/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1410.48
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 141028 20 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 149001699 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1413.25
Current children cumulated vsize (KiB) 143232

[startup+1482.3 s]
/proc/loadavg: 2.10 2.08 2.01 3/75 27000
/proc/meminfo: memFree=1723176/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1470.45
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 147025 20 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956701 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1473.22
Current children cumulated vsize (KiB) 143232

[startup+1542.3 s]
/proc/loadavg: 2.03 2.06 2.00 3/75 27000
/proc/meminfo: memFree=1723176/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1530.44
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 153023 21 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 134607589 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1533.21
Current children cumulated vsize (KiB) 143232

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

[startup+1561.5 s]
/proc/loadavg: 2.02 2.06 2.00 3/75 27000
/proc/meminfo: memFree=1723176/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1549.63
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 154942 21 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148957842 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1552.4
Current children cumulated vsize (KiB) 143232

[startup+1587.1 s]
/proc/loadavg: 2.01 2.05 2.00 3/75 27000
/proc/meminfo: memFree=1723048/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1575.22
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 157501 21 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958418 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1577.99
Current children cumulated vsize (KiB) 143232

[startup+1593.5 s]
/proc/loadavg: 2.01 2.05 2.00 3/75 27000
/proc/meminfo: memFree=1723048/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1581.61
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 158140 21 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1584.38
Current children cumulated vsize (KiB) 143232

[startup+1596.7 s]
/proc/loadavg: 2.01 2.05 2.00 3/75 27000
/proc/meminfo: memFree=1723048/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1584.81
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 158460 21 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958195 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1587.58
Current children cumulated vsize (KiB) 143232

[startup+1598.31 s]
/proc/loadavg: 2.01 2.05 2.00 3/75 27000
/proc/meminfo: memFree=1723048/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=137872 CPUtime=1586.42
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37742 0 0 0 158621 21 0 0 25 0 1 100 1999236750 141180928 28908 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956826 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34468 28908 414 29 0 28522 0
Current children cumulated CPU time (s) 1589.19
Current children cumulated vsize (KiB) 143232

[startup+1599.1 s]
/proc/loadavg: 2.01 2.05 2.00 3/75 27000
/proc/meminfo: memFree=1723048/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=138124 CPUtime=1587.21
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37776 0 0 0 158700 21 0 0 25 0 1 100 1999236750 141438976 28942 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958836 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34531 28942 414 29 0 28585 0
Current children cumulated CPU time (s) 1589.98
Current children cumulated vsize (KiB) 143484

[startup+1599.5 s]
/proc/loadavg: 2.01 2.05 2.00 3/75 27000
/proc/meminfo: memFree=1723048/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=138124 CPUtime=1587.61
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37776 0 0 0 158740 21 0 0 25 0 1 100 1999236750 141438976 28942 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956847 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34531 28942 414 29 0 28585 0
Current children cumulated CPU time (s) 1590.38
Current children cumulated vsize (KiB) 143484

[startup+1599.9 s]
/proc/loadavg: 2.01 2.05 2.00 3/75 27000
/proc/meminfo: memFree=1723048/2055920 swapFree=4179916/4192956
[pid=26949] ppid=26947 vsize=5360 CPUtime=2.77
/proc/26949/stat : 26949 (solve.sh) S 26947 26949 24574 0 -1 4194304 309 39126 0 1 0 0 253 24 19 0 1 0 1999236466 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1340 236 195 169 0 51 0
[pid=26960] ppid=26949 vsize=136160 CPUtime=1588.01
/proc/26960/stat : 26960 (ld-linux.so.2) R 26949 26949 24574 0 -1 4194304 37830 0 0 0 158780 21 0 0 25 0 1 100 1999236750 139427840 28504 996147200 1448431616 1448550632 4294956144 18446744073709551615 4158614663 0 0 4096 8194 0 0 0 17 0 0 0
/proc/26960/statm: 34040 28504 445 29 0 28094 0
Current children cumulated CPU time (s) 1590.78
Current children cumulated vsize (KiB) 141520

Child status: 0
Real time (s): 1599.93
CPU time (s): 1590.83
CPU user time (s): 1590.35
CPU system time (s): 0.478927
CPU usage (%): 99.4313
Max. virtual memory (cumulated for all children) (KiB): 874420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1590.35
system time used= 0.478927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77276
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= 1654
involuntary context switches= 23916

runsolver used 1.81972 second user time and 4.86226 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 22:17:12
IDJOB=1105944
IDBENCH=55447
IDSOLVER=369
FILE ID=node37/1105944-1215202632
PBS_JOBID= 7881601
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d2c75117203ce693890442ed53c8d908
RANDOM SEED=1861056434

node37.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.236
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.236
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:       1157848 kB
Buffers:         10560 kB
Cached:         158392 kB
SwapCached:       6964 kB
Active:         828888 kB
Inactive:        14696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157848 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:           30376 kB
Writeback:           0 kB
Mapped:         682032 kB
Slab:            38092 kB
Committed_AS:  4172972 kB
PageTables:       3500 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node37 at 2008-07-04 22:43:52