Trace number 1107288

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 84.2942 85.1669

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-08.xml
MD5SUM6ff20f76d66c673f10b0724eed235eea
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.976851
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints3243
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension3113
Global constraints used (with number of constraints)

Solver Data (download as text)

10.74/10.95	c Finished tailoring XCSP instance to Minion. Starting solving
84.01/85.00	v 7 0 0 17 12 0 0 17 22 0 0 2 1 0 1 0 0 11 1 4 4 11 1 4 14 11 8 14 0 17 0 1 0 1 4 19 3 0 20 1 13 0 3 0 10 0 13 0 5 8 11 8 1 20 18 19 4 17 1 0 2 19 4 17 8 2 13 0 18 2 20 1 0 7 0 22 12 0 2 0 17 14 13 8 1 14 12 0 15 4 1 0 18 14 2 7 1 8 14 13 19 1 0 11 0 11 20 1 0 0 12 0 7 3 17 4 0 3 13 4 22 11 0 11 0 1 4 17 24 11 0 17 19 8 2 2 11 0 19 19 4 17 15 20 1 12 4 18 8 2 18 15 0 18 8 1 4 17 8 0 18 2 17 0 1 19 17 8 15 24 0 6 0 17 6 20 17 18 2 17 20 1 19 0 17 0 0 1 8 1 0 11 0 13 0 11 11 8 4 6 0 17 12 14 19 14 17 0 21 8 3 0 1 0 19 9 14 20 17 11 0 2 4 11 0 11 19 7 4 2 0 11 8 15 7 0 11 7 0 19 2 7 4 19 12 0 13 0 7 0 18 0 17 8 0 3 20 0 11 18 0 1 0 1 0 13 4 2 4 13 19 4 1 17 14 0 17 1 0 0 1 0 18 4 0 18 4 13 0 0 13 12 0 0 12 
84.12/85.00	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-1107288-1215201713/watcher-1107288-1215201713 -o /tmp/evaluation-result-1107288-1215201713/solver-1107288-1215201713 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1107288-1215201713.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.12 2.04 4/73 14845
/proc/meminfo: memFree=1312556/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=18572 CPUtime=0
/proc/14845/stat : 14845 (runsolver) R 14843 14845 9779 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999143777 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14845/statm: 4643 292 257 25 0 2626 0

[startup+0.0205921 s]
/proc/loadavg: 2.24 2.12 2.04 4/73 14845
/proc/meminfo: memFree=1312556/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5356 CPUtime=0
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999143777 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101871 s]
/proc/loadavg: 2.24 2.12 2.04 4/73 14845
/proc/meminfo: memFree=1312556/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5356 CPUtime=0
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999143777 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302905 s]
/proc/loadavg: 2.24 2.12 2.04 4/73 14845
/proc/meminfo: memFree=1312556/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5356 CPUtime=0
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999143777 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701973 s]
/proc/loadavg: 2.24 2.12 2.04 4/73 14845
/proc/meminfo: memFree=1312556/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5356 CPUtime=0
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999143777 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50112 s]
/proc/loadavg: 2.24 2.12 2.04 3/83 14855
/proc/meminfo: memFree=1272988/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5356 CPUtime=0
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999143777 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1339 235 195 169 0 50 0
[pid=14847] ppid=14845 vsize=868736 CPUtime=1.46
/proc/14847/stat : 14847 (java) S 14845 14845 9779 0 -1 0 17358 0 1 0 136 10 0 0 19 0 9 0 1999143778 889585664 16740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14847/statm: 217184 16740 1861 9 0 211746 0
[pid=14847/tid=14848] ppid=14845 vsize=868736 CPUtime=0.95
/proc/14847/task/14848/stat : 14848 (java) R 14845 14845 9779 0 -1 64 4958 0 1 0 92 3 0 0 25 0 9 0 1999143779 889585664 16740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14849] ppid=14845 vsize=868736 CPUtime=0.24
/proc/14847/task/14849/stat : 14849 (java) S 14845 14845 9779 0 -1 64 10151 0 0 0 19 5 0 0 16 0 9 0 1999143780 889585664 16740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14850] ppid=14845 vsize=868736 CPUtime=0
/proc/14847/task/14850/stat : 14850 (java) S 14845 14845 9779 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999143780 889585664 16740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14851] ppid=14845 vsize=868736 CPUtime=0
/proc/14847/task/14851/stat : 14851 (java) S 14845 14845 9779 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999143780 889585664 16740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14852] ppid=14845 vsize=868736 CPUtime=0
/proc/14847/task/14852/stat : 14852 (java) S 14845 14845 9779 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999143783 889585664 16740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14853] ppid=14845 vsize=868736 CPUtime=0.24
/proc/14847/task/14853/stat : 14853 (java) R 14845 14845 9779 0 -1 64 1516 0 0 0 23 1 0 0 16 0 9 0 1999143783 889585664 16740 996147200 134512640 134550740 4294956032 18446744073709551615 102097173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14854] ppid=14845 vsize=868736 CPUtime=0
/proc/14847/task/14854/stat : 14854 (java) S 14845 14845 9779 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999143783 889585664 16740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14855] ppid=14845 vsize=868736 CPUtime=0
/proc/14847/task/14855/stat : 14855 (java) S 14845 14845 9779 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999143783 889585664 16740 996147200 134512640 134550740 4294956032 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) 874092

[startup+3.10242 s]
/proc/loadavg: 2.24 2.12 2.04 3/83 14855
/proc/meminfo: memFree=1239964/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5356 CPUtime=0
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999143777 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1339 235 195 169 0 50 0
[pid=14847] ppid=14845 vsize=868884 CPUtime=3.04
/proc/14847/stat : 14847 (java) S 14845 14845 9779 0 -1 0 26113 0 1 0 288 16 0 0 19 0 9 0 1999143778 889737216 25385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14847/statm: 217221 25385 1877 9 0 211783 0
[pid=14847/tid=14848] ppid=14845 vsize=868884 CPUtime=2.04
/proc/14847/task/14848/stat : 14848 (java) R 14845 14845 9779 0 -1 64 5219 0 1 0 201 3 0 0 25 0 9 0 1999143779 889737216 25385 996147200 134512640 134550740 4294956032 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14849] ppid=14845 vsize=868884 CPUtime=0.58
/proc/14847/task/14849/stat : 14849 (java) S 14845 14845 9779 0 -1 64 18531 0 0 0 48 10 0 0 16 0 9 0 1999143780 889737216 25385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14850] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14850/stat : 14850 (java) S 14845 14845 9779 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999143780 889737216 25385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14851] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14851/stat : 14851 (java) S 14845 14845 9779 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999143780 889737216 25385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14852] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14852/stat : 14852 (java) S 14845 14845 9779 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999143783 889737216 25385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14853] ppid=14845 vsize=868884 CPUtime=0.38
/proc/14847/task/14853/stat : 14853 (java) S 14845 14845 9779 0 -1 64 1630 0 0 0 37 1 0 0 15 0 9 0 1999143783 889737216 25385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14854] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14854/stat : 14854 (java) S 14845 14845 9779 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999143783 889737216 25385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14855] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14855/stat : 14855 (java) S 14845 14845 9779 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999143783 889737216 25385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 874240

[startup+6.30199 s]
/proc/loadavg: 2.30 2.13 2.04 3/83 14855
/proc/meminfo: memFree=1167772/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5356 CPUtime=0
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999143777 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1339 235 195 169 0 50 0
[pid=14847] ppid=14845 vsize=868884 CPUtime=6.21
/proc/14847/stat : 14847 (java) S 14845 14845 9779 0 -1 0 50308 0 1 0 590 31 0 0 19 0 9 0 1999143778 889737216 38554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14847/statm: 217221 38554 2560 9 0 211783 0
[pid=14847/tid=14848] ppid=14845 vsize=868884 CPUtime=3.89
/proc/14847/task/14848/stat : 14848 (java) R 14845 14845 9779 0 -1 64 7607 0 1 0 384 5 0 0 25 0 9 0 1999143779 889737216 38554 996147200 134512640 134550740 4294956032 18446744073709551615 4127494451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14849] ppid=14845 vsize=868884 CPUtime=1.91
/proc/14847/task/14849/stat : 14849 (java) S 14845 14845 9779 0 -1 64 40337 0 0 0 167 24 0 0 16 0 9 0 1999143780 889737216 38554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14850] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14850/stat : 14850 (java) S 14845 14845 9779 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999143780 889737216 38554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14851] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14851/stat : 14851 (java) S 14845 14845 9779 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999143780 889737216 38554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14852] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14852/stat : 14852 (java) S 14845 14845 9779 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999143783 889737216 38554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14853] ppid=14845 vsize=868884 CPUtime=0.39
/proc/14847/task/14853/stat : 14853 (java) S 14845 14845 9779 0 -1 64 1631 0 0 0 38 1 0 0 16 0 9 0 1999143783 889737216 38554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14854] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14854/stat : 14854 (java) S 14845 14845 9779 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999143783 889737216 38554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14847/tid=14855] ppid=14845 vsize=868884 CPUtime=0
/proc/14847/task/14855/stat : 14855 (java) S 14845 14845 9779 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999143783 889737216 38554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 874240

[startup+12.7011 s]
/proc/loadavg: 2.28 2.13 2.04 3/75 14856
/proc/meminfo: memFree=1279964/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=42572 CPUtime=1.73
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194304 6315 0 0 0 170 3 0 0 25 0 1 0 1999144872 43593728 4931 996147200 1448431616 1448550632 4294956176 18446744073709551615 4160196679 0 0 4096 0 0 0 0 17 1 0 0
/proc/14856/statm: 10643 4931 319 29 0 4697 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 47932

[startup+25.5024 s]
/proc/loadavg: 2.28 2.14 2.05 3/75 14856
/proc/meminfo: memFree=769500/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=555584 CPUtime=14.4
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194304 333062 0 0 0 1280 160 0 0 25 0 1 0 1999144872 568918016 133327 996147200 1448431616 1448550632 4294956176 18446744073709551615 148843565 0 0 4096 0 0 0 0 17 1 0 0
/proc/14856/statm: 138896 133327 381 29 0 132950 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 560944

[startup+51.103 s]
/proc/loadavg: 2.18 2.13 2.04 3/75 14856
/proc/meminfo: memFree=698268/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=616168 CPUtime=39.75
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194304 349836 0 0 0 3807 168 0 0 25 0 1 100 1999144872 630956032 148431 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14856/statm: 154042 148431 413 29 0 148096 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 621528

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

[startup+63.9013 s]
/proc/loadavg: 2.16 2.12 2.04 3/75 14856
/proc/meminfo: memFree=698908/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=616168 CPUtime=52.43
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194304 349850 0 0 0 5075 168 0 0 25 0 1 100 1999144872 630956032 148445 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14856/statm: 154042 148445 414 29 0 148096 0
Current children cumulated CPU time (s) 63.21
Current children cumulated vsize (KiB) 621528

[startup+76.7016 s]
/proc/loadavg: 2.12 2.12 2.04 3/75 14856
/proc/meminfo: memFree=698972/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=616168 CPUtime=65.11
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194304 349850 0 0 0 6343 168 0 0 25 0 1 100 1999144872 630956032 148445 996147200 1448431616 1448550632 4294956176 18446744073709551615 149001401 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14856/statm: 154042 148445 414 29 0 148096 0
Current children cumulated CPU time (s) 75.89
Current children cumulated vsize (KiB) 621528

[startup+79.9012 s]
/proc/loadavg: 2.11 2.11 2.04 3/75 14856
/proc/meminfo: memFree=698972/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=616168 CPUtime=68.28
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194304 349850 0 0 0 6660 168 0 0 25 0 1 100 1999144872 630956032 148445 996147200 1448431616 1448550632 4294956176 18446744073709551615 148959187 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14856/statm: 154042 148445 414 29 0 148096 0
Current children cumulated CPU time (s) 79.06
Current children cumulated vsize (KiB) 621528

[startup+83.1017 s]
/proc/loadavg: 2.11 2.11 2.04 3/75 14856
/proc/meminfo: memFree=698844/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=616168 CPUtime=71.45
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194304 349850 0 0 0 6977 168 0 0 25 0 1 100 1999144872 630956032 148445 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958191 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14856/statm: 154042 148445 414 29 0 148096 0
Current children cumulated CPU time (s) 82.23
Current children cumulated vsize (KiB) 621528

[startup+83.9019 s]
/proc/loadavg: 2.11 2.11 2.04 3/75 14856
/proc/meminfo: memFree=698844/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=616168 CPUtime=72.24
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194304 349850 0 0 0 7056 168 0 0 25 0 1 100 1999144872 630956032 148445 996147200 1448431616 1448550632 4294956176 18446744073709551615 149001661 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14856/statm: 154042 148445 414 29 0 148096 0
Current children cumulated CPU time (s) 83.02
Current children cumulated vsize (KiB) 621528

[startup+84.707 s]
/proc/loadavg: 2.10 2.11 2.04 3/75 14856
/proc/meminfo: memFree=698844/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=616168 CPUtime=73.04
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194304 349850 0 0 0 7136 168 0 0 25 0 1 100 1999144872 630956032 148445 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958225 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14856/statm: 154042 148445 414 29 0 148096 0
Current children cumulated CPU time (s) 83.82
Current children cumulated vsize (KiB) 621528

[startup+85.1013 s]
/proc/loadavg: 2.10 2.11 2.04 3/75 14856
/proc/meminfo: memFree=698844/2055920 swapFree=4179816/4192956
[pid=14845] ppid=14843 vsize=5360 CPUtime=10.78
/proc/14845/stat : 14845 (solve.sh) S 14843 14845 9779 0 -1 4194304 310 100825 0 1 0 0 1003 75 19 0 1 0 1999143777 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14845/statm: 1340 236 195 169 0 51 0
[pid=14856] ppid=14845 vsize=0 CPUtime=73.44
/proc/14856/stat : 14856 (ld-linux.so.2) R 14845 14845 9779 0 -1 4194308 349885 0 0 0 7172 172 0 0 25 0 1 100 1999144872 0 0 996147200 0 0 0 0 0 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14856/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.22
Current children cumulated vsize (KiB) 5360

Child status: 0
Real time (s): 85.1669
CPU time (s): 84.2942
CPU user time (s): 81.7536
CPU system time (s): 2.54061
CPU usage (%): 98.9753
Max. virtual memory (cumulated for all children) (KiB): 884740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.7536
system time used= 2.54061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451030
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= 3144
involuntary context switches= 4805

runsolver used 0.098984 second user time and 0.299954 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 22:01:54
IDJOB=1107288
IDBENCH=54885
IDSOLVER=369
FILE ID=node45/1107288-1215201713
PBS_JOBID= 7881553
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ff20f76d66c673f10b0724eed235eea
RANDOM SEED=1632868120

node45.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.268
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.268
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:       1313036 kB
Buffers:         63764 kB
Cached:         313324 kB
SwapCached:       7180 kB
Active:         535288 kB
Inactive:       144568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313036 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:           37244 kB
Writeback:           0 kB
Mapped:         310000 kB
Slab:            46984 kB
Committed_AS:  4246140 kB
PageTables:       3116 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= 66396 MiB
End job on node45 at 2008-07-04 22:03:19