Trace number 1105951

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 244.698 247.08

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-05.xml
MD5SUM64975a2ae0dcb245d91af9d13390acc2
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 benchmark9.75252
Satisfiable
(Un)Satisfiability was proved
Number of variables445
Number of constraints4690
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension180
Number of constraints which are defined in intension4510
Global constraints used (with number of constraints)

Solver Data (download as text)

5.41/5.56	c Finished tailoring XCSP instance to Minion. Starting solving
244.50/246.92	v 11 0 12 0 17 22 0 11 18 7 12 0 13 8 2 7 0 12 0 11 0 11 0 12 14 0 11 14 7 0 0 13 8 19 0 0 1 0 1 0 18 19 17 0 22 5 11 14 22 4 17 11 0 1 4 11 12 14 13 0 3 18 0 3 1 0 3 4 15 4 3 0 11 12 4 18 18 18 18 4 14 17 8 13 14 2 14 18 15 11 0 24 4 3 1 4 19 22 4 4 13 14 0 19 18 11 0 8 13 15 20 15 13 4 4 21 0 11 4 19 18 7 0 17 15 18 19 4 0 3 17 0 1 0 19 4 12 8 11 5 14 20 13 3 18 10 8 11 11 4 19 13 4 17 14 13 8 19 19 0 20 13 19 14 15 4 2 12 20 19 19 6 14 19 0 3 7 4 17 4 13 19 21 8 4 22 2 24 2 11 14 17 0 12 0 11 4 4 22 0 17 3 3 0 13 0 5 0 17 4 17 4 13 0 11 8 21 24 0 20 18 19 17 0 11 8 0 13 13 4 12 0 6 13 0 11 20 10 4 12 8 4 13 18 4 0 18 8 3 4 14 17 8 6 8 13 0 19 4 5 8 3 4 6 0 17 3 4 13 8 0 17 20 1 11 14 1 14 1 0 13 4 21 14 11 21 14 6 0 18 0 1 1 4 19 8 12 4 14 20 19 15 4 17 11 4 25 14 13 4 13 0 18 0 11 0 0 17 14 13 7 14 17 18 4 21 8 19 0 11 18 8 18 19 8 12 3 14 20 18 4 7 4 13 0 3 17 4 13 0 11 2 4 3 8 11 11 0 2 0 17 2 0 18 18 19 7 4 3 14 14 12 17 4 12 8 19 0 11 8 0 1 4 19 11 0 6 14 18 2 0 1 0 11 3 8 18 2 4 17 13 8 1 11 4 0 1 0 19 4 0 17 4 13 0 0 2 2 17 0 3 17 0 12 0 18 8 11 19 24 11 4 6 6 24 24 4 12 4 13 0 18 18 0 12 
244.50/246.92	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-1105951-1215202698/watcher-1105951-1215202698 -o /tmp/evaluation-result-1105951-1215202698/solver-1105951-1215202698 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105951-1215202698.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 1.99 1.99 4/73 11151
/proc/meminfo: memFree=1761992/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=18572 CPUtime=0
/proc/11151/stat : 11151 (runsolver) R 11149 11151 5127 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1999243323 19017728 292 996147200 4194304 4296836 548682068448 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11151/statm: 4643 292 257 25 0 2626 0

[startup+0.0213809 s]
/proc/loadavg: 2.00 1.99 1.99 4/73 11151
/proc/meminfo: memFree=1761992/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5356 CPUtime=0
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999243323 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102213 s]
/proc/loadavg: 2.00 1.99 1.99 4/73 11151
/proc/meminfo: memFree=1761992/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5356 CPUtime=0
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999243323 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301231 s]
/proc/loadavg: 2.00 1.99 1.99 4/73 11151
/proc/meminfo: memFree=1761992/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5356 CPUtime=0
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999243323 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701295 s]
/proc/loadavg: 2.00 1.99 1.99 4/73 11151
/proc/meminfo: memFree=1761992/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5356 CPUtime=0
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999243323 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50238 s]
/proc/loadavg: 2.00 1.99 1.99 4/83 11161
/proc/meminfo: memFree=1734904/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5356 CPUtime=0
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999243323 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1339 235 195 169 0 50 0
[pid=11153] ppid=11151 vsize=868732 CPUtime=1.46
/proc/11153/stat : 11153 (java) S 11151 11151 5127 0 -1 0 12789 0 1 0 137 9 0 0 18 0 9 0 1999243324 889581568 12167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11153/statm: 217183 12167 1861 9 0 211745 0
[pid=11153/tid=11154] ppid=11151 vsize=868732 CPUtime=1.01
/proc/11153/task/11154/stat : 11154 (java) R 11151 11151 5127 0 -1 64 4964 0 1 0 97 4 0 0 25 0 9 0 1999243325 889581568 12167 996147200 134512640 134550740 4294955984 18446744073709551615 4126842286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11155] ppid=11151 vsize=868732 CPUtime=0.19
/proc/11153/task/11155/stat : 11155 (java) S 11151 11151 5127 0 -1 64 5572 0 0 0 16 3 0 0 16 0 9 0 1999243327 889581568 12167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11156] ppid=11151 vsize=868732 CPUtime=0
/proc/11153/task/11156/stat : 11156 (java) S 11151 11151 5127 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1999243327 889581568 12167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11157] ppid=11151 vsize=868732 CPUtime=0
/proc/11153/task/11157/stat : 11157 (java) S 11151 11151 5127 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999243327 889581568 12167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11158] ppid=11151 vsize=868732 CPUtime=0
/proc/11153/task/11158/stat : 11158 (java) S 11151 11151 5127 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999243329 889581568 12167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11159] ppid=11151 vsize=868732 CPUtime=0.23
/proc/11153/task/11159/stat : 11159 (java) S 11151 11151 5127 0 -1 64 1519 0 0 0 23 0 0 0 16 0 9 0 1999243329 889581568 12167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11160] ppid=11151 vsize=868732 CPUtime=0
/proc/11153/task/11160/stat : 11160 (java) S 11151 11151 5127 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999243329 889581568 12167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11161] ppid=11151 vsize=868732 CPUtime=0
/proc/11153/task/11161/stat : 11161 (java) S 11151 11151 5127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999243329 889581568 12167 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) 874088

[startup+3.10259 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 11161
/proc/meminfo: memFree=1715320/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5356 CPUtime=0
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999243323 5484544 235 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1339 235 195 169 0 50 0
[pid=11153] ppid=11151 vsize=868880 CPUtime=3.06
/proc/11153/stat : 11153 (java) S 11151 11151 5127 0 -1 0 19256 0 1 0 293 13 0 0 18 0 9 0 1999243324 889733120 18523 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11153/statm: 217220 18523 1879 9 0 211782 0
[pid=11153/tid=11154] ppid=11151 vsize=868880 CPUtime=2.14
/proc/11153/task/11154/stat : 11154 (java) R 11151 11151 5127 0 -1 64 5225 0 1 0 210 4 0 0 25 0 9 0 1999243325 889733120 18523 996147200 134512640 134550740 4294955984 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11155] ppid=11151 vsize=868880 CPUtime=0.48
/proc/11153/task/11155/stat : 11155 (java) S 11151 11151 5127 0 -1 64 11639 0 0 0 43 5 0 0 16 0 9 0 1999243327 889733120 18523 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11156] ppid=11151 vsize=868880 CPUtime=0
/proc/11153/task/11156/stat : 11156 (java) S 11151 11151 5127 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1999243327 889733120 18523 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11157] ppid=11151 vsize=868880 CPUtime=0
/proc/11153/task/11157/stat : 11157 (java) S 11151 11151 5127 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999243327 889733120 18523 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11158] ppid=11151 vsize=868880 CPUtime=0
/proc/11153/task/11158/stat : 11158 (java) S 11151 11151 5127 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999243329 889733120 18523 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11159] ppid=11151 vsize=868880 CPUtime=0.4
/proc/11153/task/11159/stat : 11159 (java) S 11151 11151 5127 0 -1 64 1658 0 0 0 39 1 0 0 15 0 9 0 1999243329 889733120 18523 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11160] ppid=11151 vsize=868880 CPUtime=0
/proc/11153/task/11160/stat : 11160 (java) S 11151 11151 5127 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999243329 889733120 18523 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11153/tid=11161] ppid=11151 vsize=868880 CPUtime=0
/proc/11153/task/11161/stat : 11161 (java) S 11151 11151 5127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999243329 889733120 18523 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 874236

[startup+6.30195 s]
/proc/loadavg: 2.00 1.99 1.99 4/83 11161
/proc/meminfo: memFree=1613696/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 5360

[startup+12.7027 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1536200/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=257848 CPUtime=7.06
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82584 0 0 0 668 38 0 0 25 0 1 100 1999243880 264036352 58823 996147200 1448431616 1448550632 4294956144 18446744073709551615 148957957 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64462 58823 409 29 0 58516 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 263208

[startup+25.5013 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1518280/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=19.74
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82740 0 0 0 1936 38 0 0 25 0 1 100 1999243880 264491008 58979 996147200 1448431616 1448550632 4294956144 18446744073709551615 148957962 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58979 413 29 0 58627 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 263652

[startup+51.1013 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1518088/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=45.06
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82751 0 0 0 4468 38 0 0 25 0 1 100 1999243880 264491008 58990 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958578 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58990 413 29 0 58627 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 263652

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1518088/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=95.79
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82751 0 0 0 9541 38 0 0 25 0 1 100 1999243880 264491008 58990 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670189 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58990 413 29 0 58627 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 263652

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1518024/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=155.22
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82751 0 0 0 15484 38 0 0 25 0 1 100 1999243880 264491008 58990 996147200 1448431616 1448550632 4294956144 18446744073709551615 134535440 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58990 413 29 0 58627 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 263652

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1518024/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=214.66
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82751 0 0 0 21428 38 0 0 25 0 1 100 1999243880 264491008 58990 996147200 1448431616 1448550632 4294956144 18446744073709551615 134615863 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58990 413 29 0 58627 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 263652

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

[startup+230.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1518024/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=222.59
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82751 0 0 0 22221 38 0 0 25 0 1 100 1999243880 264491008 58990 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958595 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58990 413 29 0 58627 0
Current children cumulated CPU time (s) 228.06
Current children cumulated vsize (KiB) 263652

[startup+236.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1518024/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=228.93
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82751 0 0 0 22855 38 0 0 25 0 1 100 1999243880 264491008 58990 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670066 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58990 413 29 0 58627 0
Current children cumulated CPU time (s) 234.4
Current children cumulated vsize (KiB) 263652

[startup+243.106 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1518024/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=235.27
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82751 0 0 0 23489 38 0 0 25 0 1 100 1999243880 264491008 58990 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58990 413 29 0 58627 0
Current children cumulated CPU time (s) 240.74
Current children cumulated vsize (KiB) 263652

[startup+244.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1518024/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=236.85
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82752 0 0 0 23647 38 0 0 25 0 1 100 1999243880 264491008 58991 996147200 1448431616 1448550632 4294956144 18446744073709551615 134670045 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58991 414 29 0 58627 0
Current children cumulated CPU time (s) 242.32
Current children cumulated vsize (KiB) 263652

[startup+246.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1517960/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=238.44
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82756 0 0 0 23806 38 0 0 25 0 1 100 1999243880 264491008 58995 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958164 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58995 414 29 0 58627 0
Current children cumulated CPU time (s) 243.91
Current children cumulated vsize (KiB) 263652

[startup+246.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1517960/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=238.83
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82756 0 0 0 23845 38 0 0 25 0 1 100 1999243880 264491008 58995 996147200 1448431616 1448550632 4294956144 18446744073709551615 148956654 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58995 414 29 0 58627 0
Current children cumulated CPU time (s) 244.3
Current children cumulated vsize (KiB) 263652

[startup+246.902 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1517960/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=258292 CPUtime=239.03
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82756 0 0 0 23865 38 0 0 25 0 1 100 1999243880 264491008 58995 996147200 1448431616 1448550632 4294956144 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64573 58995 414 29 0 58627 0
Current children cumulated CPU time (s) 244.5
Current children cumulated vsize (KiB) 263652

[startup+247.002 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 11162
/proc/meminfo: memFree=1517960/2055920 swapFree=4180424/4192956
[pid=11151] ppid=11149 vsize=5360 CPUtime=5.47
/proc/11151/stat : 11151 (solve.sh) S 11149 11151 5127 0 -1 4194304 309 53215 0 1 0 0 509 38 19 0 1 0 1999243323 5488640 236 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11151/statm: 1340 236 195 169 0 51 0
[pid=11162] ppid=11151 vsize=256644 CPUtime=239.13
/proc/11162/stat : 11162 (ld-linux.so.2) R 11151 11151 5127 0 -1 4194304 82912 0 0 0 23875 38 0 0 25 0 1 100 1999243880 262803456 58550 996147200 1448431616 1448550632 4294956144 18446744073709551615 4158619284 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11162/statm: 64161 58550 444 29 0 58215 0
Current children cumulated CPU time (s) 244.6
Current children cumulated vsize (KiB) 262004

Child status: 0
Real time (s): 247.08
CPU time (s): 244.698
CPU user time (s): 243.887
CPU system time (s): 0.810876
CPU usage (%): 99.0359
Max. virtual memory (cumulated for all children) (KiB): 884736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.887
system time used= 0.810876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136448
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= 1975
involuntary context switches= 7153

runsolver used 0.286956 second user time and 0.845871 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 22:18:18
IDJOB=1105951
IDBENCH=55473
IDSOLVER=369
FILE ID=node33/1105951-1215202698
PBS_JOBID= 7881554
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 64975a2ae0dcb245d91af9d13390acc2
RANDOM SEED=1385617270

node33.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.231
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.231
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:       1762472 kB
Buffers:         12616 kB
Cached:         147676 kB
SwapCached:       6444 kB
Active:         210924 kB
Inactive:        23312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762472 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:           30808 kB
Writeback:           0 kB
Mapped:          81512 kB
Slab:            44132 kB
Committed_AS:  3651132 kB
PageTables:       2104 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= 66400 MiB
End job on node33 at 2008-07-04 22:22:25