Trace number 269485

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) 241.177 242.446

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-100-7.xml
MD5SUMd049831f37c0733d90520710eabcf256
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1432
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
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/node44/watcher-269485-1168980819 -o ROOT/results/node44/solver-269485-1168980819 -C 1800 -M 900 /tmp/evaluation/269485-1168980819/VALCSP /tmp/evaluation/269485-1168980819/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.73 1.15 1.09 5/73 27514
/proc/meminfo: memFree=1576680/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=2268 CPUtime=0
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 246481236 2322432 286 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 11719430 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 567 286 63 8 0 239 0

[startup+0.105655 s]
/proc/loadavg: 1.73 1.15 1.09 5/73 27514
/proc/meminfo: memFree=1576680/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=19956 CPUtime=0.08
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 4731 0 0 0 7 1 0 0 21 0 1 0 246481236 20434944 4709 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 4989 4709 64 8 0 4661 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19956

[startup+0.514686 s]
/proc/loadavg: 1.73 1.15 1.09 5/73 27514
/proc/meminfo: memFree=1576680/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=19956 CPUtime=0.49
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 4731 0 0 0 48 1 0 0 24 0 1 0 246481236 20434944 4709 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 4989 4709 64 8 0 4661 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 19956

[startup+1.33577 s]
/proc/loadavg: 1.73 1.15 1.09 3/73 27514
/proc/meminfo: memFree=1552872/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=19956 CPUtime=1.31
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 4731 0 0 0 130 1 0 0 25 0 1 0 246481236 20434944 4709 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 4989 4709 64 8 0 4661 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 19956

[startup+2.97894 s]
/proc/loadavg: 1.73 1.15 1.09 3/73 27514
/proc/meminfo: memFree=1540456/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=27260 CPUtime=2.94
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 6563 0 0 0 292 2 0 0 25 0 1 0 246481236 27914240 6541 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529388 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 6815 6541 64 8 0 6487 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 27260

[startup+6.25728 s]
/proc/loadavg: 1.75 1.17 1.10 3/73 27514
/proc/meminfo: memFree=1518376/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=42016 CPUtime=6.2
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 10245 0 0 0 616 4 0 0 25 0 1 0 246481236 43024384 10223 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 10504 10223 64 8 0 10176 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 42016

[startup+12.7169 s]
/proc/loadavg: 1.77 1.18 1.10 3/73 27514
/proc/meminfo: memFree=1454440/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=64212 CPUtime=12.6
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 15791 0 0 0 1254 6 0 0 25 0 1 0 246481236 65753088 15769 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 16053 15769 64 8 0 15725 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 64212

[startup+25.5283 s]
/proc/loadavg: 1.82 1.22 1.12 3/73 27514
/proc/meminfo: memFree=1351400/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=108904 CPUtime=25.33
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 26964 0 0 0 2522 11 0 0 25 0 1 0 246481236 111517696 26942 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 27226 26942 64 8 0 26898 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 108904

[startup+51.1589 s]
/proc/loadavg: 1.88 1.28 1.14 3/73 27514
/proc/meminfo: memFree=1140456/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=206580 CPUtime=50.77
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 51363 0 0 0 5057 20 0 0 25 0 1 0 246481236 211537920 51341 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 51645 51341 64 8 0 51317 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 206580

[startup+102.411 s]
/proc/loadavg: 1.95 1.39 1.18 3/73 27514
/proc/meminfo: memFree=717928/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=392936 CPUtime=101.64
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 97968 0 0 0 10125 39 0 0 25 0 1 0 246481236 402366464 97946 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/27513/statm: 98234 97946 64 8 0 97906 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 392936

[startup+162.493 s]
/proc/loadavg: 1.98 1.50 1.23 3/73 27553
/proc/meminfo: memFree=870056/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=613928 CPUtime=161.31
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 153199 0 0 0 16063 68 0 0 25 0 1 0 246481236 628662272 153177 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 0 0 0
/proc/27513/statm: 153482 153177 64 8 0 153154 0
Current children cumulated CPU time (s) 161.31
Current children cumulated vsize (KiB) 613928

[startup+222.498 s]
/proc/loadavg: 1.99 1.59 1.28 3/73 27592
/proc/meminfo: memFree=486888/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=846468 CPUtime=221.23
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 211339 0 0 0 22023 100 0 0 25 0 1 0 246481236 866783232 211317 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 0 0 0
/proc/27513/statm: 211617 211317 64 8 0 211289 0
Current children cumulated CPU time (s) 221.23
Current children cumulated vsize (KiB) 846468



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+242.301 s]
/proc/loadavg: 1.99 1.61 1.29 3/73 27592
/proc/meminfo: memFree=406888/2055920 swapFree=4191892/4192956
[pid=27513] ppid=27511 vsize=926284 CPUtime=241.03
/proc/27513/stat : 27513 (VALCSP) R 27511 27513 27272 0 -1 4194304 231302 0 0 0 23990 113 0 0 25 0 1 0 246481236 948514816 231280 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 0 0 0
/proc/27513/statm: 231571 231280 64 8 0 231243 0
Current children cumulated CPU time (s) 241.03
Current children cumulated vsize (KiB) 926284

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 242.446
CPU time (s): 241.177
CPU user time (s): 239.907
CPU system time (s): 1.27081
CPU usage (%): 99.4767
Max. virtual memory (cumulated for all children) (KiB): 926284

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

runsolver used 0.225965 s user time and 0.648901 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Jan 16 20:53:40 UTC 2007


IDJOB= 269485
IDBENCH= 6730
IDSOLVER= 90
FILE ID= node44/269485-1168980819

PBS_JOBID= 3566380

Free space on /tmp= 66564 MiB

SOLVER NAME= VALCSP 3.1
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-100-7.xml
COMMAND LINE= /tmp/evaluation/269485-1168980819/VALCSP /tmp/evaluation/269485-1168980819/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-269485-1168980819 -o ROOT/results/node44/solver-269485-1168980819 -C 1800 -M 900  /tmp/evaluation/269485-1168980819/VALCSP /tmp/evaluation/269485-1168980819/unknown.xml

META MD5SUM SOLVER= d4fc2c4e0b0392ee9c79e754aa39e238
MD5SUM BENCH=  d049831f37c0733d90520710eabcf256

RANDOM SEED= 381329014

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.213
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.213
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:       1582216 kB
Buffers:         25728 kB
Cached:         150056 kB
SwapCached:        268 kB
Active:         229752 kB
Inactive:       171740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582216 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:             628 kB
Writeback:           0 kB
Mapped:         235444 kB
Slab:            57292 kB
Committed_AS:  4840368 kB
PageTables:       2108 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= 66559 MiB



End job on node44 on Tue Jan 16 20:57:45 UTC 2007