Trace number 1051987

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
bpsolver 2008-06-27SAT 133.505 134.044

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-18_ext.xml
MD5SUMb7b6f3aa5babaa74885e793f06e42e99
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.767882
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c bpsolver version 6.27.2008
0.00/0.04	c converting(HOME/instance-1051987-1215055191)
7.46/7.57	c Converted in 2302 ms
7.46/7.57	c solving(HOME/instance-1051987-1215055191,1800000)
133.35/133.96	c (ffc_inout)
133.35/133.96	s SATISFIABLE
133.35/133.96	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
133.35/133.97	
133.35/133.97	c Time=124948 ms
133.35/133.97	

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-1051987-1215055191/watcher-1051987-1215055191 -o /tmp/evaluation-result-1051987-1215055191/solver-1051987-1215055191 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1051987-1215055191 1800 

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.22 2.10 2.13 4/82 17686
/proc/meminfo: memFree=1520888/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=56080 CPUtime=0.19
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 1116 0 0 0 8 11 0 0 19 0 1 0 661248696 57425920 829 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 14020 829 174 116 0 13531 0

[startup+0.293598 s]
/proc/loadavg: 2.22 2.10 2.13 4/82 17686
/proc/meminfo: memFree=1520888/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=56080 CPUtime=0.28
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 1128 0 0 0 10 18 0 0 19 0 1 0 661248696 57425920 841 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 14020 841 174 116 0 13531 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56080

[startup+0.301602 s]
/proc/loadavg: 2.22 2.10 2.13 4/82 17686
/proc/meminfo: memFree=1520888/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=56080 CPUtime=0.29
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 1130 0 0 0 10 19 0 0 19 0 1 0 661248696 57425920 843 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 14020 843 174 116 0 13531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56080

[startup+0.401621 s]
/proc/loadavg: 2.22 2.10 2.13 4/82 17686
/proc/meminfo: memFree=1520888/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=56080 CPUtime=0.39
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 1144 0 0 0 13 26 0 0 20 0 1 0 661248696 57425920 857 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 14020 857 174 116 0 13531 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 56080

[startup+0.701673 s]
/proc/loadavg: 2.22 2.10 2.13 4/82 17686
/proc/meminfo: memFree=1520888/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=56080 CPUtime=0.69
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 1186 0 0 0 23 46 0 0 23 0 1 0 661248696 57425920 899 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 14020 899 174 116 0 13531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56080

[startup+1.50282 s]
/proc/loadavg: 2.22 2.10 2.13 3/83 17687
/proc/meminfo: memFree=1517232/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=56080 CPUtime=1.48
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 1300 0 0 0 45 103 0 0 25 0 1 0 661248696 57425920 1013 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 14020 1013 174 116 0 13531 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 56080

[startup+3.10112 s]
/proc/loadavg: 2.28 2.12 2.14 3/83 17687
/proc/meminfo: memFree=1516080/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=56080 CPUtime=3.08
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 1527 0 0 0 95 213 0 0 25 0 1 0 661248696 57425920 1240 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 14020 1240 174 116 0 13531 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 56080

[startup+6.30171 s]
/proc/loadavg: 2.28 2.12 2.14 3/83 17687
/proc/meminfo: memFree=1513264/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=56080 CPUtime=6.27
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 1983 0 0 0 193 434 0 0 25 0 1 0 661248696 57425920 1696 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 14020 1696 174 116 0 13531 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 56080

[startup+12.7019 s]
/proc/loadavg: 2.24 2.11 2.13 3/83 17687
/proc/meminfo: memFree=1428400/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=154944 CPUtime=12.64
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 40140 0 0 0 726 538 0 0 25 0 1 0 661248696 158662656 22559 996147200 134512640 134990860 4294956112 18446744073709551615 134957920 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 38736 22559 186 116 0 38247 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 154944

[startup+25.5063 s]
/proc/loadavg: 2.20 2.11 2.13 3/83 17687
/proc/meminfo: memFree=1314736/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=284520 CPUtime=25.38
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 96832 0 0 0 1978 560 0 0 25 0 1 0 661248696 291348480 50906 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 71130 50906 186 116 0 70641 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 284520

[startup+51.101 s]
/proc/loadavg: 2.13 2.10 2.13 3/83 17687
/proc/meminfo: memFree=1278768/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=284520 CPUtime=50.88
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 105844 0 0 0 4524 564 0 0 25 0 1 0 661248696 291348480 59918 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 71130 59918 186 116 0 70641 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 284520

[startup+102.302 s]
/proc/loadavg: 2.06 2.08 2.12 3/83 17687
/proc/meminfo: memFree=1051120/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=581780 CPUtime=101.88
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 234741 0 0 0 9576 612 0 0 25 0 1 0 661248696 595742720 116608 996147200 134512640 134990860 4294956112 18446744073709551615 134737914 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 145445 116608 186 116 0 144956 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 581780

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

[startup+102.507 s]
/proc/loadavg: 2.05 2.08 2.12 3/83 17687
/proc/meminfo: memFree=1051120/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=581780 CPUtime=102.08
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 234741 0 0 0 9596 612 0 0 25 0 1 0 661248696 595742720 116608 996147200 134512640 134990860 4294956112 18446744073709551615 134954269 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 145445 116608 186 116 0 144956 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 581780

[startup+115.302 s]
/proc/loadavg: 2.04 2.08 2.11 3/83 17687
/proc/meminfo: memFree=1033072/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=581780 CPUtime=114.83
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 239247 0 0 0 10869 614 0 0 25 0 1 0 661248696 595742720 121114 996147200 134512640 134990860 4294956112 18446744073709551615 134793097 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 145445 121114 186 116 0 144956 0
Current children cumulated CPU time (s) 114.83
Current children cumulated vsize (KiB) 581780

[startup+121.701 s]
/proc/loadavg: 2.04 2.08 2.11 3/83 17687
/proc/meminfo: memFree=1033072/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=581780 CPUtime=121.2
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 239249 0 0 0 11506 614 0 0 25 0 1 0 661248696 595742720 121116 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 145445 121116 186 116 0 144956 0
Current children cumulated CPU time (s) 121.2
Current children cumulated vsize (KiB) 581780

[startup+128.102 s]
/proc/loadavg: 2.03 2.07 2.11 3/83 17687
/proc/meminfo: memFree=1015024/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=581780 CPUtime=127.58
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 243752 0 0 0 12142 616 0 0 25 0 1 0 661248696 595742720 125619 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 145445 125619 186 116 0 144956 0
Current children cumulated CPU time (s) 127.58
Current children cumulated vsize (KiB) 581780

[startup+131.302 s]
/proc/loadavg: 2.03 2.07 2.11 3/83 17687
/proc/meminfo: memFree=1015088/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=581780 CPUtime=130.76
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 243753 0 0 0 12460 616 0 0 25 0 1 0 661248696 595742720 125620 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 145445 125620 186 116 0 144956 0
Current children cumulated CPU time (s) 130.76
Current children cumulated vsize (KiB) 581780

[startup+132.901 s]
/proc/loadavg: 2.03 2.07 2.11 3/83 17687
/proc/meminfo: memFree=1015088/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=581780 CPUtime=132.36
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 243753 0 0 0 12620 616 0 0 25 0 1 0 661248696 595742720 125620 996147200 134512640 134990860 4294956112 18446744073709551615 134957335 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 145445 125620 186 116 0 144956 0
Current children cumulated CPU time (s) 132.36
Current children cumulated vsize (KiB) 581780

[startup+133.702 s]
/proc/loadavg: 2.03 2.07 2.11 3/83 17687
/proc/meminfo: memFree=1015088/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=581780 CPUtime=133.16
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 243753 0 0 0 12700 616 0 0 25 0 1 0 661248696 595742720 125620 996147200 134512640 134990860 4294956112 18446744073709551615 134793133 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 145445 125620 186 116 0 144956 0
Current children cumulated CPU time (s) 133.16
Current children cumulated vsize (KiB) 581780

[startup+133.901 s]
/proc/loadavg: 2.03 2.07 2.11 3/83 17687
/proc/meminfo: memFree=1015088/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=581780 CPUtime=133.35
/proc/17686/stat : 17686 (bprolog) R 17684 17686 13828 0 -1 4194304 243753 0 0 0 12719 616 0 0 25 0 1 0 661248696 595742720 125620 996147200 134512640 134990860 4294956112 18446744073709551615 134570064 0 0 4096 2 0 0 0 17 1 0 0
/proc/17686/statm: 145445 125620 186 116 0 144956 0
Current children cumulated CPU time (s) 133.35
Current children cumulated vsize (KiB) 581780

[startup+134.002 s]
/proc/loadavg: 2.03 2.07 2.11 3/83 17687
/proc/meminfo: memFree=1015088/2055924 swapFree=4177432/4192956
[pid=17686] ppid=17684 vsize=0 CPUtime=133.45
/proc/17686/stat : 17686 (bprolog) Z 17684 17686 13828 0 -1 4194316 243771 0 0 0 12726 619 0 0 25 0 2 0 661248696 0 0 996147200 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 133.45
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 134.044
CPU time (s): 133.505
CPU user time (s): 127.268
CPU system time (s): 6.23705
CPU usage (%): 99.5976
Max. virtual memory (cumulated for all children) (KiB): 581780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.268
system time used= 6.23705
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243771
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= 3
involuntary context switches= 1566

runsolver used 0.135979 second user time and 0.358945 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-03 05:19:51
IDJOB=1051987
IDBENCH=55960
IDSOLVER=347
FILE ID=node83/1051987-1215055191
PBS_JOBID= 7875011
Free space on /tmp= 65492 MiB

SOLVER NAME= bpsolver 2008-06-27
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-18_ext.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051987-1215055191/watcher-1051987-1215055191 -o /tmp/evaluation-result-1051987-1215055191/solver-1051987-1215055191 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solver HOME/instance-1051987-1215055191 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7b6f3aa5babaa74885e793f06e42e99
RANDOM SEED=1329053160

node83.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1521368 kB
Buffers:         49180 kB
Cached:         166312 kB
SwapCached:       9588 kB
Active:         392800 kB
Inactive:        79180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1521368 kB
SwapTotal:     4192956 kB
SwapFree:      4177432 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:         272624 kB
Slab:            47356 kB
Committed_AS:  1384248 kB
PageTables:       2312 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= 65492 MiB
End job on node83 at 2008-07-03 05:22:05