Trace number 247311

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, and are wall clock time (not CPU 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
BPrologCSPSolver70a 2006-12-13? (problem) 302.731 303.114

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-3_ext.xml
MD5SUM9878667f61c3b4080ef79f2b3273178f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.39048
SatisfiableNO
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

303.01	Not enough memory!
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/247311-1168391953/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-247311-1168391953 -o ROOT/results/node14/solver-247311-1168391953 -C 1800 -M 900 /tmp/evaluation/247311-1168391953/Complete/Ordinary/solver /tmp/evaluation/247311-1168391953/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.08 1.03 1.01 5/94 5468
/proc/meminfo: memFree=1618336/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=1320 CPUtime=0
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 302 0 0 0 0 0 0 0 20 0 1 0 187590496 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 6927140 0 0 4096 0 0 0 0 17 1 0 0
/proc/5467/statm: 330 36 29 90 0 167 0

[startup+0.102807 s]
/proc/loadavg: 1.08 1.03 1.01 5/94 5468
/proc/meminfo: memFree=1618336/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=61956 CPUtime=0.08
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 2043 0 0 0 8 0 0 0 20 0 1 0 187590496 63442944 1759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/5467/statm: 15489 1759 158 90 0 15027 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61956

[startup+0.510837 s]
/proc/loadavg: 1.08 1.03 1.01 5/94 5468
/proc/meminfo: memFree=1618336/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=61956 CPUtime=0.5
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 5051 0 0 0 48 2 0 0 24 0 1 0 187590496 63442944 4767 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 0 0 0 17 1 0 0
/proc/5467/statm: 15489 4767 158 90 0 15027 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61956

[startup+1.33192 s]
/proc/loadavg: 1.08 1.03 1.01 4/94 5468
/proc/meminfo: memFree=1551072/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=73676 CPUtime=1.31
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 15170 0 0 0 124 7 0 0 25 0 1 0 187590496 75444224 11902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/5467/statm: 18419 11902 158 90 0 17957 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 73676

[startup+2.96907 s]
/proc/loadavg: 1.08 1.03 1.01 3/94 5468
/proc/meminfo: memFree=1514528/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=91100 CPUtime=2.94
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 27776 0 0 0 280 14 0 0 25 0 1 0 187590496 93286400 16127 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/5467/statm: 22775 16127 158 90 0 22313 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 91100

[startup+6.25739 s]
/proc/loadavg: 1.24 1.06 1.02 4/94 5468
/proc/meminfo: memFree=1439264/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=91268 CPUtime=6.21
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 38893 0 0 0 602 19 0 0 25 0 1 0 187590496 93458432 16716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857311 0 0 4096 2 0 0 0 17 1 0 0
/proc/5467/statm: 22817 16716 158 90 0 22355 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 91268

[startup+12.72 s]
/proc/loadavg: 1.22 1.06 1.02 3/94 5540
/proc/meminfo: memFree=1391264/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=158184 CPUtime=12.67
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 82586 0 0 0 1226 41 0 0 25 0 1 0 187590496 161980416 29860 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859004 0 0 4096 2 0 0 0 17 0 0 0
/proc/5467/statm: 39546 29861 158 90 0 39084 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 158184

[startup+25.5632 s]
/proc/loadavg: 1.39 1.10 1.03 3/94 5540
/proc/meminfo: memFree=1344544/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=202216 CPUtime=25.48
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 128764 0 0 0 2484 64 0 0 25 0 1 0 187590496 207069184 37400 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/5467/statm: 50554 37400 158 90 0 50092 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 202216

[startup+51.2237 s]
/proc/loadavg: 1.60 1.17 1.06 3/87 5541
/proc/meminfo: memFree=1312728/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=380644 CPUtime=51.12
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 251763 0 0 0 4983 129 0 0 25 0 1 0 187590496 389779456 74078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859023 0 0 4096 2 0 0 0 17 0 0 0
/proc/5467/statm: 95161 74078 158 90 0 94699 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 380644

[startup+102.442 s]
/proc/loadavg: 1.82 1.30 1.10 3/87 5541
/proc/meminfo: memFree=1292888/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=382004 CPUtime=102.29
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 355573 0 0 0 10036 193 0 0 25 0 1 0 187590496 391172096 78899 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/5467/statm: 95501 78899 158 90 0 95039 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 382004

[startup+162.48 s]
/proc/loadavg: 2.01 1.44 1.16 3/87 5541
/proc/meminfo: memFree=1005912/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=707908 CPUtime=162.25
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 583972 0 0 0 15910 315 0 0 25 0 1 0 187590496 724897792 150363 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857338 0 0 4096 2 0 0 0 17 0 0 0
/proc/5467/statm: 176977 150363 158 90 0 176515 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 707908

[startup+222.527 s]
/proc/loadavg: 2.10 1.57 1.22 3/87 5541
/proc/meminfo: memFree=992216/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=708844 CPUtime=222.23
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 700309 0 0 0 21843 380 0 0 25 0 1 0 187590496 725856256 153647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/5467/statm: 177211 153647 158 90 0 176749 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 708844

[startup+282.572 s]
/proc/loadavg: 2.03 1.65 1.27 3/87 5541
/proc/meminfo: memFree=991384/2055920 swapFree=4158768/4192956
[pid=5467] ppid=5465 vsize=708856 CPUtime=282.22
/proc/5467/stat : 5467 (bprolog) R 5465 5467 5332 0 -1 4194304 805436 0 0 0 27780 442 0 0 25 0 1 0 187590496 725868544 153686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859341 0 0 4096 2 0 0 0 17 0 0 0
/proc/5467/statm: 177214 153686 158 90 0 176752 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 708856

Child status: 0
Real time (s): 303.114
CPU time (s): 302.731
CPU user time (s): 298.008
CPU system time (s): 4.72328
CPU usage (%): 99.8736
Max. virtual memory (cumulated for all children) (KiB): 708856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.008
system time used= 4.72328
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 840476
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= 9
involuntary context switches= 2586

runsolver used 0.355945 s user time and 0.991849 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Wed Jan 10 01:19:13 UTC 2007


IDJOB= 247311
IDBENCH= 11097
FILE ID= node14/247311-1168391953

PBS_JOBID= 3522774

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-10-20-10/rand-10-20-10-5-10000-3_ext.xml
COMMAND LINE= /tmp/evaluation/247311-1168391953/Complete/Ordinary/solver /tmp/evaluation/247311-1168391953/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-247311-1168391953 -o ROOT/results/node14/conversion-247311-1168391953 -C 600 -M 900 /tmp/evaluation/247311-1168391953/Complete/Ordinary/conversion /tmp/evaluation/247311-1168391953/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-247311-1168391953 -o ROOT/results/node14/solver-247311-1168391953 -C 1800 -M 900  /tmp/evaluation/247311-1168391953/Complete/Ordinary/solver /tmp/evaluation/247311-1168391953/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9878667f61c3b4080ef79f2b3273178f

RANDOM SEED= 11128683

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.227
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.227
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:       1618816 kB
Buffers:         60256 kB
Cached:         255492 kB
SwapCached:       3240 kB
Active:         256308 kB
Inactive:       119224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618816 kB
SwapTotal:     4192956 kB
SwapFree:      4158768 kB
Dirty:           11880 kB
Writeback:           0 kB
Mapped:          73072 kB
Slab:            46172 kB
Committed_AS:  7159100 kB
PageTables:       2320 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= 66546 MiB



End job on node14 on Wed Jan 10 01:24:19 UTC 2007