Trace number 269349

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) 268.907 269.039

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-8.xml
MD5SUM06acadaa04457724e64ccc767794c510
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 benchmark846.447
SatisfiableNO
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
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/node68/watcher-269349-1168980554 -o ROOT/results/node68/solver-269349-1168980554 -C 1800 -M 900 /tmp/evaluation/269349-1168980554/VALCSP /tmp/evaluation/269349-1168980554/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.16 0.21 0.65 4/68 15660
/proc/meminfo: memFree=1391496/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=2936 CPUtime=0
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 488 0 0 0 0 0 0 0 18 0 1 0 45553331 3006464 466 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 10950267 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 734 470 63 8 0 406 0

[startup+0.102603 s]
/proc/loadavg: 0.16 0.21 0.65 4/68 15660
/proc/meminfo: memFree=1391496/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=26072 CPUtime=0.09
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 6232 0 0 0 7 2 0 0 18 0 1 0 45553331 26697728 6210 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134528612 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 6518 6210 64 8 0 6190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26072

[startup+0.510634 s]
/proc/loadavg: 0.16 0.21 0.65 4/68 15660
/proc/meminfo: memFree=1391496/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=26072 CPUtime=0.5
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 6232 0 0 0 48 2 0 0 21 0 1 0 45553331 26697728 6210 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 6518 6210 64 8 0 6190 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 26072

[startup+1.33071 s]
/proc/loadavg: 0.16 0.21 0.65 2/68 15662
/proc/meminfo: memFree=1366600/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=26072 CPUtime=1.32
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 6232 0 0 0 130 2 0 0 25 0 1 0 45553331 26697728 6210 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 6518 6210 64 8 0 6190 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 26072

[startup+2.96686 s]
/proc/loadavg: 0.16 0.21 0.65 2/68 15662
/proc/meminfo: memFree=1366600/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=34508 CPUtime=2.95
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 8365 0 0 0 293 2 0 0 25 0 1 0 45553331 35336192 8343 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 8627 8343 64 8 0 8299 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 34508

[startup+6.24816 s]
/proc/loadavg: 0.23 0.23 0.65 2/68 15662
/proc/meminfo: memFree=1349320/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=43224 CPUtime=6.23
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 10544 0 0 0 620 3 0 0 25 0 1 0 45553331 44261376 10522 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 10806 10522 64 8 0 10478 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 43224

[startup+12.7007 s]
/proc/loadavg: 0.29 0.24 0.65 2/68 15665
/proc/meminfo: memFree=1323272/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=69432 CPUtime=12.67
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 17090 0 0 0 1261 6 0 0 25 0 1 0 45553331 71098368 17068 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 17358 17068 64 8 0 17030 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 69432

[startup+25.5039 s]
/proc/loadavg: 0.44 0.27 0.66 2/68 15688
/proc/meminfo: memFree=1288200/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=112996 CPUtime=25.46
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 27959 0 0 0 2535 11 0 0 25 0 1 0 45553331 115707904 27937 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 28249 27937 64 8 0 27921 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 112996

[startup+51.1142 s]
/proc/loadavg: 0.63 0.33 0.66 2/68 15697
/proc/meminfo: memFree=1193096/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=199200 CPUtime=51.05
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 49534 0 0 0 5086 19 0 0 25 0 1 0 45553331 203980800 49512 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 49800 49512 64 8 0 49472 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 199200

[startup+102.359 s]
/proc/loadavg: 1.33 0.56 0.72 3/73 15726
/proc/meminfo: memFree=825632/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=372956 CPUtime=102.26
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 92972 0 0 0 10187 39 0 0 25 0 1 0 45553331 381906944 92950 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 93239 92950 64 8 0 92911 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 372956

[startup+162.452 s]
/proc/loadavg: 1.75 0.82 0.80 3/73 15726
/proc/meminfo: memFree=628896/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=569324 CPUtime=162.34
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 142050 0 0 0 16170 64 0 0 25 0 1 0 45553331 582987776 142028 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134528697 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 142331 142028 64 8 0 142003 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 569324

[startup+222.541 s]
/proc/loadavg: 1.91 1.03 0.87 3/73 15726
/proc/meminfo: memFree=428512/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=769180 CPUtime=222.41
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 192023 0 0 0 22154 87 0 0 25 0 1 0 45553331 787640320 192001 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 192295 192001 64 8 0 191967 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 769180



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+268.89 s]
/proc/loadavg: 1.95 1.16 0.92 3/73 15726
/proc/meminfo: memFree=268256/2055920 swapFree=4192956/4192956
[pid=15659] ppid=15657 vsize=929080 CPUtime=268.76
/proc/15659/stat : 15659 (VALCSP) R 15657 15659 15497 0 -1 4194304 232008 0 0 0 26768 108 0 0 25 0 1 0 45553331 951377920 231986 18446744073709551615 134512640 134547260 4294956736 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 232270 231986 64 8 0 231942 0
Current children cumulated CPU time (s) 268.76
Current children cumulated vsize (KiB) 929080

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 269.039
CPU time (s): 268.907
CPU user time (s): 267.683
CPU system time (s): 1.22381
CPU usage (%): 99.9512
Max. virtual memory (cumulated for all children) (KiB): 929080

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

runsolver used 0.275958 s user time and 0.688895 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Tue Jan 16 20:49:19 UTC 2007


IDJOB= 269349
IDBENCH= 6521
IDSOLVER= 90
FILE ID= node68/269349-1168980554

PBS_JOBID= 3566367

Free space on /tmp= 66564 MiB

SOLVER NAME= VALCSP 3.1
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-8.xml
COMMAND LINE= /tmp/evaluation/269349-1168980554/VALCSP /tmp/evaluation/269349-1168980554/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-269349-1168980554 -o ROOT/results/node68/solver-269349-1168980554 -C 1800 -M 900  /tmp/evaluation/269349-1168980554/VALCSP /tmp/evaluation/269349-1168980554/unknown.xml

META MD5SUM SOLVER= d4fc2c4e0b0392ee9c79e754aa39e238
MD5SUM BENCH=  06acadaa04457724e64ccc767794c510

RANDOM SEED= 796136004

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.232
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.232
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:       1391912 kB
Buffers:         42884 kB
Cached:         527908 kB
SwapCached:          0 kB
Active:         179168 kB
Inactive:       411800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391912 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             692 kB
Writeback:           0 kB
Mapped:          30356 kB
Slab:            58860 kB
Committed_AS:   373376 kB
PageTables:       1568 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= 66564 MiB



End job on node68 on Tue Jan 16 20:53:53 UTC 2007