Trace number 2075001

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 09? (problem) 122.875 123.738

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-7_ext.xml
MD5SUM34879420b3bf5ffa2588efa919042c15
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 benchmark3.3185
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c bpsolver version 6.29.2009
0.00/0.02	c converting(HOME/instance-2075001-1247359564)
100.74/101.62	c Converted in 31054 ms
122.73/123.64	
122.73/123.64	Stack + Heap:  288000000 bytes
122.73/123.64	Stack in use:       1224 bytes
122.73/123.64	Heap in use:   283998744 bytes
122.73/123.64	
122.73/123.64	Program area:    8000000 bytes
122.73/123.64	In use:           735097 bytes
122.73/123.64	
122.73/123.64	Trail:           8000000 bytes
122.73/123.64	In use:                8 bytes
122.73/123.64	
122.73/123.64	Table area:      4000000 bytes
122.73/123.64	In use:                0 bytes
122.73/123.64	
122.73/123.64	Number of GC calls:    8 
122.73/123.64	Numbers of expansions:
122.73/123.64	   Stack + Heap:       4
122.73/123.64	   Program area:       0
122.73/123.64	   Trail:              0
122.73/123.64	   Table:              0
122.73/123.64	
122.73/123.64	Number of symbols:  3964
122.73/123.64	
122.73/123.64	FD backtracks:         0
122.73/123.64	
122.73/123.64	Not enough memory!
122.73/123.64	In expand_stack 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075001-1247359564/watcher-2075001-1247359564 -o /tmp/evaluation-result-2075001-1247359564/solver-2075001-1247359564 -C 1800 -W 2000 -M 900 HOME/solver HOME/instance-2075001-1247359564 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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 1.96 1.93 4/82 18007
/proc/meminfo: memFree=1373768/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=5596 CPUtime=0
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 293 0 0 0 0 0 0 0 20 0 1 0 23023421 5730304 24 996147200 134512640 135105188 4294956096 18446744073709551615 2605860 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1399 24 18 144 0 1229 0

[startup+0.17791 s]
/proc/loadavg: 2.18 1.96 1.93 4/82 18007
/proc/meminfo: memFree=1373768/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=0.16
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1112 0 0 0 4 12 0 0 20 0 1 0 23023421 63700992 825 996147200 134512640 135105188 4294956096 18446744073709551615 2874984 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 825 174 144 0 15036 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 62208

[startup+0.201919 s]
/proc/loadavg: 2.18 1.96 1.93 4/82 18007
/proc/meminfo: memFree=1373768/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=0.18
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1115 0 0 0 4 14 0 0 20 0 1 0 23023421 63700992 828 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 828 174 144 0 15036 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 62208

[startup+0.301937 s]
/proc/loadavg: 2.18 1.96 1.93 4/82 18007
/proc/meminfo: memFree=1373768/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=0.28
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1127 0 0 0 7 21 0 0 21 0 1 0 23023421 63700992 840 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 840 174 144 0 15036 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62208

[startup+0.702012 s]
/proc/loadavg: 2.18 1.96 1.93 4/82 18007
/proc/meminfo: memFree=1373768/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=0.69
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1176 0 0 0 21 48 0 0 25 0 1 0 23023421 63700992 889 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 889 174 144 0 15036 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62208

[startup+1.50116 s]
/proc/loadavg: 2.18 1.96 1.93 3/83 18008
/proc/meminfo: memFree=1370304/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=1.48
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1273 0 0 0 46 102 0 0 25 0 1 0 23023421 63700992 986 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 986 174 144 0 15036 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62208

[startup+3.10145 s]
/proc/loadavg: 2.18 1.96 1.93 3/83 18008
/proc/meminfo: memFree=1369280/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=3.06
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1467 0 0 0 95 211 0 0 25 0 1 0 23023421 63700992 1180 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 1180 174 144 0 15036 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 62208

[startup+6.30103 s]
/proc/loadavg: 2.17 1.96 1.93 3/83 18008
/proc/meminfo: memFree=1367104/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=6.22
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1781 0 0 0 193 429 0 0 25 0 1 0 23023421 63700992 1494 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 1494 176 144 0 15036 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 62208

[startup+12.7012 s]
/proc/loadavg: 2.16 1.96 1.93 3/83 18008
/proc/meminfo: memFree=1365120/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=12.56
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1781 0 0 0 387 869 0 0 25 0 1 0 23023421 63700992 1494 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 1494 176 144 0 15036 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 62208

[startup+25.5016 s]
/proc/loadavg: 2.12 1.96 1.93 3/83 18008
/proc/meminfo: memFree=1361856/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=25.25
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1786 0 0 0 781 1744 0 0 25 0 1 0 23023421 63700992 1499 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 1499 176 144 0 15036 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 62208

[startup+51.1012 s]
/proc/loadavg: 2.23 2.00 1.94 4/83 18008
/proc/meminfo: memFree=1355392/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=62208 CPUtime=50.63
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 1786 0 0 0 1572 3491 0 0 25 0 1 0 23023421 63700992 1499 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/18007/statm: 15552 1499 176 144 0 15036 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 62208

[startup+102.302 s]
/proc/loadavg: 2.17 2.03 1.95 3/82 18050
/proc/meminfo: memFree=1657160/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=85308 CPUtime=101.45
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 13343 0 0 0 3170 6975 0 0 25 0 1 0 23023421 87355392 13052 996147200 134512640 135105188 4294956096 18446744073709551615 134651268 0 0 4096 2 0 0 0 17 0 0 0
/proc/18007/statm: 21327 13052 180 144 0 20811 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 85308

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

[startup+102.407 s]
/proc/loadavg: 2.17 2.03 1.95 3/82 18050
/proc/meminfo: memFree=1657160/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=104140 CPUtime=101.54
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 15805 0 0 0 3178 6976 0 0 25 0 1 0 23023421 106639360 10717 996147200 134512640 135105188 4294956096 18446744073709551615 135071016 0 0 4096 2 0 0 0 17 0 0 0
/proc/18007/statm: 26035 10718 180 144 0 25519 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 104140

[startup+115.203 s]
/proc/loadavg: 2.14 2.02 1.95 3/82 18050
/proc/meminfo: memFree=1271944/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=604352 CPUtime=114.33
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 194628 0 0 0 4378 7055 0 0 25 0 1 0 23023421 618856448 78214 996147200 134512640 135105188 4294956096 18446744073709551615 135073504 0 0 4096 2 0 0 0 17 0 0 0
/proc/18007/statm: 151088 78214 180 144 0 150572 0
Current children cumulated CPU time (s) 114.33
Current children cumulated vsize (KiB) 604352

[startup+118.402 s]
/proc/loadavg: 2.12 2.02 1.95 3/82 18050
/proc/meminfo: memFree=1336840/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=604352 CPUtime=117.53
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 221363 0 0 0 4686 7067 0 0 25 0 1 0 23023421 618856448 104949 996147200 134512640 135105188 4294956096 18446744073709551615 134577255 0 0 4096 2 0 0 0 17 0 0 0
/proc/18007/statm: 151088 104950 180 144 0 150572 0
Current children cumulated CPU time (s) 117.53
Current children cumulated vsize (KiB) 604352

[startup+121.601 s]
/proc/loadavg: 2.12 2.02 1.95 3/82 18050
/proc/meminfo: memFree=1255432/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=892740 CPUtime=120.73
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 280222 0 0 0 4977 7096 0 0 25 0 1 0 23023421 914165760 120584 996147200 134512640 135105188 4294956096 18446744073709551615 135071783 0 0 4096 2 0 0 0 17 0 0 0
/proc/18007/statm: 223185 120585 180 144 0 222669 0
Current children cumulated CPU time (s) 120.73
Current children cumulated vsize (KiB) 892740

[startup+122.401 s]
/proc/loadavg: 2.12 2.02 1.95 3/82 18050
/proc/meminfo: memFree=1186824/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=892740 CPUtime=121.53
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 292693 0 0 0 5051 7102 0 0 25 0 1 0 23023421 914165760 133055 996147200 134512640 135105188 4294956096 18446744073709551615 135071158 0 0 4096 2 0 0 0 17 0 0 0
/proc/18007/statm: 223185 133056 180 144 0 222669 0
Current children cumulated CPU time (s) 121.53
Current children cumulated vsize (KiB) 892740

[startup+123.201 s]
/proc/loadavg: 2.11 2.02 1.95 3/82 18050
/proc/meminfo: memFree=1141320/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=892740 CPUtime=122.34
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 305205 0 0 0 5127 7107 0 0 25 0 1 0 23023421 914165760 145567 996147200 134512640 135105188 4294956096 18446744073709551615 135071016 0 0 4096 2 0 0 0 17 0 0 0
/proc/18007/statm: 223185 145568 180 144 0 222669 0
Current children cumulated CPU time (s) 122.34
Current children cumulated vsize (KiB) 892740

[startup+123.602 s]
/proc/loadavg: 2.11 2.02 1.95 3/82 18050
/proc/meminfo: memFree=1141320/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=892740 CPUtime=122.73
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194304 307787 0 0 0 5165 7108 0 0 25 0 1 0 23023421 914165760 148149 996147200 134512640 135105188 4294956096 18446744073709551615 135080834 0 0 4096 2 0 0 0 17 0 0 0
/proc/18007/statm: 223185 148149 180 144 0 222669 0
Current children cumulated CPU time (s) 122.73
Current children cumulated vsize (KiB) 892740

[startup+123.702 s]
/proc/loadavg: 2.11 2.02 1.95 3/82 18050
/proc/meminfo: memFree=1141320/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=0 CPUtime=122.83
/proc/18007/stat : 18007 (bprolog) R 18005 18007 15166 0 -1 4194308 307792 0 0 0 5170 7113 0 0 25 0 1 0 23023421 0 0 996147200 0 0 0 0 0 0 0 4096 2 0 0 0 17 0 0 0
/proc/18007/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 122.83
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 123.738
CPU time (s): 122.875
CPU user time (s): 51.7041
CPU system time (s): 71.1712
CPU usage (%): 99.303
Max. virtual memory (cumulated for all children) (KiB): 892740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.7041
system time used= 71.1712
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307792
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= 6
involuntary context switches= 2180

runsolver used 0.142978 second user time and 0.345947 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 02:46:06
IDJOB=2075001
IDBENCH=56214
IDSOLVER=770
FILE ID=node24/2075001-1247359564
PBS_JOBID= 9506831
Free space on /tmp= 66440 MiB

SOLVER NAME= bpsolver 09
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-7_ext.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075001-1247359564/watcher-2075001-1247359564 -o /tmp/evaluation-result-2075001-1247359564/solver-2075001-1247359564 -C 1800 -W 2000 -M 900  HOME/solver HOME/instance-2075001-1247359564 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 34879420b3bf5ffa2588efa919042c15
RANDOM SEED=1830618267

node24.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.287
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.287
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:       1374184 kB
Buffers:         40676 kB
Cached:         131840 kB
SwapCached:          0 kB
Active:         564928 kB
Inactive:        65256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23400 kB
Writeback:           0 kB
Mapped:         478164 kB
Slab:            35792 kB
Committed_AS:   627116 kB
PageTables:       2752 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= 66388 MiB
End job on node24 at 2009-07-12 02:48:10