Trace number 268264

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
VALCSP 3.1? (MO) 70.0983 70.7689

General information on the benchmark

Namefapp/fapp11-15/fapp13/
fapp13-2000-2.xml
MD5SUM2ac0102e63bae2a630109ac404c489a9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.47871
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

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/node15/watcher-268264-1168978453 -o ROOT/results/node15/solver-268264-1168978453 -C 1800 -M 900 /tmp/evaluation/268264-1168978453/VALCSP /tmp/evaluation/268264-1168978453/unknown.xml 

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.90 1.70 0.92 5/86 7870
/proc/meminfo: memFree=1743776/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=18540 CPUtime=0
/proc/7869/stat : 7869 (runsolver) R 7867 7869 7813 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 246240223 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7869/statm: 4635 279 244 17 0 2626 0

[startup+0.167726 s]
/proc/loadavg: 1.90 1.70 0.92 5/86 7870
/proc/meminfo: memFree=1743776/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=56720 CPUtime=0.14
/proc/7869/stat : 7869 (VALCSP) R 7867 7869 7813 0 -1 4194304 13796 0 0 0 9 5 0 0 22 0 1 0 246240223 58081280 13774 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528924 0 0 4096 0 0 0 0 17 1 0 0
/proc/7869/statm: 14180 13774 65 8 0 13852 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 56720

[startup+0.578795 s]
/proc/loadavg: 1.90 1.70 0.92 5/86 7870
/proc/meminfo: memFree=1743776/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=61736 CPUtime=0.56
/proc/7869/stat : 7869 (VALCSP) R 7867 7869 7813 0 -1 4194304 15036 0 0 0 50 6 0 0 25 0 1 0 246240223 63217664 15014 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528636 0 0 4096 0 0 0 0 17 1 0 0
/proc/7869/statm: 15434 15014 65 8 0 15106 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 61736

[startup+1.40094 s]
/proc/loadavg: 1.90 1.70 0.92 3/86 7870
/proc/meminfo: memFree=1676384/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=71900 CPUtime=1.36
/proc/7869/stat : 7869 (VALCSP) R 7867 7869 7813 0 -1 4194304 17573 0 0 0 130 6 0 0 25 0 1 0 246240223 73625600 17551 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528720 0 0 4096 0 0 0 0 17 1 0 0
/proc/7869/statm: 17975 17551 65 8 0 17647 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 71900

[startup+3.03822 s]
/proc/loadavg: 1.90 1.70 0.92 3/86 7870
/proc/meminfo: memFree=1662304/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=92624 CPUtime=2.99
/proc/7869/stat : 7869 (VALCSP) R 7867 7869 7813 0 -1 4194304 22744 0 0 0 291 8 0 0 25 0 1 0 246240223 94846976 22722 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528702 0 0 4096 0 0 0 0 17 1 0 0
/proc/7869/statm: 23156 22722 65 8 0 22828 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 92624

[startup+6.31978 s]
/proc/loadavg: 1.91 1.70 0.93 3/86 7870
/proc/meminfo: memFree=1620192/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=133016 CPUtime=6.24
/proc/7869/stat : 7869 (VALCSP) R 7867 7869 7813 0 -1 4194304 32864 0 0 0 612 12 0 0 25 0 1 0 246240223 136208384 32842 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/7869/statm: 33254 32842 65 8 0 32926 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 133016

[startup+12.7809 s]
/proc/loadavg: 1.92 1.71 0.93 3/86 7870
/proc/meminfo: memFree=1537568/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=211424 CPUtime=12.64
/proc/7869/stat : 7869 (VALCSP) R 7867 7869 7813 0 -1 4194304 52476 0 0 0 1244 20 0 0 25 0 1 0 246240223 216498176 52454 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528936 0 0 4096 0 0 0 0 17 1 0 0
/proc/7869/statm: 52856 52454 65 8 0 52528 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 211424

[startup+25.5961 s]
/proc/loadavg: 1.94 1.72 0.95 3/86 7870
/proc/meminfo: memFree=1386208/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=367724 CPUtime=25.34
/proc/7869/stat : 7869 (VALCSP) R 7867 7869 7813 0 -1 4194304 91546 0 0 0 2499 35 0 0 25 0 1 0 246240223 376549376 91524 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528642 0 0 4096 0 0 0 0 17 1 0 0
/proc/7869/statm: 91931 91524 65 8 0 91603 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 367724

[startup+51.2375 s]
/proc/loadavg: 1.96 1.74 0.98 3/86 7870
/proc/meminfo: memFree=1065568/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=684148 CPUtime=50.74
/proc/7869/stat : 7869 (VALCSP) R 7867 7869 7813 0 -1 4194304 170664 0 0 0 5008 66 0 0 25 0 1 0 246240223 700567552 170642 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528680 0 0 4096 0 0 0 0 17 1 0 0
/proc/7869/statm: 171037 170642 65 8 0 170709 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 684148



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+70.6178 s]
/proc/loadavg: 1.97 1.76 1.00 3/86 7870
/proc/meminfo: memFree=821600/2055920 swapFree=4174236/4192956
[pid=7869] ppid=7867 vsize=922400 CPUtime=69.95
/proc/7869/stat : 7869 (VALCSP) R 7867 7869 7813 0 -1 4194304 230240 0 0 0 6904 91 0 0 25 0 1 0 246240223 944537600 230218 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/7869/statm: 230600 230218 65 8 0 230272 0
Current children cumulated CPU time (s) 69.95
Current children cumulated vsize (KiB) 922400

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 70.7689
CPU time (s): 70.0983
CPU user time (s): 69.0425
CPU system time (s): 1.05584
CPU usage (%): 99.0525
Max. virtual memory (cumulated for all children) (KiB): 922400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.0425
system time used= 1.05584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230240
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= 2870

runsolver used 0.108983 s user time and 0.214967 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue Jan 16 20:14:14 UTC 2007


IDJOB= 268264
IDBENCH= 3780
IDSOLVER= 90
FILE ID= node15/268264-1168978453

PBS_JOBID= 3565957

Free space on /tmp= 66561 MiB

SOLVER NAME= VALCSP 3.1
BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp13/fapp13-2000-2.xml
COMMAND LINE= /tmp/evaluation/268264-1168978453/VALCSP /tmp/evaluation/268264-1168978453/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-268264-1168978453 -o ROOT/results/node15/solver-268264-1168978453 -C 1800 -M 900  /tmp/evaluation/268264-1168978453/VALCSP /tmp/evaluation/268264-1168978453/unknown.xml

META MD5SUM SOLVER= d4fc2c4e0b0392ee9c79e754aa39e238
MD5SUM BENCH=  2ac0102e63bae2a630109ac404c489a9

RANDOM SEED= 276992733

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.276
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.276
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:       1744256 kB
Buffers:         46208 kB
Cached:         170048 kB
SwapCached:       6376 kB
Active:         175712 kB
Inactive:        80512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744256 kB
SwapTotal:     4192956 kB
SwapFree:      4174236 kB
Dirty:            3804 kB
Writeback:           0 kB
Mapped:          50036 kB
Slab:            40096 kB
Committed_AS:  7692512 kB
PageTables:       2348 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= 66561 MiB



End job on node15 on Tue Jan 16 20:15:25 UTC 2007