Trace number 197815

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.0UNSAT 254.863 256.116

DiagnosticValue
CHECKS1392220
NODES0

General information on the benchmark

Namemarc/
large-80-unsat_ext.xml
MD5SUM8c8747f6e334f4a6cefcd4d2e0185322
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.8022
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables80
Number of constraints3160
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension3160
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

256.06	s UNSATISFIABLE
256.06	d CHECKS 1.39222e+06
256.06	d NODES 0
256.06	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-197815-1168126302 -o ROOT/results/node17/solver-197815-1168126302 -C 1800 -M 900 /tmp/evaluation/197815-1168126302/VALCSP /tmp/evaluation/197815-1168126302/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: 0.36 0.50 0.99 5/94 30886
/proc/meminfo: memFree=1543448/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=1736 CPUtime=0.1
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 186 0 0 0 10 0 0 0 21 0 1 0 161025888 1777664 164 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3321017 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 434 164 62 8 0 106 0

[startup+0.219315 s]
/proc/loadavg: 0.36 0.50 0.99 5/94 30886
/proc/meminfo: memFree=1543448/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=1868 CPUtime=0.21
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 210 0 0 0 21 0 0 0 22 0 1 0 161025888 1912832 188 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3318851 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 467 188 62 8 0 139 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1868

[startup+0.627354 s]
/proc/loadavg: 0.36 0.50 0.99 5/94 30886
/proc/meminfo: memFree=1543448/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=2264 CPUtime=0.61
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 299 0 0 0 61 0 0 0 25 0 1 0 161025888 2318336 277 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3292909 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 566 277 62 8 0 238 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 2264

[startup+1.44844 s]
/proc/loadavg: 0.36 0.50 0.99 4/94 30886
/proc/meminfo: memFree=1531928/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=2924 CPUtime=1.42
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 485 0 0 0 141 1 0 0 25 0 1 0 161025888 2994176 463 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3321038 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 731 463 62 8 0 403 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 2924

[startup+3.08561 s]
/proc/loadavg: 0.36 0.50 0.99 4/94 30886
/proc/meminfo: memFree=1515416/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=4516 CPUtime=3.05
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 881 0 0 0 304 1 0 0 25 0 1 0 161025888 4624384 859 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3321063 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 1129 859 62 8 0 801 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 4516

[startup+6.37295 s]
/proc/loadavg: 0.57 0.54 1.00 4/94 30886
/proc/meminfo: memFree=1475992/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=7816 CPUtime=6.32
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 1693 0 0 0 631 1 0 0 25 0 1 0 161025888 8003584 1671 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3321038 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 1954 1671 62 8 0 1626 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 7816

[startup+12.8296 s]
/proc/loadavg: 0.76 0.58 1.01 4/94 30886
/proc/meminfo: memFree=1394776/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=14152 CPUtime=12.74
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 3273 0 0 0 1272 2 0 0 25 0 1 0 161025888 14491648 3251 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3321066 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 3538 3251 62 8 0 3210 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 14152

[startup+25.651 s]
/proc/loadavg: 1.18 0.68 1.04 4/94 30886
/proc/meminfo: memFree=1243544/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=26568 CPUtime=25.51
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 6386 0 0 0 2547 4 0 0 25 0 1 0 161025888 27205632 6364 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3318873 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 6642 6364 62 8 0 6314 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 26568

[startup+51.2906 s]
/proc/loadavg: 1.64 0.83 1.08 3/94 30886
/proc/meminfo: memFree=1007896/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=51532 CPUtime=50.99
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 12614 0 0 0 5093 6 0 0 25 0 1 0 161025888 52768768 12592 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3321027 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 12883 12592 62 8 0 12555 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 51532

[startup+102.56 s]
/proc/loadavg: 1.84 1.01 1.12 3/94 30886
/proc/meminfo: memFree=834072/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=101348 CPUtime=102.03
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 25086 0 0 0 10189 14 0 0 25 0 1 0 161025888 103780352 25064 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3321006 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 25337 25064 62 8 0 25009 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 101348

[startup+162.657 s]
/proc/loadavg: 2.01 1.20 1.18 4/94 30886
/proc/meminfo: memFree=768280/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=159752 CPUtime=161.84
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 39690 0 0 0 16161 23 0 0 25 0 1 0 161025888 163586048 39668 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3321006 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 39938 39668 62 8 0 39610 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 159752

[startup+222.749 s]
/proc/loadavg: 2.23 1.42 1.26 3/94 30886
/proc/meminfo: memFree=703192/2055920 swapFree=4192812/4192956
[pid=30885] ppid=30883 vsize=218156 CPUtime=221.65
/proc/30885/stat : 30885 (VALCSP) R 30883 30885 30590 0 -1 4194304 54294 0 0 0 22134 31 0 0 25 0 1 0 161025888 223391744 54272 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 3318862 0 0 4096 0 0 0 0 17 1 0 0
/proc/30885/statm: 54539 54272 62 8 0 54211 0
Current children cumulated CPU time (s) 221.65
Current children cumulated vsize (KiB) 218156

Child status: 0
Real time (s): 256.116
CPU time (s): 254.863
CPU user time (s): 254.367
CPU system time (s): 0.495924
CPU usage (%): 99.5108
Max. virtual memory (cumulated for all children) (KiB): 330692

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

runsolver used 0.313952 s user time and 0.823874 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 23:31:47 UTC 2007


IDJOB= 197815
IDBENCH= 3516
FILE ID= node17/197815-1168126302

PBS_JOBID= 3477656

Free space on /tmp= 66230 MiB

BENCH NAME= HOME/pub/bench/CPAI06/marc/large-80-unsat_ext.xml
COMMAND LINE= /tmp/evaluation/197815-1168126302/VALCSP /tmp/evaluation/197815-1168126302/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-197815-1168126302 -o ROOT/results/node17/solver-197815-1168126302 -C 1800 -M 900  /tmp/evaluation/197815-1168126302/VALCSP /tmp/evaluation/197815-1168126302/unknown.xml

META MD5SUM SOLVER= 6fc756be3a7e45a17a81a19ce431bc48
MD5SUM BENCH=  8c8747f6e334f4a6cefcd4d2e0185322

RANDOM SEED= 80243035

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.236
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.236
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:       1637472 kB
Buffers:         48792 kB
Cached:         251564 kB
SwapCached:          0 kB
Active:         270536 kB
Inactive:        87712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           93652 kB
Writeback:           0 kB
Mapped:          76880 kB
Slab:            45272 kB
Committed_AS:  4090428 kB
PageTables:       2076 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= 66212 MiB



End job on node17 on Sat Jan  6 23:36:09 UTC 2007