Trace number 1112069

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-27OPTIMUM1 134.882 136.264

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-45_ext.xml
MD5SUMe796ae923cb124c016369356469dc7e4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark134.882
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

3.14/3.50	o 17
3.14/3.50	v 11 0 0 4 5 9 0 0 4 5 0 0 14 0 0 6 13 0 0 2 
3.14/3.50	o 16
3.14/3.50	v 10 0 0 6 5 9 0 0 5 13 0 0 18 0 0 0 1 0 5 6 
3.14/3.50	o 15
3.14/3.50	v 4 0 0 6 5 9 0 0 5 1 0 0 18 0 0 1 8 0 9 8 
3.14/3.51	o 14
3.14/3.51	v 4 0 0 6 8 12 0 0 16 11 0 0 11 0 0 2 13 2 2 1 
3.14/3.52	o 13
3.14/3.52	v 4 0 0 4 5 12 0 0 5 11 0 0 18 0 0 8 8 18 2 8 
3.14/3.53	o 11
3.14/3.53	v 4 1 0 4 5 12 0 0 5 3 0 0 18 0 0 8 8 18 2 8 
3.14/3.53	o 10
3.14/3.53	v 4 2 0 4 5 12 0 0 5 3 0 0 18 0 0 8 8 18 2 8 
3.14/3.59	o 9
3.14/3.59	v 4 2 0 4 16 13 5 0 18 3 0 0 18 0 0 8 8 18 4 8 
3.14/3.86	o 8
3.14/3.86	v 4 13 0 4 13 14 5 0 18 11 6 0 17 0 0 18 4 9 0 1 
4.81/4.96	o 7
5.80/5.95	v 10 4 0 3 8 14 15 0 15 11 8 0 18 0 0 0 10 3 13 6 
5.80/5.95	o 6
5.80/5.95	v 10 4 5 3 8 16 15 0 15 11 8 0 18 0 0 0 10 3 13 6 
7.67/7.81	o 5
7.67/7.81	v 7 19 18 5 1 14 0 0 16 9 6 0 4 0 0 8 15 3 1 15 
7.77/7.96	o 4
7.77/7.96	v 7 16 5 5 18 9 2 0 15 9 1 0 14 0 1 4 0 14 6 19 
8.07/8.20	o 3
8.07/8.20	v 4 10 8 4 15 15 15 0 18 3 11 0 12 0 8 4 2 4 7 8 
13.81/14.03	o 2
13.81/14.03	v 19 13 8 15 8 17 1 6 4 0 2 0 16 0 18 10 10 3 0 19 
63.20/63.96	o 1
63.20/63.96	v 0 6 2 12 6 12 6 15 11 5 5 14 15 0 7 4 4 0 8 7 
134.80/136.26	s OPTIMUM FOUND
134.80/136.26	v 0 6 2 12 6 12 6 15 11 5 5 14 15 0 7 4 4 0 8 7 

Verifier Data (download as text)

OK	1	56
1 unsatisfied constraints, 56 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-1112069-1215861637/watcher-1112069-1215861637 -o /tmp/evaluation-result-1112069-1215861637/solver-1112069-1215861637 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/solverBTD.sh HOME/instance-1112069-1215861637.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: 1.99 1.98 1.99 4/81 18848
/proc/meminfo: memFree=1848684/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=0
/proc/18848/stat : 18848 (solverBTD.sh) R 18846 18848 18698 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 42865886 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18848/statm: 1339 230 191 169 0 50 0
[pid=18849] ppid=18848 vsize=5356 CPUtime=0
/proc/18849/stat : 18849 (solverBTD.sh) R 18848 18848 18698 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 42865887 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18849/statm: 1339 230 191 169 0 50 0

[startup+0.0635199 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18848
/proc/meminfo: memFree=1848684/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=0
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101524 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18848
/proc/meminfo: memFree=1848684/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=0
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301551 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18848
/proc/meminfo: memFree=1848684/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=0
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/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: 1.99 1.98 1.99 4/81 18848
/proc/meminfo: memFree=1848684/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=0
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50168 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 18853
/proc/meminfo: memFree=1837532/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=0
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18853] ppid=18848 vsize=15820 CPUtime=1.44
/proc/18853/stat : 18853 (toulbar2) R 18848 18848 18698 0 -1 4194304 2646 0 0 0 56 88 0 0 25 0 1 0 42865887 16199680 2628 996147200 134512640 137370052 4294956368 18446744073709551615 136076397 0 0 4096 0 0 0 0 17 1 0 0
/proc/18853/statm: 3955 2628 238 697 0 3254 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 21176

[startup+3.10187 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 18853
/proc/meminfo: memFree=1835356/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=2.64
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 365 3002 0 0 0 0 87 177 16 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 5356

[startup+6.30224 s]
/proc/loadavg: 2.15 2.02 2.01 4/83 18855
/proc/meminfo: memFree=1833180/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16336 CPUtime=3.05
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3010 0 0 0 304 1 0 0 25 0 1 0 42866207 16728064 2863 996147200 134512640 137370052 4294956352 18446744073709551615 135094595 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4084 2863 308 697 0 3383 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 21692

[startup+12.702 s]
/proc/loadavg: 2.14 2.02 2.00 3/83 18855
/proc/meminfo: memFree=1833508/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16340 CPUtime=9.38
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3011 0 0 0 937 1 0 0 25 0 1 0 42866207 16732160 2864 996147200 134512640 137370052 4294956352 18446744073709551615 135113209 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4085 2864 308 697 0 3384 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 21696

[startup+25.5015 s]
/proc/loadavg: 2.11 2.01 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16340 CPUtime=22.05
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3011 0 0 0 2204 1 0 0 25 0 1 0 42866207 16732160 2864 996147200 134512640 137370052 4294956352 18446744073709551615 135083346 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4085 2864 308 697 0 3384 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 21696

[startup+51.1014 s]
/proc/loadavg: 2.07 2.01 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16340 CPUtime=47.39
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3011 0 0 0 4738 1 0 0 25 0 1 0 42866207 16732160 2864 996147200 134512640 137370052 4294956352 18446744073709551615 135077538 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4085 2864 308 697 0 3384 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 21696

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16340 CPUtime=98.09
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3011 0 0 0 9808 1 0 0 25 0 1 0 42866207 16732160 2864 996147200 134512640 137370052 4294956352 18446744073709551615 135113195 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4085 2864 308 697 0 3384 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 21696

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

[startup+115.102 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16344 CPUtime=110.76
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3012 0 0 0 11075 1 0 0 25 0 1 0 42866207 16736256 2865 996147200 134512640 137370052 4294956352 18446744073709551615 135077535 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4086 2865 308 697 0 3385 0
Current children cumulated CPU time (s) 113.9
Current children cumulated vsize (KiB) 21700

[startup+127.901 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16344 CPUtime=123.44
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3012 0 0 0 12343 1 0 0 25 0 1 0 42866207 16736256 2865 996147200 134512640 137370052 4294956352 18446744073709551615 136491068 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4086 2865 308 697 0 3385 0
Current children cumulated CPU time (s) 126.58
Current children cumulated vsize (KiB) 21700

[startup+131.102 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16344 CPUtime=126.61
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3012 0 0 0 12660 1 0 0 25 0 1 0 42866207 16736256 2865 996147200 134512640 137370052 4294956352 18446744073709551615 135083397 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4086 2865 308 697 0 3385 0
Current children cumulated CPU time (s) 129.75
Current children cumulated vsize (KiB) 21700

[startup+134.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16344 CPUtime=129.78
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3012 0 0 0 12977 1 0 0 25 0 1 0 42866207 16736256 2865 996147200 134512640 137370052 4294956352 18446744073709551615 135085600 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4086 2865 308 697 0 3385 0
Current children cumulated CPU time (s) 132.92
Current children cumulated vsize (KiB) 21700

[startup+135.102 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16344 CPUtime=130.57
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3012 0 0 0 13056 1 0 0 25 0 1 0 42866207 16736256 2865 996147200 134512640 137370052 4294956352 18446744073709551615 135084885 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4086 2865 308 697 0 3385 0
Current children cumulated CPU time (s) 133.71
Current children cumulated vsize (KiB) 21700

[startup+135.902 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16344 CPUtime=131.37
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3012 0 0 0 13136 1 0 0 25 0 1 0 42866207 16736256 2865 996147200 134512640 137370052 4294956352 18446744073709551615 135113296 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4086 2865 308 697 0 3385 0
Current children cumulated CPU time (s) 134.51
Current children cumulated vsize (KiB) 21700

[startup+136.102 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16344 CPUtime=131.57
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3012 0 0 0 13156 1 0 0 25 0 1 0 42866207 16736256 2865 996147200 134512640 137370052 4294956352 18446744073709551615 135083539 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4086 2865 308 697 0 3385 0
Current children cumulated CPU time (s) 134.71
Current children cumulated vsize (KiB) 21700

[startup+136.202 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 18855
/proc/meminfo: memFree=1833572/2055920 swapFree=4180120/4192956
[pid=18848] ppid=18846 vsize=5356 CPUtime=3.14
/proc/18848/stat : 18848 (solverBTD.sh) S 18846 18848 18698 0 -1 4194304 388 3151 0 0 0 0 136 178 15 0 1 0 42865886 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18848/statm: 1339 232 192 169 0 50 0
[pid=18855] ppid=18848 vsize=16344 CPUtime=131.66
/proc/18855/stat : 18855 (toulbar2) R 18848 18848 18698 0 -1 4194304 3012 0 0 0 13165 1 0 0 25 0 1 0 42866207 16736256 2865 996147200 134512640 137370052 4294956352 18446744073709551615 135083359 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 4086 2865 308 697 0 3385 0
Current children cumulated CPU time (s) 134.8
Current children cumulated vsize (KiB) 21700

Child status: 0
Real time (s): 136.264
CPU time (s): 134.882
CPU user time (s): 133.078
CPU system time (s): 1.80472
CPU usage (%): 98.9862
Max. virtual memory (cumulated for all children) (KiB): 21700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.078
system time used= 1.80472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6562
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= 20
involuntary context switches= 5510

runsolver used 0.199969 second user time and 0.486925 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-12 13:20:37
IDJOB=1112069
IDBENCH=61358
IDSOLVER=370
FILE ID=node28/1112069-1215861637
PBS_JOBID= 7903503
Free space on /tmp= 66504 MiB

SOLVER NAME= toulbar2/BTD 2008-06-27
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-45_ext.xml
COMMAND LINE= HOME/solverBTD.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112069-1215861637/watcher-1112069-1215861637 -o /tmp/evaluation-result-1112069-1215861637/solver-1112069-1215861637 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/solverBTD.sh HOME/instance-1112069-1215861637.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e796ae923cb124c016369356469dc7e4
RANDOM SEED=85990504

node28.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.223
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	: 5931.00
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.223
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:       1849164 kB
Buffers:         39368 kB
Cached:          94512 kB
SwapCached:       6064 kB
Active:          95952 kB
Inactive:        67848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849164 kB
SwapTotal:     4192956 kB
SwapFree:      4180120 kB
Dirty:           10212 kB
Writeback:           0 kB
Mapped:          42956 kB
Slab:            27968 kB
Committed_AS:   242064 kB
PageTables:       1904 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node28 at 2008-07-12 13:22:53