Trace number 1112005

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
toulbar2/BTD 2008-06-27? (TO)17 3600.04 3622.71

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-10_ext.xml
MD5SUM34f49ec7596469127b01a2b2f15f8640
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1.25/1.40	o 17
1.25/1.40	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
3600.02/3622.70	HOME/solverBTD.sh: line 7: 16709 Terminated              ./toulbar2 $1 B2 Oorder r4

Verifier Data (download as text)

OK	17	0
17 unsatisfied constraints, 0 satisfied constraints

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-1112005-1215860447/watcher-1112005-1215860447 -o /tmp/evaluation-result-1112005-1215860447/solver-1112005-1215860447 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/solverBTD.sh HOME/instance-1112005-1215860447.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 16702
/proc/meminfo: memFree=1421400/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 302 118 0 0 0 0 0 0 20 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16704] ppid=16702 vsize=144 CPUtime=0
/proc/16704/stat : 16704 (rm) R 16702 16702 16285 0 -1 4194304 37 0 0 0 0 0 0 0 23 0 1 0 42748023 147456 22 996147200 4194304 4227748 548682069056 18446744073709551615 259910595861 0 0 4096 0 0 0 0 17 1 0 0
/proc/16704/statm: 36 22 16 8 0 3 0

[startup+0.0855311 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 16702
/proc/meminfo: memFree=1421400/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10153 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 16702
/proc/meminfo: memFree=1421400/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301552 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 16702
/proc/meminfo: memFree=1421400/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70159 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 16702
/proc/meminfo: memFree=1421400/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50266 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16709
/proc/meminfo: memFree=1417096/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16644 CPUtime=0.58
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4140 0 0 0 57 1 0 0 23 0 1 0 42748113 17043456 2626 996147200 134512640 137370052 4294956352 18446744073709551615 134768160 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4161 2626 313 697 0 3460 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 22000

[startup+3.10181 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16709
/proc/meminfo: memFree=1410440/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16648 CPUtime=2.17
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4141 0 0 0 216 1 0 0 25 0 1 0 42748113 17047552 2627 996147200 134512640 137370052 4294956352 18446744073709551615 134768156 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4162 2627 313 697 0 3461 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 22004

[startup+6.30112 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16709
/proc/meminfo: memFree=1410376/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16648 CPUtime=5.34
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4141 0 0 0 533 1 0 0 25 0 1 0 42748113 17047552 2627 996147200 134512640 137370052 4294956352 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4162 2627 313 697 0 3461 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 22004

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16709
/proc/meminfo: memFree=1410440/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16648 CPUtime=11.68
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4141 0 0 0 1167 1 0 0 25 0 1 0 42748113 17047552 2627 996147200 134512640 137370052 4294956352 18446744073709551615 134768160 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4162 2627 313 697 0 3461 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 22004

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16715
/proc/meminfo: memFree=1410432/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=24.35
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 2434 1 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768173 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 22008

[startup+51.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16715
/proc/meminfo: memFree=1410496/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=49.74
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 4973 1 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 135107805 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 22008

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16715
/proc/meminfo: memFree=1410432/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=100.52
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 10050 2 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134598537 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 22008

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16715
/proc/meminfo: memFree=1410432/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=160.01
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 15999 2 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768237 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 22008

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16715
/proc/meminfo: memFree=1410432/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=219.5
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 21948 2 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 135107774 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 22008

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16715
/proc/meminfo: memFree=1410432/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=278.99
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 27897 2 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134786502 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 22008

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16715
/proc/meminfo: memFree=1410440/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=338.48
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 33846 2 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134704097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 339.36
Current children cumulated vsize (KiB) 22008

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16715
/proc/meminfo: memFree=1410440/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=397.98
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 39796 2 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768303 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0

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

[pid=16709] ppid=16702 vsize=16652 CPUtime=2904.67
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 290459 8 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 2905.55
Current children cumulated vsize (KiB) 22008

[startup+2982.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/83 16827
/proc/meminfo: memFree=1420288/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=2964.16
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 296408 8 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 135107760 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 2965.04
Current children cumulated vsize (KiB) 22008

[startup+3042.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 16827
/proc/meminfo: memFree=1420288/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3023.65
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 302357 8 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768156 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3024.53
Current children cumulated vsize (KiB) 22008

[startup+3102.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 16827
/proc/meminfo: memFree=1420288/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3083.14
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 308306 8 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134786324 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3084.02
Current children cumulated vsize (KiB) 22008

[startup+3162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16827
/proc/meminfo: memFree=1420352/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3142.64
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 314256 8 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 135107805 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3143.52
Current children cumulated vsize (KiB) 22008

[startup+3222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16827
/proc/meminfo: memFree=1420352/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3202.13
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 320205 8 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768300 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3203.01
Current children cumulated vsize (KiB) 22008

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 16827
/proc/meminfo: memFree=1420352/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3261.63
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 326154 9 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768364 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3262.51
Current children cumulated vsize (KiB) 22008

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16827
/proc/meminfo: memFree=1420352/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3321.12
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 332103 9 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768160 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3322
Current children cumulated vsize (KiB) 22008

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16827
/proc/meminfo: memFree=1420352/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3380.62
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 338053 9 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3381.5
Current children cumulated vsize (KiB) 22008

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16827
/proc/meminfo: memFree=1420288/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3440.11
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 344002 9 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768160 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3440.99
Current children cumulated vsize (KiB) 22008

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16827
/proc/meminfo: memFree=1420224/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3499.6
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 349951 9 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768160 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3500.48
Current children cumulated vsize (KiB) 22008

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16827
/proc/meminfo: memFree=1420160/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3559.1
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 355900 10 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768168 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3559.98
Current children cumulated vsize (KiB) 22008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16833
/proc/meminfo: memFree=1420216/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3599.14
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 359904 10 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768156 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 22008

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3622.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16833
/proc/meminfo: memFree=1420216/2055920 swapFree=4192812/4192956
[pid=16702] ppid=16700 vsize=5356 CPUtime=0.88
/proc/16702/stat : 16702 (solverBTD.sh) S 16700 16702 16285 0 -1 4194304 388 2985 0 0 0 0 59 29 15 0 1 0 42748023 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16702/statm: 1339 232 192 169 0 50 0
[pid=16709] ppid=16702 vsize=16652 CPUtime=3599.14
/proc/16709/stat : 16709 (toulbar2) R 16702 16702 16285 0 -1 4194304 4142 0 0 0 359904 10 0 0 25 0 1 0 42748113 17051648 2628 996147200 134512640 137370052 4294956352 18446744073709551615 134768156 0 0 4096 0 0 0 0 17 1 0 0
/proc/16709/statm: 4163 2628 313 697 0 3462 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 22008

Child status: 143
Real time (s): 3622.71
CPU time (s): 3600.04
CPU user time (s): 3599.64
CPU system time (s): 0.403938
CPU usage (%): 99.3744
Max. virtual memory (cumulated for all children) (KiB): 22008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.64
system time used= 0.403938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7529
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 95417

runsolver used 4.03139 second user time and 9.45556 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-12 13:00:47
IDJOB=1112005
IDBENCH=61350
IDSOLVER=370
FILE ID=node4/1112005-1215860447
PBS_JOBID= 7903444
Free space on /tmp= 66508 MiB

SOLVER NAME= toulbar2/BTD 2008-06-27
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-10_ext.xml
COMMAND LINE= HOME/solverBTD.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112005-1215860447/watcher-1112005-1215860447 -o /tmp/evaluation-result-1112005-1215860447/solver-1112005-1215860447 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/solverBTD.sh HOME/instance-1112005-1215860447.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34f49ec7596469127b01a2b2f15f8640
RANDOM SEED=671050669

node4.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.232
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.232
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:       1421880 kB
Buffers:         70404 kB
Cached:         450544 kB
SwapCached:          0 kB
Active:         198624 kB
Inactive:       365884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9136 kB
Writeback:           0 kB
Mapped:          63844 kB
Slab:            54616 kB
Committed_AS:   948484 kB
PageTables:       2016 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= 66500 MiB
End job on node4 at 2008-07-12 14:01:10