Trace number 1106069

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 48.9756 49.5394

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-21-05.xml
MD5SUM4a39e00b6a8d1bdc89dcb26e73d99176
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.855869
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2312
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2168
Global constraints used (with number of constraints)

Solver Data (download as text)

17.86/18.11	c Finished tailoring XCSP instance to Minion. Starting solving
48.72/49.32	v 18 0 0 13 4 13 4 12 1 4 19 0 8 18 14 20 0 1 4 0 17 1 14 17 0 13 8 4 17 14 13 18 0 8 17 1 0 6 8 2 14 13 4 18 19 7 4 17 12 0 11 17 4 11 0 2 0 13 0 24 18 0 19 20 17 13 4 1 0 7 19 18 3 14 11 4 3 4 13 11 14 1 0 19 2 0 12 20 18 11 0 8 4 18 4 17 0 13 2 0 1 2 0 18 18 0 12 0 13 13 4 1 14 11 17 0 1 5 8 21 0 1 1 0 24 4 17 4 0 11 8 18 0 0 1 0 19 4 4 1 0 17 1 0 18 0 21 8 18 0 13 19 1 0 1 8 19 18 8 11 4 18 0 1 1 0 19 8 14 19 0 18 14 5 0 18 12 0 13 0 18 0 8 18 1 0 8 11 18 14 11 14 4 13 18 1 0 13 14 20 2 2 0 1 11 0 18 18 14 8 4 2 14 18 18 0 19 17 0 12 0 8 11 1 0 2 14 13 18 18 0 11 14 15 0 18 4 1 0 18 19 4 0 6 0 18 18 4 11 4 18 11 8 0 18 20 17 8 2 19 20 18 1 0 1 0 18 0 1 2 12 14 3 4 12 2 0 17 18 17 14 1 0 8 4 1 0 7 8 11 8 2 4 8 2 8 17 0 1 0 1 15 17 4 18 20 12 0 0 11 3 1 0 1 8 4 18 2 8 21 0 8 19 4 15 17 8 12 0 8 0 1 0 18 8 4 0 13 4 17 6 8 4 4 12 1 0 19 0 18 0 11 14 13 18 18 4 17 8 4 4 18 2 0 13 0 0 13 
48.72/49.32	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-1106069-1215204968/watcher-1106069-1215204968 -o /tmp/evaluation-result-1106069-1215204968/solver-1106069-1215204968 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1106069-1215204968.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: 1.87 1.97 1.93 4/73 11802
/proc/meminfo: memFree=1736136/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5356 CPUtime=0
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999470372 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1339 235 195 169 0 50 0
[pid=11803] ppid=11802 vsize=5356 CPUtime=0
/proc/11803/stat : 11803 (solve.sh) R 11802 11802 10529 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1999470373 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195330343 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11803/statm: 1339 235 195 169 0 50 0

[startup+0.0807259 s]
/proc/loadavg: 1.87 1.97 1.93 4/73 11802
/proc/meminfo: memFree=1736136/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5356 CPUtime=0
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999470372 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1339 235 195 169 0 50 0
[pid=11803] ppid=11802 vsize=863988 CPUtime=0.06
/proc/11803/stat : 11803 (java) S 11802 11802 10529 0 -1 0 3123 0 1 0 5 1 0 0 18 0 9 0 1999470373 884723712 2617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 215997 2617 1572 9 0 210559 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 869344

[startup+0.102742 s]
/proc/loadavg: 1.87 1.97 1.93 4/73 11802
/proc/meminfo: memFree=1736136/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5356 CPUtime=0
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999470372 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1339 235 195 169 0 50 0
[pid=11803] ppid=11802 vsize=864136 CPUtime=0.08
/proc/11803/stat : 11803 (java) S 11802 11802 10529 0 -1 0 3479 0 1 0 7 1 0 0 18 0 9 0 1999470373 884875264 2931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 216034 2931 1713 9 0 210596 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 869492

[startup+0.30176 s]
/proc/loadavg: 1.87 1.97 1.93 4/73 11802
/proc/meminfo: memFree=1736136/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5356 CPUtime=0
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999470372 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1339 235 195 169 0 50 0
[pid=11803] ppid=11802 vsize=864924 CPUtime=0.28
/proc/11803/stat : 11803 (java) S 11802 11802 10529 0 -1 0 4734 0 1 0 25 3 0 0 18 0 9 0 1999470373 885682176 4167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 216231 4167 1821 9 0 210793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 870280

[startup+0.701836 s]
/proc/loadavg: 1.87 1.97 1.93 4/73 11802
/proc/meminfo: memFree=1736136/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5356 CPUtime=0
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999470372 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1339 235 195 169 0 50 0
[pid=11803] ppid=11802 vsize=865060 CPUtime=0.67
/proc/11803/stat : 11803 (java) S 11802 11802 10529 0 -1 0 9269 0 1 0 62 5 0 0 18 0 9 0 1999470373 885821440 8691 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 216265 8691 1851 9 0 210827 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 870416

[startup+1.50195 s]
/proc/loadavg: 1.87 1.97 1.93 4/83 11812
/proc/meminfo: memFree=1691384/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5356 CPUtime=0
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999470372 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1339 235 195 169 0 50 0
[pid=11803] ppid=11802 vsize=868744 CPUtime=1.47
/proc/11803/stat : 11803 (java) S 11802 11802 10529 0 -1 0 20307 0 1 0 136 11 0 0 18 0 9 0 1999470373 889593856 19686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 217186 19686 1861 9 0 211748 0
[pid=11803/tid=11805] ppid=11802 vsize=868744 CPUtime=0.77
/proc/11803/task/11805/stat : 11805 (java) R 11802 11802 10529 0 -1 64 4967 0 1 0 75 2 0 0 25 0 9 0 1999470374 889593856 19686 996147200 134512640 134550740 4294956032 18446744073709551615 4126840261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11802 vsize=868744 CPUtime=0.42
/proc/11803/task/11806/stat : 11806 (java) S 11802 11802 10529 0 -1 64 13094 0 0 0 36 6 0 0 16 0 9 0 1999470375 889593856 19686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11802 vsize=868744 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11802 11802 10529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999470375 889593856 19686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11802 vsize=868744 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11802 11802 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999470375 889593856 19686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11802 vsize=868744 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11802 11802 10529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999470377 889593856 19686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11810] ppid=11802 vsize=868744 CPUtime=0.25
/proc/11803/task/11810/stat : 11810 (java) S 11802 11802 10529 0 -1 64 1512 0 0 0 24 1 0 0 16 0 9 0 1999470377 889593856 19686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11802 vsize=868744 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11802 11802 10529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999470377 889593856 19686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11802 vsize=868744 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11802 11802 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999470377 889593856 19686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 874100

[startup+3.10257 s]
/proc/loadavg: 1.87 1.97 1.93 3/83 11812
/proc/meminfo: memFree=1659896/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5356 CPUtime=0
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999470372 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1339 235 195 169 0 50 0
[pid=11803] ppid=11802 vsize=868784 CPUtime=3.03
/proc/11803/stat : 11803 (java) S 11802 11802 10529 0 -1 0 37645 0 1 0 281 22 0 0 18 0 9 0 1999470373 889634816 36870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 217196 36870 1877 9 0 211758 0
[pid=11803/tid=11805] ppid=11802 vsize=868784 CPUtime=1.89
/proc/11803/task/11805/stat : 11805 (java) R 11802 11802 10529 0 -1 64 7489 0 1 0 184 5 0 0 25 0 9 0 1999470374 889634816 36870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11802 vsize=868784 CPUtime=0.74
/proc/11803/task/11806/stat : 11806 (java) S 11802 11802 10529 0 -1 64 27793 0 0 0 59 15 0 0 15 0 9 0 1999470375 889634816 36870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11802 11802 10529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999470375 889634816 36870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11802 11802 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999470375 889634816 36870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11802 11802 10529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999470377 889634816 36870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11810] ppid=11802 vsize=868784 CPUtime=0.38
/proc/11803/task/11810/stat : 11810 (java) S 11802 11802 10529 0 -1 64 1629 0 0 0 37 1 0 0 15 0 9 0 1999470377 889634816 36870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11802 11802 10529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999470377 889634816 36870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11802 11802 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999470377 889634816 36870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 874140

[startup+6.3017 s]
/proc/loadavg: 1.96 1.98 1.94 4/83 11812
/proc/meminfo: memFree=1570424/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5356 CPUtime=0
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999470372 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1339 235 195 169 0 50 0
[pid=11803] ppid=11802 vsize=889272 CPUtime=6.2
/proc/11803/stat : 11803 (java) S 11802 11802 10529 0 -1 0 60189 0 1 0 584 36 0 0 18 0 9 0 1999470373 910614528 44060 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 222318 44060 2560 9 0 216880 0
[pid=11803/tid=11805] ppid=11802 vsize=889272 CPUtime=3.25
/proc/11803/task/11805/stat : 11805 (java) R 11802 11802 10529 0 -1 64 7577 0 1 0 320 5 0 0 25 0 9 0 1999470374 910614528 44060 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11802 vsize=889272 CPUtime=2.54
/proc/11803/task/11806/stat : 11806 (java) R 11802 11802 10529 0 -1 64 50249 0 0 0 227 27 0 0 16 0 9 0 1999470375 910614528 44060 996147200 134512640 134550740 4294956032 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11802 vsize=889272 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11802 11802 10529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999470375 910614528 44060 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11802 vsize=889272 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11802 11802 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999470375 910614528 44060 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11802 vsize=889272 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11802 11802 10529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999470377 910614528 44060 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11810] ppid=11802 vsize=889272 CPUtime=0.38
/proc/11803/task/11810/stat : 11810 (java) S 11802 11802 10529 0 -1 64 1629 0 0 0 37 1 0 0 15 0 9 0 1999470377 910614528 44060 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11802 vsize=889272 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11802 11802 10529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999470377 910614528 44060 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11802 vsize=889272 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11802 11802 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999470377 910614528 44060 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 894628

[startup+12.7027 s]
/proc/loadavg: 1.97 1.98 1.94 3/83 11812
/proc/meminfo: memFree=1496184/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5356 CPUtime=0
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999470372 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1339 235 195 169 0 50 0
[pid=11803] ppid=11802 vsize=868784 CPUtime=12.54
/proc/11803/stat : 11803 (java) S 11802 11802 10529 0 -1 0 113359 0 1 0 1186 68 0 0 18 0 9 0 1999470373 889634816 62452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 217196 62452 2560 9 0 211758 0
[pid=11803/tid=11805] ppid=11802 vsize=868784 CPUtime=7.49
/proc/11803/task/11805/stat : 11805 (java) R 11802 11802 10529 0 -1 64 12448 0 1 0 740 9 0 0 25 0 9 0 1999470374 889634816 62452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11802 vsize=868784 CPUtime=4.64
/proc/11803/task/11806/stat : 11806 (java) R 11802 11802 10529 0 -1 64 98548 0 0 0 408 56 0 0 16 0 9 0 1999470375 889634816 62452 996147200 134512640 134550740 4294956032 18446744073709551615 103735812 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11802 11802 10529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999470375 889634816 62452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11802 11802 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999470375 889634816 62452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11802 11802 10529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999470377 889634816 62452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11810] ppid=11802 vsize=868784 CPUtime=0.38
/proc/11803/task/11810/stat : 11810 (java) S 11802 11802 10529 0 -1 64 1629 0 0 0 37 1 0 0 15 0 9 0 1999470377 889634816 62452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11802 11802 10529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999470377 889634816 62452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11802 vsize=868784 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11802 11802 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999470377 889634816 62452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 874140

[startup+25.5027 s]
/proc/loadavg: 2.04 2.00 1.94 3/75 11813
/proc/meminfo: memFree=1560056/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5360 CPUtime=17.87
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 310 227624 0 1 0 0 1639 148 19 0 1 0 1999470372 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1340 236 195 169 0 51 0
[pid=11813] ppid=11802 vsize=176240 CPUtime=7.29
/proc/11813/stat : 11813 (ld-linux.so.2) R 11802 11802 10529 0 -1 4194304 78654 0 0 0 688 41 0 0 25 0 1 0 1999472184 180469760 38475 996147200 1448431616 1448550632 4294956176 18446744073709551615 134543374 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 44060 38475 380 29 0 38114 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 181600

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

[startup+38.3017 s]
/proc/loadavg: 2.03 2.00 1.94 3/75 11813
/proc/meminfo: memFree=1077176/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5360 CPUtime=17.87
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 310 227624 0 1 0 0 1639 148 19 0 1 0 1999470372 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1340 236 195 169 0 51 0
[pid=11813] ppid=11802 vsize=686084 CPUtime=19.96
/proc/11813/stat : 11813 (ld-linux.so.2) R 11802 11802 10529 0 -1 4194304 369790 0 0 0 1828 168 0 0 25 0 1 0 1999472184 702550016 165927 996147200 1448431616 1448550632 4294956176 18446744073709551615 148881512 0 0 4096 0 0 0 0 17 1 0 0
/proc/11813/statm: 171521 165927 381 29 0 165575 0
Current children cumulated CPU time (s) 37.83
Current children cumulated vsize (KiB) 691444

[startup+44.7016 s]
/proc/loadavg: 2.03 2.00 1.94 3/75 11813
/proc/meminfo: memFree=813304/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5360 CPUtime=17.87
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 310 227624 0 1 0 0 1639 148 19 0 1 0 1999470372 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1340 236 195 169 0 51 0
[pid=11813] ppid=11802 vsize=910264 CPUtime=26.3
/proc/11813/stat : 11813 (ld-linux.so.2) R 11802 11802 10529 0 -1 4194304 466295 0 0 0 2417 213 0 0 25 0 1 100 1999472184 932110336 221981 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957839 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11813/statm: 227566 221981 409 29 0 221620 0
Current children cumulated CPU time (s) 44.17
Current children cumulated vsize (KiB) 915624

[startup+47.9011 s]
/proc/loadavg: 2.03 2.00 1.94 3/75 11813
/proc/meminfo: memFree=811256/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5360 CPUtime=17.87
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 310 227624 0 1 0 0 1639 148 19 0 1 0 1999470372 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1340 236 195 169 0 51 0
[pid=11813] ppid=11802 vsize=911432 CPUtime=29.46
/proc/11813/stat : 11813 (ld-linux.so.2) R 11802 11802 10529 0 -1 4194304 466557 0 0 0 2733 213 0 0 25 0 1 100 1999472184 933306368 222243 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958747 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11813/statm: 227858 222243 414 29 0 221912 0
Current children cumulated CPU time (s) 47.33
Current children cumulated vsize (KiB) 916792

[startup+48.7013 s]
/proc/loadavg: 2.03 2.00 1.94 3/75 11813
/proc/meminfo: memFree=811128/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5360 CPUtime=17.87
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 310 227624 0 1 0 0 1639 148 19 0 1 0 1999470372 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1340 236 195 169 0 51 0
[pid=11813] ppid=11802 vsize=911432 CPUtime=30.25
/proc/11813/stat : 11813 (ld-linux.so.2) R 11802 11802 10529 0 -1 4194304 466557 0 0 0 2812 213 0 0 25 0 1 100 1999472184 933306368 222243 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958798 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11813/statm: 227858 222243 414 29 0 221912 0
Current children cumulated CPU time (s) 48.12
Current children cumulated vsize (KiB) 916792

[startup+49.1013 s]
/proc/loadavg: 2.03 2.00 1.94 3/75 11813
/proc/meminfo: memFree=811128/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5360 CPUtime=17.87
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 310 227624 0 1 0 0 1639 148 19 0 1 0 1999470372 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1340 236 195 169 0 51 0
[pid=11813] ppid=11802 vsize=911432 CPUtime=30.65
/proc/11813/stat : 11813 (ld-linux.so.2) R 11802 11802 10529 0 -1 4194304 466557 0 0 0 2852 213 0 0 25 0 1 100 1999472184 933306368 222243 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958571 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11813/statm: 227858 222243 414 29 0 221912 0
Current children cumulated CPU time (s) 48.52
Current children cumulated vsize (KiB) 916792

[startup+49.5076 s]
/proc/loadavg: 2.03 2.00 1.94 3/75 11813
/proc/meminfo: memFree=854904/2055920 swapFree=4179828/4192956
[pid=11802] ppid=11800 vsize=5360 CPUtime=17.87
/proc/11802/stat : 11802 (solve.sh) S 11800 11802 10529 0 -1 4194304 310 227624 0 1 0 0 1639 148 19 0 1 0 1999470372 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11802/statm: 1340 236 195 169 0 51 0
[pid=11813] ppid=11802 vsize=0 CPUtime=31.05
/proc/11813/stat : 11813 (ld-linux.so.2) R 11802 11802 10529 0 -1 4194308 466595 0 0 0 2881 224 0 0 25 0 1 100 1999472184 0 0 996147200 0 0 0 0 0 0 0 4096 8194 0 0 0 17 1 0 0
/proc/11813/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 48.92
Current children cumulated vsize (KiB) 5360

Child status: 0
Real time (s): 49.5394
CPU time (s): 48.9756
CPU user time (s): 45.2121
CPU system time (s): 3.76343
CPU usage (%): 98.8618
Max. virtual memory (cumulated for all children) (KiB): 916792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.2121
system time used= 3.76343
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 694539
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= 4157
involuntary context switches= 5138

runsolver used 0.069989 second user time and 0.170974 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 22:56:09
IDJOB=1106069
IDBENCH=56514
IDSOLVER=369
FILE ID=node34/1106069-1215204968
PBS_JOBID= 7881672
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4a39e00b6a8d1bdc89dcb26e73d99176
RANDOM SEED=1081287209

node34.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.259
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.259
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:       1736616 kB
Buffers:         21104 kB
Cached:         205792 kB
SwapCached:       6752 kB
Active:         171100 kB
Inactive:        92764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736616 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:           58132 kB
Writeback:           0 kB
Mapped:          44672 kB
Slab:            40524 kB
Committed_AS:  3513808 kB
PageTables:       1920 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= 66412 MiB
End job on node34 at 2008-07-04 22:56:58