Trace number 1107381

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 182.1 183.028

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-08.xml
MD5SUM732fd222b42b1b48209bcbd3b606cfba
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.627904
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data (download as text)

5.03/5.14	c Finished tailoring XCSP instance to Minion. Starting solving
181.85/182.90	v 18 11 0 19 22 0 0 11 18 0 1 0 1 0 17 4 13 0 13 8 6 7 0 6 17 4 4 17 4 11 8 2 4 23 0 12 0 11 0 17 19 0 12 4 17 12 0 6 13 0 12 4 19 4 15 0 17 0 15 4 19 18 15 0 15 20 0 3 4 0 2 14 13 18 8 17 4 17 4 6 8 18 18 4 12 8 0 0 17 7 20 18 12 14 13 4 19 5 4 12 8 13 8 18 19 1 17 0 4 18 14 15 19 18 5 11 0 8 11 18 0 14 0 3 3 18 15 0 17 8 18 10 14 0 11 0 3 0 3 0 18 4 0 1 14 17 14 13 15 4 17 2 24 1 17 0 8 3 4 13 17 14 11 11 8 13 6 11 4 4 10 15 11 0 2 4 18 1 0 11 3 1 20 13 14 11 0 5 0 2 2 4 18 18 2 7 20 12 1 8 15 0 17 19 8 19 4 1 14 0 18 19 1 4 0 3 18 0 1 0 19 4 25 4 13 0 1 1 4 0 20 17 0 18 0 8 18 11 4 18 0 17 0 18 17 8 0 13 3 4 18 2 20 19 4 18 15 0 17 2 7 0 13 3 1 0 6 18 15 17 4 4 13 12 0 17 10 4 19 0 1 11 4 1 14 0 17 3 1 0 11 8 3 8 18 12 0 24 2 11 8 12 1 0 17 12 4 13 8 0 13 0 17 4 0 18 11 14 0 13 0 18 18 0 12 6 14 1 8 19 0 13 6 19 0 2 8 19 2 7 8 13 0 4 22 4 13 0 13 19 4 18 2 0 17 18 7 4 0 3 18 17 0 19 4 
181.85/182.90	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-1107381-1215205081/watcher-1107381-1215205081 -o /tmp/evaluation-result-1107381-1215205081/solver-1107381-1215205081 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1107381-1215205081.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.24 2.04 1.93 4/73 6501
/proc/meminfo: memFree=1518008/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5356 CPUtime=0
/proc/6501/stat : 6501 (solve.sh) R 6499 6501 3838 0 -1 4194304 276 0 0 0 0 0 0 0 21 0 1 0 1999457897 5484544 234 996147200 4194304 4889804 548682068832 18446744073709551615 231882523531 0 0 4100 65536 0 0 0 17 1 0 0
/proc/6501/statm: 1339 234 194 169 0 50 0
[pid=6502] ppid=6501 vsize=10888 CPUtime=0
/proc/6502/stat : 6502 (java) S 6501 6501 3838 0 -1 0 761 0 0 0 0 0 0 0 18 0 2 0 1999457897 11149312 524 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/6502/statm: 2722 524 238 9 0 1242 0
[pid=6502/tid=6503] ppid=6501 vsize=10888 CPUtime=0
/proc/6502/task/6503/stat : 6503 (java) R 6501 6501 3838 0 -1 64 53 0 0 0 0 0 0 0 20 0 2 0 1999457898 11149312 524 996147200 134512640 134550740 4294956032 18446744073709551615 6734628 0 2147483391 0 16784584 0 0 0 -1 0 0 0

[startup+0.0470431 s]
/proc/loadavg: 2.24 2.04 1.93 4/73 6501
/proc/meminfo: memFree=1518008/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5356 CPUtime=0
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999457897 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1339 235 195 169 0 50 0
[pid=6502] ppid=6501 vsize=860016 CPUtime=0.03
/proc/6502/stat : 6502 (java) S 6501 6501 3838 0 -1 0 2082 0 1 0 2 1 0 0 18 0 5 0 1999457897 880656384 1649 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/6502/statm: 215004 1649 903 9 0 209983 0
[pid=6502/tid=6503] ppid=6501 vsize=860016 CPUtime=0.02
/proc/6502/task/6503/stat : 6503 (java) R 6501 6501 3838 0 -1 64 1356 0 1 0 2 0 0 0 22 0 5 0 1999457898 880656384 1649 996147200 134512640 134550740 4294956032 18446744073709551615 4125976370 0 4 0 16800971 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 865372

[startup+0.101812 s]
/proc/loadavg: 2.24 2.04 1.93 4/73 6501
/proc/meminfo: memFree=1518008/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5356 CPUtime=0
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999457897 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1339 235 195 169 0 50 0
[pid=6502] ppid=6501 vsize=864220 CPUtime=0.08
/proc/6502/stat : 6502 (java) S 6501 6501 3838 0 -1 0 3519 0 1 0 6 2 0 0 18 0 9 0 1999457897 884961280 2971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6502/statm: 216055 2971 1725 9 0 210617 0
[pid=6502/tid=6503] ppid=6501 vsize=864220 CPUtime=0.07
/proc/6502/task/6503/stat : 6503 (java) R 6501 6501 3838 0 -1 64 2568 0 1 0 6 1 0 0 24 0 9 0 1999457898 884961280 2971 996147200 134512640 134550740 4294956032 18446744073709551615 4159724929 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 869576

[startup+0.301834 s]
/proc/loadavg: 2.24 2.04 1.93 4/73 6501
/proc/meminfo: memFree=1518008/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5356 CPUtime=0
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999457897 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1339 235 195 169 0 50 0
[pid=6502] ppid=6501 vsize=864836 CPUtime=0.28
/proc/6502/stat : 6502 (java) S 6501 6501 3838 0 -1 0 4707 0 1 0 25 3 0 0 18 0 9 0 1999457897 885592064 4140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6502/statm: 216209 4140 1821 9 0 210771 0
[pid=6502/tid=6503] ppid=6501 vsize=864836 CPUtime=0.19
/proc/6502/task/6503/stat : 6503 (java) R 6501 6501 3838 0 -1 64 3521 0 1 0 17 2 0 0 24 0 9 0 1999457898 885592064 4140 996147200 134512640 134550740 4294956032 18446744073709551615 4126445459 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 870192

[startup+0.701887 s]
/proc/loadavg: 2.24 2.04 1.93 4/73 6501
/proc/meminfo: memFree=1518008/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5356 CPUtime=0
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999457897 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1339 235 195 169 0 50 0
[pid=6502] ppid=6501 vsize=865052 CPUtime=0.68
/proc/6502/stat : 6502 (java) S 6501 6501 3838 0 -1 0 9425 0 1 0 62 6 0 0 18 0 9 0 1999457897 885813248 8844 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6502/statm: 216263 8844 1859 9 0 210825 0
[pid=6502/tid=6503] ppid=6501 vsize=865052 CPUtime=0.45
/proc/6502/task/6503/stat : 6503 (java) R 6501 6501 3838 0 -1 64 4954 0 1 0 42 3 0 0 25 0 9 0 1999457898 885813248 8844 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 870408

[startup+1.50298 s]
/proc/loadavg: 2.24 2.04 1.93 3/83 6511
/proc/meminfo: memFree=1416936/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5356 CPUtime=0
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999457897 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1339 235 195 169 0 50 0
[pid=6502] ppid=6501 vsize=868724 CPUtime=1.47
/proc/6502/stat : 6502 (java) S 6501 6501 3838 0 -1 0 13776 0 1 0 138 9 0 0 18 0 9 0 1999457897 889573376 13145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6502/statm: 217181 13145 1861 9 0 211743 0
[pid=6502/tid=6503] ppid=6501 vsize=868724 CPUtime=0.97
/proc/6502/task/6503/stat : 6503 (java) R 6501 6501 3838 0 -1 64 4974 0 1 0 94 3 0 0 25 0 9 0 1999457898 889573376 13145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6505] ppid=6501 vsize=868724 CPUtime=0.23
/proc/6502/task/6505/stat : 6505 (java) S 6501 6501 3838 0 -1 64 6548 0 0 0 19 4 0 0 16 0 9 0 1999457899 889573376 13145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6506] ppid=6501 vsize=868724 CPUtime=0
/proc/6502/task/6506/stat : 6506 (java) S 6501 6501 3838 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999457899 889573376 13145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6507] ppid=6501 vsize=868724 CPUtime=0
/proc/6502/task/6507/stat : 6507 (java) S 6501 6501 3838 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999457900 889573376 13145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6508] ppid=6501 vsize=868724 CPUtime=0
/proc/6502/task/6508/stat : 6508 (java) S 6501 6501 3838 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1999457901 889573376 13145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6509] ppid=6501 vsize=868724 CPUtime=0.23
/proc/6502/task/6509/stat : 6509 (java) R 6501 6501 3838 0 -1 64 1521 0 0 0 23 0 0 0 16 0 9 0 1999457901 889573376 13145 996147200 134512640 134550740 4294956032 18446744073709551615 101470517 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6510] ppid=6501 vsize=868724 CPUtime=0
/proc/6502/task/6510/stat : 6510 (java) S 6501 6501 3838 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1999457902 889573376 13145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6511] ppid=6501 vsize=868724 CPUtime=0
/proc/6502/task/6511/stat : 6511 (java) S 6501 6501 3838 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999457902 889573376 13145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 874080

[startup+3.10217 s]
/proc/loadavg: 2.30 2.05 1.94 3/83 6511
/proc/meminfo: memFree=1340328/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5356 CPUtime=0
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999457897 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1339 235 195 169 0 50 0
[pid=6502] ppid=6501 vsize=868872 CPUtime=3.04
/proc/6502/stat : 6502 (java) S 6501 6501 3838 0 -1 0 24930 0 1 0 290 14 0 0 18 0 9 0 1999457897 889724928 24165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6502/statm: 217218 24165 1879 9 0 211780 0
[pid=6502/tid=6503] ppid=6501 vsize=868872 CPUtime=2.24
/proc/6502/task/6503/stat : 6503 (java) R 6501 6501 3838 0 -1 64 11989 0 1 0 218 6 0 0 25 0 9 0 1999457898 889724928 24165 996147200 134512640 134550740 4294956032 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6505] ppid=6501 vsize=868872 CPUtime=0.42
/proc/6502/task/6505/stat : 6505 (java) S 6501 6501 3838 0 -1 64 10575 0 0 0 36 6 0 0 16 0 9 0 1999457899 889724928 24165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6506] ppid=6501 vsize=868872 CPUtime=0
/proc/6502/task/6506/stat : 6506 (java) S 6501 6501 3838 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999457899 889724928 24165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6507] ppid=6501 vsize=868872 CPUtime=0
/proc/6502/task/6507/stat : 6507 (java) S 6501 6501 3838 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999457900 889724928 24165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6508] ppid=6501 vsize=868872 CPUtime=0
/proc/6502/task/6508/stat : 6508 (java) S 6501 6501 3838 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1999457901 889724928 24165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6509] ppid=6501 vsize=868872 CPUtime=0.35
/proc/6502/task/6509/stat : 6509 (java) S 6501 6501 3838 0 -1 64 1633 0 0 0 35 0 0 0 15 0 9 0 1999457901 889724928 24165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6510] ppid=6501 vsize=868872 CPUtime=0
/proc/6502/task/6510/stat : 6510 (java) S 6501 6501 3838 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1999457902 889724928 24165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6502/tid=6511] ppid=6501 vsize=868872 CPUtime=0
/proc/6502/task/6511/stat : 6511 (java) S 6501 6501 3838 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999457902 889724928 24165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 874228

[startup+6.30154 s]
/proc/loadavg: 2.30 2.05 1.94 3/75 6512
/proc/meminfo: memFree=1203240/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=34472 CPUtime=1.13
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 4142 0 0 0 111 2 0 0 25 0 1 0 1999458411 35299328 2940 996147200 1448431616 1448550632 4294956176 18446744073709551615 134751396 0 0 4096 0 0 0 0 17 0 0 0
/proc/6512/statm: 8618 2940 319 29 0 2672 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 39832

[startup+12.7013 s]
/proc/loadavg: 2.26 2.05 1.94 3/75 6512
/proc/meminfo: memFree=583400/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=278956 CPUtime=7.47
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 125871 0 0 0 701 46 0 0 25 0 1 100 1999458411 285650944 64169 996147200 1448431616 1448550632 4294956176 18446744073709551615 149002280 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69739 64169 408 29 0 63793 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 284316

[startup+25.5018 s]
/proc/loadavg: 2.22 2.05 1.94 3/75 6550
/proc/meminfo: memFree=1306152/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279524 CPUtime=20.2
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 125993 0 0 0 1971 49 0 0 25 0 1 100 1999458411 286232576 64291 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958595 0 0 4096 8194 0 0 0 17 1 0 0
/proc/6512/statm: 69881 64291 413 29 0 63935 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 284884

[startup+51.1018 s]
/proc/loadavg: 2.29 2.08 1.95 3/83 6586
/proc/meminfo: memFree=1262440/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279524 CPUtime=45.7
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 125993 0 0 0 4521 49 0 0 25 0 1 100 1999458411 286232576 64291 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958175 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69881 64291 413 29 0 63935 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 284884

[startup+102.307 s]
/proc/loadavg: 2.43 2.15 1.98 3/83 6586
/proc/meminfo: memFree=1226792/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279872 CPUtime=96.65
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 126106 0 0 0 9616 49 0 0 25 0 1 100 1999458411 286588928 64317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670189 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69968 64317 413 29 0 64022 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 285232

[startup+162.302 s]
/proc/loadavg: 2.35 2.17 2.00 3/75 6587
/proc/meminfo: memFree=1246184/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279872 CPUtime=156.41
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 126106 0 0 0 15591 50 0 0 25 0 1 100 1999458411 286588928 64317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670054 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69968 64317 413 29 0 64022 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 285232

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

[startup+166.301 s]
/proc/loadavg: 2.32 2.17 2.00 3/75 6587
/proc/meminfo: memFree=1244008/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279872 CPUtime=160.39
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 126106 0 0 0 15989 50 0 0 25 0 1 100 1999458411 286588928 64317 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69968 64317 413 29 0 64022 0
Current children cumulated CPU time (s) 165.44
Current children cumulated vsize (KiB) 285232

[startup+172.706 s]
/proc/loadavg: 2.35 2.18 2.00 3/75 6587
/proc/meminfo: memFree=1244008/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279872 CPUtime=166.77
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 126106 0 0 0 16627 50 0 0 25 0 1 100 1999458411 286588928 64317 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957960 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69968 64317 413 29 0 64022 0
Current children cumulated CPU time (s) 171.82
Current children cumulated vsize (KiB) 285232

[startup+179.102 s]
/proc/loadavg: 2.32 2.18 2.00 3/75 6587
/proc/meminfo: memFree=1244072/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279872 CPUtime=173.14
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 126106 0 0 0 17264 50 0 0 25 0 1 100 1999458411 286588928 64317 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958402 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69968 64317 413 29 0 64022 0
Current children cumulated CPU time (s) 178.19
Current children cumulated vsize (KiB) 285232

[startup+180.702 s]
/proc/loadavg: 2.32 2.18 2.00 3/75 6593
/proc/meminfo: memFree=1244000/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279872 CPUtime=174.71
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 126106 0 0 0 17421 50 0 0 25 0 1 100 1999458411 286588928 64317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670052 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69968 64317 413 29 0 64022 0
Current children cumulated CPU time (s) 179.76
Current children cumulated vsize (KiB) 285232

[startup+182.302 s]
/proc/loadavg: 2.32 2.18 2.00 3/75 6593
/proc/meminfo: memFree=1244000/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279872 CPUtime=176.31
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 126106 0 0 0 17581 50 0 0 25 0 1 100 1999458411 286588928 64317 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958680 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69968 64317 413 29 0 64022 0
Current children cumulated CPU time (s) 181.36
Current children cumulated vsize (KiB) 285232

[startup+182.702 s]
/proc/loadavg: 2.30 2.17 2.00 3/75 6593
/proc/meminfo: memFree=1244000/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279872 CPUtime=176.7
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 126106 0 0 0 17620 50 0 0 25 0 1 100 1999458411 286588928 64317 996147200 1448431616 1448550632 4294956176 18446744073709551615 148956654 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69968 64317 413 29 0 64022 0
Current children cumulated CPU time (s) 181.75
Current children cumulated vsize (KiB) 285232

[startup+182.902 s]
/proc/loadavg: 2.30 2.17 2.00 3/75 6593
/proc/meminfo: memFree=1244000/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=279876 CPUtime=176.9
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194304 126132 0 0 0 17640 50 0 0 25 0 1 100 1999458411 286593024 64343 996147200 1448431616 1448550632 4294956176 18446744073709551615 134538792 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 69969 64343 438 29 0 64023 0
Current children cumulated CPU time (s) 181.95
Current children cumulated vsize (KiB) 285236

[startup+183.003 s]
/proc/loadavg: 2.30 2.17 2.00 3/75 6593
/proc/meminfo: memFree=1244000/2055920 swapFree=4180584/4192956
[pid=6501] ppid=6499 vsize=5360 CPUtime=5.05
/proc/6501/stat : 6501 (solve.sh) S 6499 6501 3838 0 -1 4194304 310 49299 0 1 0 0 473 32 18 0 1 0 1999457897 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6501/statm: 1340 236 195 169 0 51 0
[pid=6512] ppid=6501 vsize=0 CPUtime=177
/proc/6512/stat : 6512 (ld-linux.so.2) R 6501 6501 3838 0 -1 4194308 126138 0 0 0 17649 51 0 0 25 0 1 100 1999458411 0 0 996147200 0 0 0 0 0 0 0 4096 8194 0 0 0 17 0 0 0
/proc/6512/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 182.05
Current children cumulated vsize (KiB) 5360

Child status: 0
Real time (s): 183.028
CPU time (s): 182.1
CPU user time (s): 181.227
CPU system time (s): 0.872867
CPU usage (%): 99.4932
Max. virtual memory (cumulated for all children) (KiB): 884728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.227
system time used= 0.872867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175757
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= 2197
involuntary context switches= 4574

runsolver used 0.186971 second user time and 0.501923 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-04 22:58:01
IDJOB=1107381
IDBENCH=56608
IDSOLVER=369
FILE ID=node75/1107381-1215205081
PBS_JOBID= 7881592
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 732fd222b42b1b48209bcbd3b606cfba
RANDOM SEED=354404058

node75.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.229
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.229
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:       1518552 kB
Buffers:         54420 kB
Cached:         280008 kB
SwapCached:       6320 kB
Active:         305312 kB
Inactive:       166508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518552 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:           95628 kB
Writeback:           0 kB
Mapped:         144704 kB
Slab:            50400 kB
Committed_AS:  4293736 kB
PageTables:       2220 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= 66476 MiB
End job on node75 at 2008-07-04 23:01:04